MatOfPoint2d Constructor (Mat)
|
Initializes by Mat object
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic MatOfPoint2d(
Mat mat
)
Public Sub New (
mat As Mat
)
public:
MatOfPoint2d(
Mat^ mat
)
new :
mat : Mat -> MatOfPoint2d
OpenCvSharp.MatOfPoint2d = function(mat);
Parameters
- mat
- Type: OpenCvSharpMat
Managed Mat object
See Also