OpenCV for Unity 3.0.0
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.12.0/index.html ) for the details of the argument of the method.
|
Classes | |
class | OpenCVForUnity.UnityIntegration.Worker.DnnModule.YOLOXObjectDetector |
YOLOX object detector implementation. This class provides functionality for object detection using the YOLOX model implemented with OpenCV's DNN module. Referring to: https://github.com/opencv/opencv_zoo/tree/master/models/object_detection_yolox https://github.com/Megvii-BaseDetection/YOLOX https://github.com/Megvii-BaseDetection/YOLOX/tree/main/demo/ONNXRuntime. More... | |
Namespaces | |
namespace | OpenCVForUnity |
namespace | OpenCVForUnity.UnityIntegration |
namespace | OpenCVForUnity.UnityIntegration.Worker |
namespace | OpenCVForUnity.UnityIntegration.Worker.DnnModule |