MatOfByte3 Constructor OpenCvSharp Class Library
Overload List

  NameDescription
Public methodMatOfByte3
Creates empty Mat
Public methodMatOfByte3(IEnumerableInt32)
constructs n-dimensional matrix
Public methodMatOfByte3(IntPtr)
Creates from native cv::Mat* pointer
Public methodMatOfByte3(Mat)
Initializes by Mat object
Public methodMatOfByte3(Size)
constructs 2D matrix of the specified size and type
Public methodMatOfByte3(IEnumerableInt32, Vec3b)
constructs n-dimensional matrix
Public methodMatOfByte3(Int32, Int32)
constructs 2D matrix of the specified size and type
Public methodMatOfByte3(CvMat, Boolean)
converts old-style CvMat to the new matrix; the data is not copied by default
Public methodMatOfByte3(IplImage, Boolean)
converts old-style IplImage to the new matrix; the data is not copied by default
Public methodMatOfByte3(MatOfByte3, Range)
creates a matrix header for a part of the bigger matrix
Public methodMatOfByte3(MatOfByte3, Rect)
creates a matrix header for a part of the bigger matrix
Public methodMatOfByte3(Size, Vec3b)
constucts 2D matrix and fills it with the specified Scalar value.
Public methodMatOfByte3(IEnumerableInt32, Vec3b, IEnumerableInt64)
constructor for matrix headers pointing to user-allocated data
Public methodMatOfByte3(IEnumerableInt32, Array, IEnumerableInt64)
constructor for matrix headers pointing to user-allocated data
Public methodMatOfByte3(IEnumerableInt32, IntPtr, IEnumerableInt64)
constructor for matrix headers pointing to user-allocated data
Public methodMatOfByte3(Int32, Int32, Vec3b)
constucts 2D matrix and fills it with the specified Scalar value.
Public methodMatOfByte3(MatOfByte3, Range, NullableRange)
creates a matrix header for a part of the bigger matrix
Public methodMatOfByte3(Int32, Int32, Vec3b, Int64)
constructor for matrix headers pointing to user-allocated data
Public methodMatOfByte3(Int32, Int32, Vec3b, Int64)
constructor for matrix headers pointing to user-allocated data
Public methodMatOfByte3(Int32, Int32, IntPtr, Int64)
constructor for matrix headers pointing to user-allocated data
Top
See Also

Reference