Mat Constructor |
Name | Description | |
---|---|---|
![]() | Mat |
Create an empty cv::Mat
|
![]() | Mat(SerializationInfo, StreamingContext) |
Constructor used to deserialize runtime serialized object
|
![]() | Mat(String, ImreadModes) |
Load the Mat from file
|
![]() | Mat(Mat, Rectangle) |
Create a mat header for the specific ROI
|
![]() | Mat(Size, DepthType, Int32) |
Create a mat of the specific type.
|
![]() | Mat(Mat, Range, Range) |
Create a mat header for the specific ROI
|
![]() | Mat(Int32, Int32, DepthType, Int32) |
Create a mat of the specific type.
|
![]() | Mat(Int32, DepthType, IntPtr, IntPtr) |
Create multi-dimension mat using existing data.
|
![]() | Mat(Size, DepthType, Int32, IntPtr, Int32) |
Create a Mat header from existing data
|
![]() | Mat(Int32, Int32, DepthType, Int32, IntPtr, Int32) |
Create a Mat header from existing data
|