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 | ArucoDetector |
The main functionality of ArucoDetector class is detection of markers in an image with detectMarkers() method. More... | |
class | BarcodeDetector |
class | BaseCascadeClassifier |
class | Board |
Board of ArUco markers. More... | |
class | CascadeClassifier |
Cascade classifier class for object detection. More... | |
class | CharucoBoard |
ChArUco board is a planar chessboard where the markers are placed inside the white squares of a chessboard. More... | |
class | CharucoDetector |
class | CharucoParameters |
class | DetectorParameters |
struct DetectorParameters is used by ArucoDetector More... | |
class | Dictionary |
Dictionary is a set of unique ArUco markers of the same size. More... | |
class | FaceDetectorYN |
DNN-based face detector. More... | |
class | FaceRecognizerSF |
DNN-based face recognizer. More... | |
class | GraphicalCodeDetector |
class | GridBoard |
Planar board with grid arrangement of markers. More... | |
class | HOGDescriptor |
Implementation of HOG (Histogram of Oriented Gradients) descriptor and object detector. More... | |
class | Objdetect |
class | QRCodeDetector |
class | QRCodeDetectorAruco |
class | QRCodeDetectorAruco_Params |
class | QRCodeEncoder |
Groups the object candidate rectangles. rectList Input/output vector of rectangles. Output vector includes retained and grouped rectangles. (The Python list is not modified in place.) weights Input/output vector of weights of rectangles. Output vector includes weights of retained and grouped rectangles. (The Python list is not modified in place.) groupThreshold Minimum possible number of rectangles minus 1. The threshold is used in a group of rectangles to retain it. eps Relative difference between sides of the rectangles to merge them into a group. More... | |
class | QRCodeEncoder_Params |
QR code encoder parameters. More... | |
class | RefineParameters |
struct RefineParameters is used by ArucoDetector More... | |