

| MatForEachAsInt32 Method | 
Namespace: OpenCvSharp
 Syntax
Syntaxpublic void ForEachAsInt32( MatForeachFunctionInt32 operation )
Public Sub ForEachAsInt32 ( operation As MatForeachFunctionInt32 )
public: void ForEachAsInt32( MatForeachFunctionInt32^ operation )
member ForEachAsInt32 : operation : MatForeachFunctionInt32 -> unit
function ForEachAsInt32(operation);
 See Also
See Also