|
OpenCV 2.4.3.1 | |||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||
| 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
class CV_EXPORTS Mat
// C++ code:
public:
//... a lot of methods...... |
| 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. |
| Exception Summary | |
|---|---|
| CvException | |
|
Official OpenCV 2.4 Documentation | |||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||