OpenCV for Unity  2.6.0
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.9.0/index.html ) for the details of the argument of the method.
OpenCVForUnity.Features2dModule.AKAZE Member List

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

__fromPtr__(IntPtr addr)OpenCVForUnity.Features2dModule.AKAZEstatic
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(int descriptor_type, int descriptor_size, int descriptor_channels, float threshold, int nOctaves, int nOctaveLayers, int diffusivity, int max_points)OpenCVForUnity.Features2dModule.AKAZEstatic
create(int descriptor_type, int descriptor_size, int descriptor_channels, float threshold, int nOctaves, int nOctaveLayers, int diffusivity)OpenCVForUnity.Features2dModule.AKAZEstatic
create(int descriptor_type, int descriptor_size, int descriptor_channels, float threshold, int nOctaves, int nOctaveLayers)OpenCVForUnity.Features2dModule.AKAZEstatic
create(int descriptor_type, int descriptor_size, int descriptor_channels, float threshold, int nOctaves)OpenCVForUnity.Features2dModule.AKAZEstatic
create(int descriptor_type, int descriptor_size, int descriptor_channels, float threshold)OpenCVForUnity.Features2dModule.AKAZEstatic
create(int descriptor_type, int descriptor_size, int descriptor_channels)OpenCVForUnity.Features2dModule.AKAZEstatic
create(int descriptor_type, int descriptor_size)OpenCVForUnity.Features2dModule.AKAZEstatic
create(int descriptor_type)OpenCVForUnity.Features2dModule.AKAZEstatic
create()OpenCVForUnity.Features2dModule.AKAZEstatic
defaultNorm()OpenCVForUnity.Features2dModule.Feature2D
DESCRIPTOR_KAZEOpenCVForUnity.Features2dModule.AKAZE
DESCRIPTOR_KAZE_UPRIGHTOpenCVForUnity.Features2dModule.AKAZE
DESCRIPTOR_MLDBOpenCVForUnity.Features2dModule.AKAZE
DESCRIPTOR_MLDB_UPRIGHTOpenCVForUnity.Features2dModule.AKAZE
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
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.AKAZEprotectedvirtual
OpenCVForUnity::DisposableObject.Dispose()OpenCVForUnity.DisposableObject
empty()OpenCVForUnity.Features2dModule.Feature2Dvirtual
getDefaultName()OpenCVForUnity.Features2dModule.AKAZEvirtual
getDescriptorChannels()OpenCVForUnity.Features2dModule.AKAZE
getDescriptorSize()OpenCVForUnity.Features2dModule.AKAZE
getDescriptorType()OpenCVForUnity.Features2dModule.AKAZE
getDiffusivity()OpenCVForUnity.Features2dModule.AKAZE
getMaxPoints()OpenCVForUnity.Features2dModule.AKAZE
getNativeObjAddr()OpenCVForUnity.CoreModule.Algorithm
getNOctaveLayers()OpenCVForUnity.Features2dModule.AKAZE
getNOctaves()OpenCVForUnity.Features2dModule.AKAZE
getThreshold()OpenCVForUnity.Features2dModule.AKAZE
IsDisposedOpenCVForUnity.DisposableObject
IsEnabledDisposeOpenCVForUnity.DisposableObject
read(string fileName)OpenCVForUnity.Features2dModule.Feature2D
save(string filename)OpenCVForUnity.CoreModule.Algorithm
setDescriptorChannels(int dch)OpenCVForUnity.Features2dModule.AKAZE
setDescriptorSize(int dsize)OpenCVForUnity.Features2dModule.AKAZE
setDescriptorType(int dtype)OpenCVForUnity.Features2dModule.AKAZE
setDiffusivity(int diff)OpenCVForUnity.Features2dModule.AKAZE
setMaxPoints(int max_points)OpenCVForUnity.Features2dModule.AKAZE
setNOctaveLayers(int octaveLayers)OpenCVForUnity.Features2dModule.AKAZE
setNOctaves(int octaves)OpenCVForUnity.Features2dModule.AKAZE
setThreshold(double threshold)OpenCVForUnity.Features2dModule.AKAZE
ThrowIfDisposed()OpenCVForUnity.DisposableObject
ThrowIfNullIntPtr(IntPtr ptr)OpenCVForUnity.DisposableObjectstatic
write(string fileName)OpenCVForUnity.Features2dModule.Feature2D