ProcessingBoolProcessingImg Method

CVB.Net Documentation
Generic processing function that handles the basic input checks and caters to the result image creation and error reporting for functions that take an image (plus potentially some parameters) and generate an output image.

Namespace:  Stemmer.Cvb.Runtime.InteropServices
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static Image BoolProcessingImg(
	Image img,
	ProcessingBoolProcessingFunctionImg fn
)

Parameters

img
Type: Stemmer.CvbImage
input image to be checked
fn
Type: Stemmer.Cvb.Runtime.InteropServicesProcessingBoolProcessingFunctionImg
function to be called

Return Value

Type: Image
image created by the fn call
See Also

Reference