Click or drag to resize

MatForEachAsInt32 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 ForEachAsInt32(
	MatForeachFunctionInt32 operation
)

Parameters

operation
Type: OpenCvSharpMatForeachFunctionInt32

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

See Also