| 
    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.MOT.ByteTrack.BYTETracker | 
| BYTETracker C# implementation of ByteTrack that does not include an object detection algorithm. The implementation is based on "ByteTrack-cpp". (https://github.com/Vertical-Beach/ByteTrack-cpp) Only tracking algorithm are implemented. Any object detection algorithm can be easily combined. Some code has been modified to obtain the same processing results as the original code below. https://github.com/ifzhang/ByteTrack/tree/main/deploy/ncnn/cpp https://github.com/ifzhang/ByteTrack/tree/main/yolox/tracker.  More... | |
Namespaces | |
| namespace | OpenCVForUnity | 
| namespace | OpenCVForUnity.UnityIntegration | 
| namespace | OpenCVForUnity.UnityIntegration.MOT | 
| namespace | OpenCVForUnity.UnityIntegration.MOT.ByteTrack |