__fromPtr__(IntPtr addr) | OpenCVForUnity.Xfeatures2dModule.DAISY | 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(float radius, int q_radius, int q_theta, int q_hist, Mat H, bool interpolation, bool use_orientation) | OpenCVForUnity.Xfeatures2dModule.DAISY | static |
create(float radius, int q_radius, int q_theta, int q_hist, Mat H, bool interpolation) | OpenCVForUnity.Xfeatures2dModule.DAISY | static |
create(float radius, int q_radius, int q_theta, int q_hist, Mat H) | OpenCVForUnity.Xfeatures2dModule.DAISY | static |
create(float radius, int q_radius, int q_theta, int q_hist) | OpenCVForUnity.Xfeatures2dModule.DAISY | static |
create(float radius, int q_radius, int q_theta) | OpenCVForUnity.Xfeatures2dModule.DAISY | static |
create(float radius, int q_radius) | OpenCVForUnity.Xfeatures2dModule.DAISY | static |
create(float radius) | OpenCVForUnity.Xfeatures2dModule.DAISY | static |
create() | OpenCVForUnity.Xfeatures2dModule.DAISY | 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 | |
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.Xfeatures2dModule.DAISY | protectedvirtual |
OpenCVForUnity::DisposableObject.Dispose() | OpenCVForUnity.DisposableObject | |
empty() | OpenCVForUnity.Features2dModule.Feature2D | virtual |
getDefaultName() | OpenCVForUnity.Xfeatures2dModule.DAISY | virtual |
getH() | OpenCVForUnity.Xfeatures2dModule.DAISY | |
getInterpolation() | OpenCVForUnity.Xfeatures2dModule.DAISY | |
getNativeObjAddr() | OpenCVForUnity.CoreModule.Algorithm | |
getNorm() | OpenCVForUnity.Xfeatures2dModule.DAISY | |
getQHist() | OpenCVForUnity.Xfeatures2dModule.DAISY | |
getQRadius() | OpenCVForUnity.Xfeatures2dModule.DAISY | |
getQTheta() | OpenCVForUnity.Xfeatures2dModule.DAISY | |
getRadius() | OpenCVForUnity.Xfeatures2dModule.DAISY | |
getUseOrientation() | OpenCVForUnity.Xfeatures2dModule.DAISY | |
IsDisposed | OpenCVForUnity.DisposableObject | |
IsEnabledDispose | OpenCVForUnity.DisposableObject | |
NRM_FULL | OpenCVForUnity.Xfeatures2dModule.DAISY | static |
NRM_NONE | OpenCVForUnity.Xfeatures2dModule.DAISY | static |
NRM_PARTIAL | OpenCVForUnity.Xfeatures2dModule.DAISY | static |
NRM_SIFT | OpenCVForUnity.Xfeatures2dModule.DAISY | static |
read(string fileName) | OpenCVForUnity.Features2dModule.Feature2D | |
save(string filename) | OpenCVForUnity.CoreModule.Algorithm | |
setH(Mat H) | OpenCVForUnity.Xfeatures2dModule.DAISY | |
setInterpolation(bool interpolation) | OpenCVForUnity.Xfeatures2dModule.DAISY | |
setNorm(int norm) | OpenCVForUnity.Xfeatures2dModule.DAISY | |
setQHist(int q_hist) | OpenCVForUnity.Xfeatures2dModule.DAISY | |
setQRadius(int q_radius) | OpenCVForUnity.Xfeatures2dModule.DAISY | |
setQTheta(int q_theta) | OpenCVForUnity.Xfeatures2dModule.DAISY | |
setRadius(float radius) | OpenCVForUnity.Xfeatures2dModule.DAISY | |
setUseOrientation(bool use_orientation) | OpenCVForUnity.Xfeatures2dModule.DAISY | |
ThrowIfDisposed() | OpenCVForUnity.DisposableObject | |
ThrowIfNullIntPtr(IntPtr ptr) | OpenCVForUnity.DisposableObject | static |
write(string fileName) | OpenCVForUnity.Features2dModule.Feature2D | |