MatRowColIndexer Constructor
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxprotected MatRowColIndexer(
Mat parent
)
Protected Sub New (
parent As Mat
)
protected:
MatRowColIndexer(
Mat^ parent
)
new :
parent : Mat -> MatRowColIndexer
OpenCvSharp.MatRowColIndexer = function(parent);
Parameters
- parent
- Type: OpenCvSharpMat
See Also