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