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 | |
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) |
void OpenCVForUnity.UnityIntegration.MOT.ITrackInfoVisualizer< T >.Visualize | ( | Mat | image, |
ReadOnlySpan< T > | trackInfos, | ||
bool | printResult = false, | ||
bool | isRGB = false ) |
void OpenCVForUnity.UnityIntegration.MOT.ITrackInfoVisualizer< T >.Visualize | ( | Mat | image, |
T[] | trackInfos, | ||
bool | printResult = false, | ||
bool | isRGB = false ) |