__fromPtr__(IntPtr addr) | OpenCVForUnity.Features2dModule.AKAZE | static |
clear() | OpenCVForUnity.CoreModule.Algorithm | virtual |
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.AKAZE | static |
create(int descriptor_type, int descriptor_size, int descriptor_channels, float threshold, int nOctaves, int nOctaveLayers, int diffusivity) | OpenCVForUnity.Features2dModule.AKAZE | static |
create(int descriptor_type, int descriptor_size, int descriptor_channels, float threshold, int nOctaves, int nOctaveLayers) | OpenCVForUnity.Features2dModule.AKAZE | static |
create(int descriptor_type, int descriptor_size, int descriptor_channels, float threshold, int nOctaves) | OpenCVForUnity.Features2dModule.AKAZE | static |
create(int descriptor_type, int descriptor_size, int descriptor_channels, float threshold) | OpenCVForUnity.Features2dModule.AKAZE | static |
create(int descriptor_type, int descriptor_size, int descriptor_channels) | OpenCVForUnity.Features2dModule.AKAZE | static |
create(int descriptor_type, int descriptor_size) | OpenCVForUnity.Features2dModule.AKAZE | static |
create(int descriptor_type) | OpenCVForUnity.Features2dModule.AKAZE | static |
create() | OpenCVForUnity.Features2dModule.AKAZE | static |
defaultNorm() | OpenCVForUnity.Features2dModule.Feature2D | |
DESCRIPTOR_KAZE | OpenCVForUnity.Features2dModule.AKAZE | static |
DESCRIPTOR_KAZE_UPRIGHT | OpenCVForUnity.Features2dModule.AKAZE | static |
DESCRIPTOR_MLDB | OpenCVForUnity.Features2dModule.AKAZE | static |
DESCRIPTOR_MLDB_UPRIGHT | OpenCVForUnity.Features2dModule.AKAZE | static |
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.DisposableObject | protected |
DisposableObject(bool isEnabledDispose) | OpenCVForUnity.DisposableObject | protected |
DisposableOpenCVObject() | OpenCVForUnity.DisposableOpenCVObject | protected |
DisposableOpenCVObject(IntPtr ptr) | OpenCVForUnity.DisposableOpenCVObject | protected |
DisposableOpenCVObject(bool isEnabledDispose) | OpenCVForUnity.DisposableOpenCVObject | protected |
DisposableOpenCVObject(IntPtr ptr, bool isEnabledDispose) | OpenCVForUnity.DisposableOpenCVObject | protected |
Dispose(bool disposing) | OpenCVForUnity.Features2dModule.AKAZE | protectedvirtual |
OpenCVForUnity::DisposableObject.Dispose() | OpenCVForUnity.DisposableObject | |
empty() | OpenCVForUnity.Features2dModule.Feature2D | virtual |
getDefaultName() | OpenCVForUnity.Features2dModule.AKAZE | virtual |
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 | |
IsDisposed | OpenCVForUnity.DisposableObject | |
IsEnabledDispose | OpenCVForUnity.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.DisposableObject | static |
write(string fileName) | OpenCVForUnity.Features2dModule.Feature2D | |