TrackInfoVisualizer A class that provides visualization functionality for tracking information.
More...
|
| | TrackInfoVisualizer (string classesFilepath=null) |
| | Initializes a new instance of the TrackInfoVisualizer class.
|
| |
| virtual void | Visualize (Mat image, ReadOnlySpan< TrackInfo > trackInfos, bool printResult=false, bool isRGB=false) |
| | Visualizes tracking information on the input image.
|
| |
| virtual void | Visualize (Mat image, TrackInfo[] trackInfos, bool printResult=false, bool isRGB=false) |
| | Visualizes tracking information on the input image.
|
| |
| void | Dispose () |
| |
| virtual string[] | GetClassLabels () |
| | Gets all class labels.
|
| |
| void | Visualize (Mat image, ReadOnlySpan< T > trackInfos, bool printResult=false, bool isRGB=false) |
| |
| void | Visualize (Mat image, T[] trackInfos, bool printResult=false, bool isRGB=false) |
| |
TrackInfoVisualizer A class that provides visualization functionality for tracking information.
◆ TrackInfoVisualizer()
| OpenCVForUnity.UnityIntegration.MOT.TrackInfoVisualizer.TrackInfoVisualizer |
( |
string | classesFilepath = null | ) |
|
Initializes a new instance of the TrackInfoVisualizer class.
- Parameters
-
| classesFilepath | Path to the text file containing class names. |
◆ Visualize() [1/2]
| virtual void OpenCVForUnity.UnityIntegration.MOT.TrackInfoVisualizer.Visualize |
( |
Mat | image, |
|
|
ReadOnlySpan< TrackInfo > | trackInfos, |
|
|
bool | printResult = false, |
|
|
bool | isRGB = false ) |
|
virtual |
Visualizes tracking information on the input image.
- Parameters
-
| image | The input image to draw on. |
| trackInfos | The tracking information to visualize. |
| printResult | Whether to print result to console. |
| isRGB | Whether the input image is RGB or BGR. |
◆ Visualize() [2/2]
| virtual void OpenCVForUnity.UnityIntegration.MOT.TrackInfoVisualizer.Visualize |
( |
Mat | image, |
|
|
TrackInfo[] | trackInfos, |
|
|
bool | printResult = false, |
|
|
bool | isRGB = false ) |
|
virtual |
Visualizes tracking information on the input image.
- Parameters
-
| image | The input image to draw on. |
| trackInfos | The tracking information to visualize. |
| printResult | Whether to print result to console. |
| isRGB | Whether the input image is RGB or BGR. |
The documentation for this class was generated from the following file: