|
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.
|
Public Member Functions | |
| TrackInfo[] | GetActiveBasicTrackInfos () |
| T[] | GetActiveTrackInfos () |
| void | LogTrackingStatus () |
| void | LogTrackingStatusDetail () |
| void | Reset () |
| void | Update (BBox[] detections) |
| void | Update (ReadOnlySpan< BBox > detections) |
| TrackInfo[] OpenCVForUnity.UnityIntegration.MOT.IMultiObjectTracker< T >.GetActiveBasicTrackInfos | ( | ) |
| T[] OpenCVForUnity.UnityIntegration.MOT.IMultiObjectTracker< T >.GetActiveTrackInfos | ( | ) |
| void OpenCVForUnity.UnityIntegration.MOT.IMultiObjectTracker< T >.LogTrackingStatus | ( | ) |
| void OpenCVForUnity.UnityIntegration.MOT.IMultiObjectTracker< T >.LogTrackingStatusDetail | ( | ) |
| void OpenCVForUnity.UnityIntegration.MOT.IMultiObjectTracker< T >.Reset | ( | ) |
| void OpenCVForUnity.UnityIntegration.MOT.IMultiObjectTracker< T >.Update | ( | BBox[] | detections | ) |
| void OpenCVForUnity.UnityIntegration.MOT.IMultiObjectTracker< T >.Update | ( | ReadOnlySpan< BBox > | detections | ) |