|
oevislib_net
0.14.3.0
|
Functions | |
| oevislib_net.Matrix.Matrix () | |
| Constructs an empty Matrix object. | |
| oevislib_net.Matrix.Matrix (int inRows, int inCols, float[] inData, bool inDeepCopy=true) | |
| Constructs a new Matrix object, from existing data. | |
| int | oevislib_net.Matrix.GetWidth () |
| Returns the width of the matrix. | |
| int | oevislib_net.Matrix.GetHeight () |
| Returns the height of the matrix. | |
| Size | oevislib_net.Matrix.GetSize () |
| Returns a Size object containing the matrix's width and height. | |
| float[] | oevislib_net.Matrix.GetData () |
| Returns the pointer to the data inside the matrix. | |
| bool | oevislib_net.Matrix.IsEmpty () |
| Checks if the matrix is empty. | |
| ByteBuffer | oevislib_net.Matrix.Serialize () |
| Serialize the Matrix object using flatbuffers. | |
| static Matrix | oevislib_net.Matrix.Deserialize (ByteBuffer inBuffer) |
| De-serialize a Matrix buffer. | |
| override object | oevislib_net.Matrix.Clone () |
| Returns a clone of the image. | |
|
inline |
Returns a clone of the image.
|
inlinestatic |
De-serialize a Matrix buffer.
| inBuffer | Buffer containing the object. |
|
inline |
Returns the pointer to the data inside the matrix.
|
inline |
Returns the height of the matrix.
|
inline |
|
inline |
Returns the width of the matrix.
|
inline |
Checks if the matrix is empty.
|
inline |
Constructs an empty Matrix object.
|
inline |
|
inline |
Serialize the Matrix object using flatbuffers.