OpenCV for Unity 2.6.5
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.
Loading...
Searching...
No Matches
BYTETracker.cs File Reference

Classes

class  OpenCVForUnity.UnityUtils.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/derpda/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.UnityUtils
 
namespace  OpenCVForUnity.UnityUtils.MOT
 
namespace  OpenCVForUnity.UnityUtils.MOT.ByteTrack