MatOfDMatch Constructor OpenCvSharp Class Library
Overload List

  NameDescription
Public methodMatOfDMatch
Creates empty Mat
Public methodMatOfDMatch(IEnumerableInt32)
constructs n-dimensional matrix
Public methodMatOfDMatch(IntPtr)
Creates from native cv::Mat* pointer
Public methodMatOfDMatch(Mat)
Initializes by Mat object
Public methodMatOfDMatch(Size)
constructs 2D matrix of the specified size and type
Public methodMatOfDMatch(IEnumerableInt32, DMatch)
constructs n-dimensional matrix
Public methodMatOfDMatch(Int32, Int32)
constructs 2D matrix of the specified size and type
Public methodMatOfDMatch(MatOfDMatch, Range)
creates a matrix header for a part of the bigger matrix
Public methodMatOfDMatch(MatOfDMatch, Rect)
creates a matrix header for a part of the bigger matrix
Public methodMatOfDMatch(Size, DMatch)
constucts 2D matrix and fills it with the specified Scalar value.
Public methodMatOfDMatch(Int32, Int32, DMatch)
constucts 2D matrix and fills it with the specified Scalar value.
Public methodMatOfDMatch(MatOfDMatch, Range, NullableRange)
creates a matrix header for a part of the bigger matrix
Top
See Also

Reference