| MatOfByte3 Constructor | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | MatOfByte3 | 
            Creates empty Mat
             | 
|  | MatOfByte3(IEnumerableInt32) | 
            constructs n-dimensional matrix
             | 
|  | MatOfByte3(IntPtr) | 
            Creates from native cv::Mat* pointer
             | 
|  | MatOfByte3(Mat) | 
            Initializes by Mat object
             | 
|  | MatOfByte3(Size) | 
            constructs 2D matrix of the specified size and type
             | 
|  | MatOfByte3(IEnumerableInt32, Vec3b) | 
            constructs n-dimensional matrix
             | 
|  | MatOfByte3(Int32, Int32) | 
            constructs 2D matrix of the specified size and type
             | 
|  | MatOfByte3(MatOfByte3, Range) | 
            creates a matrix header for a part of the bigger matrix
             | 
|  | MatOfByte3(MatOfByte3, Rect) | 
            creates a matrix header for a part of the bigger matrix
             | 
|  | MatOfByte3(Size, Vec3b) | 
            constucts 2D matrix and fills it with the specified Scalar value.
             | 
|  | MatOfByte3(IEnumerableInt32, Vec3b, IEnumerableInt64) | 
            constructor for matrix headers pointing to user-allocated data
             | 
|  | MatOfByte3(IEnumerableInt32, Array, IEnumerableInt64) | 
            constructor for matrix headers pointing to user-allocated data
             | 
|  | MatOfByte3(IEnumerableInt32, IntPtr, IEnumerableInt64) | 
            constructor for matrix headers pointing to user-allocated data
             | 
|  | MatOfByte3(Int32, Int32, Vec3b) | 
            constucts 2D matrix and fills it with the specified Scalar value.
             | 
|  | MatOfByte3(MatOfByte3, Range, NullableRange) | 
            creates a matrix header for a part of the bigger matrix
             | 
|  | MatOfByte3(Int32, Int32, Vec3b, Int64) | 
            constructor for matrix headers pointing to user-allocated data
             | 
|  | MatOfByte3(Int32, Int32, Vec3b, Int64) | 
            constructor for matrix headers pointing to user-allocated data
             | 
|  | MatOfByte3(Int32, Int32, IntPtr, Int64) | 
            constructor for matrix headers pointing to user-allocated data
             | 
 See Also
See Also