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.
Loading...
Searching...
No Matches
OpenCVForUnity.UnityIntegration.MOT.ByteTrack Namespace Reference

Classes

class  BTKalmanFilter
 
struct  BTRect
 
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/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...
 
struct  BYTETrackInfo
 
class  BYTETrackInfoVisualizer
 BYTETrackInfoVisualizer A class that provides visualization functionality for BYTE tracking information. More...
 
class  Lapjv
 
class  Track
 
class  TrackListPool
 Class for managing a pool of Track object lists.
 
class  TrackPool
 Class that manages a pool of Track objects.
 

Enumerations

enum  TrackState : int {
  New = 0 ,
  Tracked = 1 ,
  Lost = 2 ,
  Removed = 3
}
 

Enumeration Type Documentation

◆ TrackState

Enumerator
New 
Tracked 
Lost 
Removed