__fromPtr__(IntPtr addr) | OpenCVForUnity.Features2dModule.KAZE | 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(bool extended, bool upright, float threshold, int nOctaves, int nOctaveLayers, int diffusivity) | OpenCVForUnity.Features2dModule.KAZE | static |
create(bool extended, bool upright, float threshold, int nOctaves, int nOctaveLayers) | OpenCVForUnity.Features2dModule.KAZE | static |
create(bool extended, bool upright, float threshold, int nOctaves) | OpenCVForUnity.Features2dModule.KAZE | static |
create(bool extended, bool upright, float threshold) | OpenCVForUnity.Features2dModule.KAZE | static |
create(bool extended, bool upright) | OpenCVForUnity.Features2dModule.KAZE | static |
create(bool extended) | OpenCVForUnity.Features2dModule.KAZE | static |
create() | OpenCVForUnity.Features2dModule.KAZE | static |
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_CHARBONNIER | OpenCVForUnity.Features2dModule.KAZE | static |
DIFF_PM_G1 | OpenCVForUnity.Features2dModule.KAZE | static |
DIFF_PM_G2 | OpenCVForUnity.Features2dModule.KAZE | static |
DIFF_WEICKERT | OpenCVForUnity.Features2dModule.KAZE | static |
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.KAZE | protectedvirtual |
OpenCVForUnity::DisposableObject.Dispose() | OpenCVForUnity.DisposableObject | |
empty() | OpenCVForUnity.Features2dModule.Feature2D | virtual |
getDefaultName() | OpenCVForUnity.Features2dModule.KAZE | virtual |
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 | |
IsDisposed | OpenCVForUnity.DisposableObject | |
IsEnabledDispose | OpenCVForUnity.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.DisposableObject | static |
write(string fileName) | OpenCVForUnity.Features2dModule.Feature2D | |