Click or drag to resize

MatForEachAsInt16 Method

Runs the given functor over all matrix elements in parallel.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public void ForEachAsInt16(
	MatForeachFunctionInt16 operation
)

Parameters

operation
Type: OpenCvSharpMatForeachFunctionInt16

[Missing <param name="operation"/> documentation for "M:OpenCvSharp.Mat.ForEachAsInt16(OpenCvSharp.MatForeachFunctionInt16)"]

See Also