ProcessingStandardProcessingTOut Method (ProcessingStandardProcessingFunction2TOut, TOut, TOut)

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 void StandardProcessing<TOut>(
	ProcessingStandardProcessingFunction2<TOut> fn,
	out TOut val1,
	out TOut val2
)

Parameters

fn
Type: Stemmer.Cvb.Runtime.InteropServicesProcessingStandardProcessingFunction2TOut
function to invoke
val1
Type: TOut
output value created by the processor
val2
Type: TOut
output value created by the processor

Type Parameters

TOut

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

Return Value

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

Reference