OpenCV for Unity 2.6.3
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.10.0/index.html ) for the details of the argument of the method.
|
Classes | |
class | Algorithm |
This is a base class for all more or less complex algorithms in OpenCV. More... | |
class | Core |
class | CvException |
The exception that is thrown by OpenCVForUntiy. More... | |
class | CvType |
class | DMatch |
Class for matching keypoint descriptors. More... | |
class | KeyPoint |
Data structure for salient point detectors. More... | |
class | Mat |
n-dimensional dense array class More... | |
class | MatOfByte |
class | MatOfDMatch |
class | MatOfDouble |
class | MatOfFloat |
class | MatOfFloat4 |
class | MatOfFloat6 |
class | MatOfInt |
class | MatOfInt4 |
class | MatOfKeyPoint |
class | MatOfPoint |
class | MatOfPoint2f |
class | MatOfPoint3 |
class | MatOfPoint3f |
class | MatOfRect |
class | MatOfRect2d |
class | MatOfRotatedRect |
class | Point |
Template class for 2D points specified by its coordinates x and y. More... | |
class | Point3 |
Template class for 3D points specified by its coordinates x, y and z. More... | |
class | Range |
Template class specifying a continuous subsequence (slice) of a sequence. More... | |
class | Rect |
Template class for 2D rectangles. More... | |
class | Rect2d |
Template class for 2D rectangles. More... | |
class | RotatedRect |
The class represents rotated (i.e. not up-right) rectangles on a plane. More... | |
class | Scalar |
Template class for a 4-element vector derived from Vec. More... | |
class | Size |
Template class for specifying the size of an image or rectangle. More... | |
class | TermCriteria |
The class defining termination criteria for iterative algorithms. More... | |
class | TickMeter |
a Class to measure passing time. More... | |