|
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.
|
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 } |