Class Cv.Mat
Assembly: Assembly-CSharp.dll
Syntax
public class Mat : HandleCppPtr
Constructors
|
Improve this Doc
View Source
Mat()
Declaration
|
Improve this Doc
View Source
Mat(Cv.Size, Cv.Type)
Declaration
public Mat(Cv.Size size, Cv.Type type)
Parameters
|
Improve this Doc
View Source
Mat(Int32, Int32, Cv.Type)
Declaration
public Mat(int rows, int cols, Cv.Type type)
Parameters
|
Improve this Doc
View Source
Mat(Int32, Int32, Cv.Type, Byte[])
Declaration
public Mat(int rows, int cols, Cv.Type type, byte[] data)
Parameters
|
Improve this Doc
View Source
Mat(Int32, Int32, Cv.Type, Double[])
Declaration
public Mat(int rows, int cols, Cv.Type type, double[] data)
Parameters
Properties
|
Improve this Doc
View Source
Cols
Declaration
Property Value
|
Improve this Doc
View Source
DataByte
Declaration
public byte[] DataByte { get; set; }
Property Value
|
Improve this Doc
View Source
DataIntPtr
Declaration
public IntPtr DataIntPtr { get; set; }
Property Value
|
Improve this Doc
View Source
Rows
Declaration
Property Value
|
Improve this Doc
View Source
Size
Declaration
public Cv.Size Size { get; }
Property Value
Methods
|
Improve this Doc
View Source
AtDouble(Int32, Int32)
Declaration
public double AtDouble(int i0, int i1)
Parameters
Returns
|
Improve this Doc
View Source
AtDouble(Int32, Int32, Double)
Declaration
public void AtDouble(int i0, int i1, double value)
Parameters
|
Improve this Doc
View Source
AtInt(Int32, Int32)
Declaration
public int AtInt(int i0, int i1)
Parameters
Returns
|
Improve this Doc
View Source
AtInt(Int32, Int32, Int32)
Declaration
public void AtInt(int i0, int i1, int value)
Parameters
|
Improve this Doc
View Source
Channels()
Declaration
Returns
|
Improve this Doc
View Source
Clone()
Declaration
Returns
|
Improve this Doc
View Source
Create(Int32, Int32, Cv.Type)
Declaration
public void Create(int rows, int cols, Cv.Type type)
Parameters
|
Improve this Doc
View Source
DeleteCppPtr()
Declaration
protected override void DeleteCppPtr()
Overrides
|
Improve this Doc
View Source
ElemSize()
Declaration
Returns
|
Improve this Doc
View Source
ElemSize1()
Declaration
Returns
|
Improve this Doc
View Source
Total()
Declaration
Returns
|
Improve this Doc
View Source
Type()
Declaration
Returns
Extension Methods