OpenCV for Unity 2.6.4
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 |
A specialized Mat class for storing single-channel byte data (CV_8UC1). More... | |
class | MatOfDMatch |
A specialized Mat class for storing DMatch objects with 32-bit floating-point attributes (CV_32FC4). More... | |
class | MatOfDouble |
A specialized Mat class for storing single-channel double-precision floating-point data (CV_64FC1). More... | |
class | MatOfFloat |
A specialized Mat class for storing single-channel floating-point data (CV_32FC1). More... | |
class | MatOfFloat4 |
A specialized Mat class for storing 4-channel floating-point data (CV_32FC4). More... | |
class | MatOfFloat6 |
A specialized Mat class for storing 6-channel floating-point data (CV_32FC6). More... | |
class | MatOfInt |
A specialized Mat class for storing single-channel integer data (CV_32SC1). More... | |
class | MatOfInt4 |
A specialized Mat class for storing 4-channel integer data (CV_32SC4). More... | |
class | MatOfKeyPoint |
A specialized Mat class for storing keypoints with 32-bit floating-point attributes (CV_32FC7). More... | |
class | MatOfPoint |
A specialized Mat class for storing 2D points with 32-bit integer coordinates (CV_32SC2). More... | |
class | MatOfPoint2f |
A specialized Mat class for storing 2D points with floating-point coordinates (CV_32FC2). More... | |
class | MatOfPoint3 |
A specialized Mat class for storing 3D points with 32-bit integer coordinates (CV_32SC3). More... | |
class | MatOfPoint3f |
A specialized Mat class for storing 3D points with 32-bit floating-point coordinates (CV_32FC3). More... | |
class | MatOfRect |
A specialized Mat class for storing rectangles with 32-bit integer coordinates (CV_32SC4). More... | |
class | MatOfRect2d |
A specialized Mat class for storing rectangles with 64-bit floating-point coordinates (CV_64FC4). More... | |
class | MatOfRotatedRect |
A specialized Mat class for storing rotated rectangles with 32-bit floating-point coordinates (CV_32FC5). More... | |
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... | |