- EQDouble
Mat EQDouble(double a)
Undocumented in source. Be warned that the author may not have intended to support it.
- EQInt
Mat EQInt(int a)
Undocumented in source. Be warned that the author may not have intended to support it.
- GEDouble
Mat GEDouble(double a)
Undocumented in source. Be warned that the author may not have intended to support it.
- GEInt
Mat GEInt(int a)
Undocumented in source. Be warned that the author may not have intended to support it.
- GTDouble
Mat GTDouble(double a)
Undocumented in source. Be warned that the author may not have intended to support it.
- GTInt
Mat GTInt(int a)
Undocumented in source. Be warned that the author may not have intended to support it.
- LEDouble
Mat LEDouble(double a)
Undocumented in source. Be warned that the author may not have intended to support it.
- LEInt
Mat LEInt(int a)
Undocumented in source. Be warned that the author may not have intended to support it.
- LTDouble
Mat LTDouble(double a)
Undocumented in source. Be warned that the author may not have intended to support it.
- LTInt
Mat LTInt(int a)
Undocumented in source. Be warned that the author may not have intended to support it.
- NEDouble
Mat NEDouble(double a)
Undocumented in source. Be warned that the author may not have intended to support it.
- NEInt
Mat NEInt(int a)
Undocumented in source. Be warned that the author may not have intended to support it.
- array
T[] array()
Undocumented in source. Be warned that the author may not have intended to support it.
- at
T at(int row, int col)
Undocumented in source. Be warned that the author may not have intended to support it.
- at
T at(int flatInd)
Undocumented in source. Be warned that the author may not have intended to support it.
- at
Color at(int row, int col)
Undocumented in source. Be warned that the author may not have intended to support it.
- byteArray
ByteArray byteArray()
Undocumented in source. Be warned that the author may not have intended to support it.
- channels
int channels()
Undocumented in source. Be warned that the author may not have intended to support it.
- cols
int cols()
Undocumented in source. Be warned that the author may not have intended to support it.
- flatLength
int flatLength()
Undocumented in source. Be warned that the author may not have intended to support it.
- getDouble3At
double getDouble3At(int x, int y, int z)
Undocumented in source. Be warned that the author may not have intended to support it.
- getDoubleAt
double getDoubleAt(int row, int col)
Undocumented in source. Be warned that the author may not have intended to support it.
- getFloat3At
float getFloat3At(int x, int y, int z)
Undocumented in source. Be warned that the author may not have intended to support it.
- getFloatAt
float getFloatAt(int row, int col)
Undocumented in source. Be warned that the author may not have intended to support it.
- getInt3At
int getInt3At(int x, int y, int z)
Undocumented in source. Be warned that the author may not have intended to support it.
- getIntAt
int getIntAt(int row, int col)
Undocumented in source. Be warned that the author may not have intended to support it.
- getSChar3At
byte getSChar3At(int x, int y, int z)
Undocumented in source. Be warned that the author may not have intended to support it.
- getSCharAt
byte getSCharAt(int row, int col)
Undocumented in source. Be warned that the author may not have intended to support it.
- getShort3At
short getShort3At(int x, int y, int z)
Undocumented in source. Be warned that the author may not have intended to support it.
- getShortAt
short getShortAt(int row, int col)
Undocumented in source. Be warned that the author may not have intended to support it.
- getUChar3At
ubyte getUChar3At(int x, int y, int z)
Undocumented in source. Be warned that the author may not have intended to support it.
- getUCharAt
ubyte getUCharAt(int row, int col)
Undocumented in source. Be warned that the author may not have intended to support it.
- height
int height()
Undocumented in source. Be warned that the author may not have intended to support it.
- mean
Scalar mean()
Undocumented in source. Be warned that the author may not have intended to support it.
- opAssign
void opAssign(Color c)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
Mat opBinary(float a)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
Mat opBinary(int a)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
Mat opBinary(double a)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
Mat opBinary(Mat m)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinary
Mat opBinary(Scalar s)
Undocumented in source. Be warned that the author may not have intended to support it.
- opCall
Mat opCall(Rect r)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
Scalar opIndex(int row, int col)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexAssign
void opIndexAssign(Scalar color, int row, int col)
Undocumented in source. Be warned that the author may not have intended to support it.
- opMul
Mat opMul(ubyte a)
Undocumented in source. Be warned that the author may not have intended to support it.
- opMul
Mat opMul(int a)
Undocumented in source. Be warned that the author may not have intended to support it.
- opMul
Mat opMul(float a)
Undocumented in source. Be warned that the author may not have intended to support it.
- opMul
Mat opMul(double a)
Undocumented in source. Be warned that the author may not have intended to support it.
- opMul
Mat opMul(Mat m)
Undocumented in source. Be warned that the author may not have intended to support it.
- ptr
ubyte* ptr(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
- rawDataPtr
void* rawDataPtr()
Undocumented in source. Be warned that the author may not have intended to support it.
- rows
int rows()
Undocumented in source. Be warned that the author may not have intended to support it.
- setColorAt
void setColorAt(Scalar color, int row, int col)
Undocumented in source. Be warned that the author may not have intended to support it.
- setDouble3At
void setDouble3At(int x, int y, int z, double val)
Undocumented in source. Be warned that the author may not have intended to support it.
- setDoubleAt
void setDoubleAt(int row, int col, double val)
Undocumented in source. Be warned that the author may not have intended to support it.
- setFloat3At
void setFloat3At(int x, int y, int z, float val)
Undocumented in source. Be warned that the author may not have intended to support it.
- setFloatAt
void setFloatAt(int row, int col, float val)
Undocumented in source. Be warned that the author may not have intended to support it.
- setInt3At
void setInt3At(int x, int y, int z, int val)
Undocumented in source. Be warned that the author may not have intended to support it.
- setIntAt
void setIntAt(int row, int col, int val)
Undocumented in source. Be warned that the author may not have intended to support it.
- setSChar3At
void setSChar3At(int x, int y, int z, byte val)
Undocumented in source. Be warned that the author may not have intended to support it.
- setSCharAt
void setSCharAt(int row, int col, byte val)
Undocumented in source. Be warned that the author may not have intended to support it.
- setShort3At
void setShort3At(int x, int y, int z, short val)
Undocumented in source. Be warned that the author may not have intended to support it.
- setShortAt
void setShortAt(int row, int col, short val)
Undocumented in source. Be warned that the author may not have intended to support it.
- setUChar3At
void setUChar3At(int x, int y, int z, ubyte val)
Undocumented in source. Be warned that the author may not have intended to support it.
- setUCharAt
void setUCharAt(int row, int col, ubyte val)
Undocumented in source. Be warned that the author may not have intended to support it.
- sqrt
Mat sqrt()
Undocumented in source. Be warned that the author may not have intended to support it.
- step
int step()
Undocumented in source. Be warned that the author may not have intended to support it.
- total
int total()
Undocumented in source. Be warned that the author may not have intended to support it.
- type
int type()
Undocumented in source. Be warned that the author may not have intended to support it.
- type2str
string type2str()
Undocumented in source. Be warned that the author may not have intended to support it.
- width
int width()
Undocumented in source. Be warned that the author may not have intended to support it.