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 | ClassificationModel |
This class represents high-level API for classification models. More... | |
class | DetectionModel |
This class represents high-level API for object detection networks. More... | |
class | DictValue |
This struct stores the scalar value (or array) of one of the following type: double, cv::String or int64. More... | |
class | Dnn |
class | Image2BlobParams |
Processing params of image to blob. More... | |
class | KeypointsModel |
This class represents high-level API for keypoints models. More... | |
class | Layer |
This interface class allows to build new Layers - are building blocks of networks. More... | |
class | Model |
This class is presented high-level API for neural networks. More... | |
class | Net |
This class allows to create and manipulate comprehensive artificial neural networks. More... | |
class | SegmentationModel |
This class represents high-level API for segmentation models. More... | |
class | TextDetectionModel |
Base class for text detection networks. More... | |
class | TextDetectionModel_DB |
This class represents high-level API for text detection DL networks compatible with DB model. More... | |
class | TextDetectionModel_EAST |
This class represents high-level API for text detection DL networks compatible with EAST model. More... | |
class | TextRecognitionModel |
This class represents high-level API for text recognition networks. More... | |