ProcessingStandardProcessingTOut Method (ProcessingStandardProcessingFunction1TOut)

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 TOut StandardProcessing<TOut>(
	ProcessingStandardProcessingFunction1<TOut> fn
)

Parameters

fn
Type: Stemmer.Cvb.Runtime.InteropServicesProcessingStandardProcessingFunction1TOut
function to invoke

Type Parameters

TOut

[Missing <typeparam name="TOut"/> documentation for "M:Stemmer.Cvb.Runtime.InteropServices.Processing.StandardProcessing``1(Stemmer.Cvb.Runtime.InteropServices.Processing.StandardProcessingFunction1{``0})"]

Return Value

Type: TOut
the value(s) returned by fn as an out parameter
See Also

Reference