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.SIFT Member List

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

__fromPtr__(IntPtr addr)OpenCVForUnity.Features2dModule.SIFTstatic
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 nfeatures, int nOctaveLayers, double contrastThreshold, double edgeThreshold, double sigma, bool enable_precise_upscale)OpenCVForUnity.Features2dModule.SIFTstatic
create(int nfeatures, int nOctaveLayers, double contrastThreshold, double edgeThreshold, double sigma)OpenCVForUnity.Features2dModule.SIFTstatic
create(int nfeatures, int nOctaveLayers, double contrastThreshold, double edgeThreshold)OpenCVForUnity.Features2dModule.SIFTstatic
create(int nfeatures, int nOctaveLayers, double contrastThreshold)OpenCVForUnity.Features2dModule.SIFTstatic
create(int nfeatures, int nOctaveLayers)OpenCVForUnity.Features2dModule.SIFTstatic
create(int nfeatures)OpenCVForUnity.Features2dModule.SIFTstatic
create()OpenCVForUnity.Features2dModule.SIFTstatic
create(int nfeatures, int nOctaveLayers, double contrastThreshold, double edgeThreshold, double sigma, int descriptorType, bool enable_precise_upscale)OpenCVForUnity.Features2dModule.SIFTstatic
create(int nfeatures, int nOctaveLayers, double contrastThreshold, double edgeThreshold, double sigma, int descriptorType)OpenCVForUnity.Features2dModule.SIFTstatic
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.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.SIFTprotectedvirtual
OpenCVForUnity::DisposableObject.Dispose()OpenCVForUnity.DisposableObject
empty()OpenCVForUnity.Features2dModule.Feature2Dvirtual
getContrastThreshold()OpenCVForUnity.Features2dModule.SIFT
getDefaultName()OpenCVForUnity.Features2dModule.SIFTvirtual
getEdgeThreshold()OpenCVForUnity.Features2dModule.SIFT
getNativeObjAddr()OpenCVForUnity.CoreModule.Algorithm
getNFeatures()OpenCVForUnity.Features2dModule.SIFT
getNOctaveLayers()OpenCVForUnity.Features2dModule.SIFT
getSigma()OpenCVForUnity.Features2dModule.SIFT
IsDisposedOpenCVForUnity.DisposableObject
IsEnabledDisposeOpenCVForUnity.DisposableObject
read(string fileName)OpenCVForUnity.Features2dModule.Feature2D
save(string filename)OpenCVForUnity.CoreModule.Algorithm
setContrastThreshold(double contrastThreshold)OpenCVForUnity.Features2dModule.SIFT
setEdgeThreshold(double edgeThreshold)OpenCVForUnity.Features2dModule.SIFT
setNFeatures(int maxFeatures)OpenCVForUnity.Features2dModule.SIFT
setNOctaveLayers(int nOctaveLayers)OpenCVForUnity.Features2dModule.SIFT
setSigma(double sigma)OpenCVForUnity.Features2dModule.SIFT
ThrowIfDisposed()OpenCVForUnity.DisposableObject
ThrowIfNullIntPtr(IntPtr ptr)OpenCVForUnity.DisposableObjectstatic
write(string fileName)OpenCVForUnity.Features2dModule.Feature2D