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
OpenCVForUnity.UnityUtils.MOT.ByteTrack Namespace Reference

Classes

class  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...
 
class  Detection
 
interface  IDetectionBase
 
interface  IRectBase
 
class  KalmanFilter
 
class  Lapjv
 
class  RectOperations
 
class  TlwhRect
 
class  Track
 

Enumerations

enum  TrackState {
  Tracked = 0 ,
  Lost = 1 ,
  Removed = 2
}
 

Enumeration Type Documentation

◆ TrackState

Enumerator
Tracked 
Lost 
Removed