OpenCV for Unity 2.6.4
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.10.0/index.html ) for the details of the argument of the method.
|
This is the complete list of members for OpenCVForUnity.UnityUtils.DebugMatUtils, including all inherited members.
clear() | OpenCVForUnity.UnityUtils.DebugMatUtils | static |
destroyAllWindows() | OpenCVForUnity.UnityUtils.DebugMatUtils | static |
destroyWindow(string winname) | OpenCVForUnity.UnityUtils.DebugMatUtils | static |
DumpMode enum name | OpenCVForUnity.UnityUtils.DebugMatUtils | |
imshow(string winname, Mat img, bool dump=false, CoreModule.Rect roi=null, string debugText=null, bool isDataSRGB=true) | OpenCVForUnity.UnityUtils.DebugMatUtils | static |
imshow(string winname, Mat img, bool isDataSRGB) | OpenCVForUnity.UnityUtils.DebugMatUtils | static |
imshow(string winname, Mat img, bool dump, in(int x, int y, int width, int height) roi, string debugText=null, bool isDataSRGB=true) | OpenCVForUnity.UnityUtils.DebugMatUtils | static |
imshow(string winname, Mat img, bool dump, in Vec4i roi, string debugText=null, bool isDataSRGB=true) | OpenCVForUnity.UnityUtils.DebugMatUtils | static |
imshow(string winname, string debugText) | OpenCVForUnity.UnityUtils.DebugMatUtils | static |
imshow(string winname, Texture img, bool dump=false, DumpMode dumpMode=DumpMode.GetRawTextureDataMode, CoreModule.Rect roi=null, string debugText=null) | OpenCVForUnity.UnityUtils.DebugMatUtils | static |
imshow(string winname, Texture img, bool dump, DumpMode dumpMode, in(int x, int y, int width, int height) roi, string debugText=null) | OpenCVForUnity.UnityUtils.DebugMatUtils | static |
imshow(string winname, Texture img, bool dump, DumpMode dumpMode, in Vec4i roi, string debugText=null) | OpenCVForUnity.UnityUtils.DebugMatUtils | static |
LayoutType enum name | OpenCVForUnity.UnityUtils.DebugMatUtils | |
setup(LayoutType type=LayoutType.RIGHT) | OpenCVForUnity.UnityUtils.DebugMatUtils | static |