ProcessingStandardProcessingImg Method (INativeHandle, 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 obj1,
	INativeHandle obj2,
	ProcessingStandardProcessingFunctionImg fn
)

Parameters

obj1
Type: Stemmer.CvbINativeHandle
input image 1 to check
obj2
Type: Stemmer.CvbINativeHandle
input image 2 to check
fn
Type: Stemmer.Cvb.Runtime.InteropServicesProcessingStandardProcessingFunctionImg
function to be called

Return Value

Type: Image
image returned by the fn call
See Also

Reference