OpenCV for Unity 2.6.5
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.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Modules Pages
OpenCVForUnity.Features2dModule.KAZE Member List

This is the complete list of members for OpenCVForUnity.Features2dModule.KAZE, including all inherited members.

__fromPtr__(IntPtr addr)OpenCVForUnity.Features2dModule.KAZEstatic
clear()OpenCVForUnity.CoreModule.Algorithmvirtual
compute(Mat image, MatOfKeyPoint keypoints, Mat descriptors)OpenCVForUnity.Features2dModule.Feature2D
compute(List< Mat > images, List< MatOfKeyPoint > keypoints, List< Mat > descriptors)OpenCVForUnity.Features2dModule.Feature2D
create(bool extended, bool upright, float threshold, int nOctaves, int nOctaveLayers, int diffusivity)OpenCVForUnity.Features2dModule.KAZEstatic
create(bool extended, bool upright, float threshold, int nOctaves, int nOctaveLayers)OpenCVForUnity.Features2dModule.KAZEstatic
create(bool extended, bool upright, float threshold, int nOctaves)OpenCVForUnity.Features2dModule.KAZEstatic
create(bool extended, bool upright, float threshold)OpenCVForUnity.Features2dModule.KAZEstatic
create(bool extended, bool upright)OpenCVForUnity.Features2dModule.KAZEstatic
create(bool extended)OpenCVForUnity.Features2dModule.KAZEstatic
create()OpenCVForUnity.Features2dModule.KAZEstatic
defaultNorm()OpenCVForUnity.Features2dModule.Feature2D
descriptorSize()OpenCVForUnity.Features2dModule.Feature2D
descriptorType()OpenCVForUnity.Features2dModule.Feature2D
detect(Mat image, MatOfKeyPoint keypoints, Mat mask)OpenCVForUnity.Features2dModule.Feature2D
detect(Mat image, MatOfKeyPoint keypoints)OpenCVForUnity.Features2dModule.Feature2D
detect(List< Mat > images, List< MatOfKeyPoint > keypoints, List< Mat > masks)OpenCVForUnity.Features2dModule.Feature2D
detect(List< Mat > images, List< MatOfKeyPoint > keypoints)OpenCVForUnity.Features2dModule.Feature2D
detectAndCompute(Mat image, Mat mask, MatOfKeyPoint keypoints, Mat descriptors, bool useProvidedKeypoints)OpenCVForUnity.Features2dModule.Feature2D
detectAndCompute(Mat image, Mat mask, MatOfKeyPoint keypoints, Mat descriptors)OpenCVForUnity.Features2dModule.Feature2D
DIFF_CHARBONNIEROpenCVForUnity.Features2dModule.KAZEstatic
DIFF_PM_G1OpenCVForUnity.Features2dModule.KAZEstatic
DIFF_PM_G2OpenCVForUnity.Features2dModule.KAZEstatic
DIFF_WEICKERTOpenCVForUnity.Features2dModule.KAZEstatic
DisposableObject()OpenCVForUnity.DisposableObjectprotected
DisposableObject(bool isEnabledDispose)OpenCVForUnity.DisposableObjectprotected
DisposableOpenCVObject()OpenCVForUnity.DisposableOpenCVObjectprotected
DisposableOpenCVObject(IntPtr ptr)OpenCVForUnity.DisposableOpenCVObjectprotected
DisposableOpenCVObject(bool isEnabledDispose)OpenCVForUnity.DisposableOpenCVObjectprotected
DisposableOpenCVObject(IntPtr ptr, bool isEnabledDispose)OpenCVForUnity.DisposableOpenCVObjectprotected
Dispose(bool disposing)OpenCVForUnity.Features2dModule.KAZEprotectedvirtual
OpenCVForUnity::DisposableObject.Dispose()OpenCVForUnity.DisposableObject
empty()OpenCVForUnity.Features2dModule.Feature2Dvirtual
getDefaultName()OpenCVForUnity.Features2dModule.KAZEvirtual
getDiffusivity()OpenCVForUnity.Features2dModule.KAZE
getExtended()OpenCVForUnity.Features2dModule.KAZE
getNativeObjAddr()OpenCVForUnity.CoreModule.Algorithm
getNOctaveLayers()OpenCVForUnity.Features2dModule.KAZE
getNOctaves()OpenCVForUnity.Features2dModule.KAZE
getThreshold()OpenCVForUnity.Features2dModule.KAZE
getUpright()OpenCVForUnity.Features2dModule.KAZE
IsDisposedOpenCVForUnity.DisposableObject
IsEnabledDisposeOpenCVForUnity.DisposableObject
read(string fileName)OpenCVForUnity.Features2dModule.Feature2D
save(string filename)OpenCVForUnity.CoreModule.Algorithm
setDiffusivity(int diff)OpenCVForUnity.Features2dModule.KAZE
setExtended(bool extended)OpenCVForUnity.Features2dModule.KAZE
setNOctaveLayers(int octaveLayers)OpenCVForUnity.Features2dModule.KAZE
setNOctaves(int octaves)OpenCVForUnity.Features2dModule.KAZE
setThreshold(double threshold)OpenCVForUnity.Features2dModule.KAZE
setUpright(bool upright)OpenCVForUnity.Features2dModule.KAZE
ThrowIfDisposed()OpenCVForUnity.DisposableObject
ThrowIfNullIntPtr(IntPtr ptr)OpenCVForUnity.DisposableObjectstatic
write(string fileName)OpenCVForUnity.Features2dModule.Feature2D