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.TrackInfo Struct Reference

Public Member Functions

 TrackInfo (int trackId, BBox bbox)
 
readonly override string ToString ()
 

Public Attributes

readonly BBox BBox
 
readonly int TrackId
 

Static Public Attributes

const int DATA_SIZE = ELEMENT_COUNT * 4
 
const int ELEMENT_COUNT = 7
 

Constructor & Destructor Documentation

◆ TrackInfo()

OpenCVForUnity.UnityIntegration.MOT.TrackInfo.TrackInfo ( int trackId,
BBox bbox )

Member Function Documentation

◆ ToString()

readonly override string OpenCVForUnity.UnityIntegration.MOT.TrackInfo.ToString ( )

Member Data Documentation

◆ BBox

readonly BBox OpenCVForUnity.UnityIntegration.MOT.TrackInfo.BBox

◆ DATA_SIZE

const int OpenCVForUnity.UnityIntegration.MOT.TrackInfo.DATA_SIZE = ELEMENT_COUNT * 4
static

◆ ELEMENT_COUNT

const int OpenCVForUnity.UnityIntegration.MOT.TrackInfo.ELEMENT_COUNT = 7
static

◆ TrackId

readonly int OpenCVForUnity.UnityIntegration.MOT.TrackInfo.TrackId

The documentation for this struct was generated from the following file: