Mat

Undocumented in source.
struct Mat {}

Members

Functions

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.
col
Mat col(int x)
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.
dims
int dims()
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.
isContinuous
bool isContinuous()
Undocumented in source. Be warned that the author may not have intended to support it.
isSubmatrix
bool isSubmatrix()
Undocumented in source. Be warned that the author may not have intended to support it.
locateROI
void locateROI(Size* wholeSize, Point* ofs)
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(V a)
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.
opCall
Mat opCall(Range rowRange, Range colRange)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
Mat opCall(Range[] ranges)
Undocumented in source. Be warned that the author may not have intended to support it.
opDollar
int opDollar()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
Mat opIndex(A arguments)
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
Mat opIndexAssign(Scalar value, A arguments)
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.
opIndexAssign
void opIndexAssign(T val, int row, int col)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
Range opSlice(int start, int end)
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.
ptr
ubyte* ptr(int row, int col)
Undocumented in source. Be warned that the author may not have intended to support it.
ptr
void* ptr(int i0, int i1, int i2)
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.
row
Mat row(int y)
Undocumented in source. Be warned that the author may not have intended to support it.
rowRange
Mat rowRange(int startrow, int endrow)
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.
set
void set(int row, int col, T val)
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.
size
Size size()
Undocumented in source. Be warned that the author may not have intended to support it.
size
int size(int i)
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.

Static functions

opCall
Mat opCall()
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
Mat opCall(int rows, int cols, int mt)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
Mat opCall(Size sz, int mt)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
Mat opCall(Scalar ar, int type)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
Mat opCall(Scalar ar, int rows, int cols, int type)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
Mat opCall(int rows, int cols, int type, ByteArray buf)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
Mat opCall(Mat m, int rows, int cols, int type, int prows, int pcols)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
Mat opCall(int rows, int cols, int type, void* data)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
Mat opCall(Point[] points)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
Mat opCall(int[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
Mat opCall(float[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

p
void* p;
Undocumented in source.

Meta