

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