Class Summary |
Algorithm |
This is a base class for all more or less complex algorithms in OpenCV,
especially for classes of algorithms, for which there can be multiple
implementations. |
Core |
|
Core.MinMaxLocResult |
|
CvType |
|
Mat |
OpenCV C++ n-dimensional dense array class
The class Mat represents an n-dimensional dense numerical
single-channel or multi-channel array. |
MatOfByte |
|
MatOfDMatch |
|
MatOfDouble |
|
MatOfFloat |
|
MatOfFloat4 |
|
MatOfFloat6 |
|
MatOfInt |
|
MatOfInt4 |
|
MatOfKeyPoint |
|
MatOfPoint |
|
MatOfPoint2f |
|
MatOfPoint3 |
|
MatOfPoint3f |
|
MatOfRect |
|
Point |
Template class for 2D points specified by its coordinates x and
y. |
Point3 |
Template class for 3D points specified by its coordinates x,
y and z. |
Range |
Template class specifying a continuous subsequence (slice) of a sequence. |
Rect |
Template class for 2D rectangles, described by the following parameters:
Coordinates of the top-left corner. |
RotatedRect |
|
Scalar |
Template class for a 4-element vector derived from Vec. |
Size |
Template class for specifying the size of an image or rectangle. |
TermCriteria |
Template class defining termination criteria for iterative algorithms. |