ProcessingStandardProcessingImg Method (INativeHandle, ProcessingStandardProcessingFunctionImg)

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 StandardProcessingImg(
	INativeHandle obj,
	ProcessingStandardProcessingFunctionImg fn
)

Parameters

obj
Type: Stemmer.CvbINativeHandle
input image to be checked
fn
Type: Stemmer.Cvb.Runtime.InteropServicesProcessingStandardProcessingFunctionImg
funcitn to be called

Return Value

Type: Image
image returned by the fn call
See Also

Reference