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
BYTETrackInfo.cs File Reference

Classes

struct  OpenCVForUnity.UnityIntegration.MOT.ByteTrack.BYTETrackInfo
 

Namespaces

namespace  OpenCVForUnity
 
namespace  OpenCVForUnity.UnityIntegration
 
namespace  OpenCVForUnity.UnityIntegration.MOT
 
namespace  OpenCVForUnity.UnityIntegration.MOT.ByteTrack
 

Enumerations

enum  OpenCVForUnity.UnityIntegration.MOT.ByteTrack.TrackState : int {
  OpenCVForUnity.UnityIntegration.MOT.ByteTrack.New = 0 ,
  OpenCVForUnity.UnityIntegration.MOT.ByteTrack.Tracked = 1 ,
  OpenCVForUnity.UnityIntegration.MOT.ByteTrack.Lost = 2 ,
  OpenCVForUnity.UnityIntegration.MOT.ByteTrack.Removed = 3
}