Example usage for Java org.opencv.core MatOfPoint2f fields, constructors, methods, implement or subclass
The text is from its open source code.
void | alloc(int elemNumber) |
void | convertTo(Mat m, int rtype) |
boolean | empty() |
void | fromArray(Point... a) |
void | fromList(List |
double[] | get(int row, int col) |
int | height() |
int | put(int row, int col, double... data) |
void | release() |
Size | size() |
Point[] | toArray() |
long | total() |