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.Xfeatures2dModule.HarrisLaplaceFeatureDetector Member List

This is the complete list of members for OpenCVForUnity.Xfeatures2dModule.HarrisLaplaceFeatureDetector, including all inherited members.

__fromPtr__(IntPtr addr)OpenCVForUnity.Xfeatures2dModule.HarrisLaplaceFeatureDetectorstatic
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 numOctaves, float corn_thresh, float DOG_thresh, int maxCorners, int num_layers)OpenCVForUnity.Xfeatures2dModule.HarrisLaplaceFeatureDetectorstatic
create(int numOctaves, float corn_thresh, float DOG_thresh, int maxCorners)OpenCVForUnity.Xfeatures2dModule.HarrisLaplaceFeatureDetectorstatic
create(int numOctaves, float corn_thresh, float DOG_thresh)OpenCVForUnity.Xfeatures2dModule.HarrisLaplaceFeatureDetectorstatic
create(int numOctaves, float corn_thresh)OpenCVForUnity.Xfeatures2dModule.HarrisLaplaceFeatureDetectorstatic
create(int numOctaves)OpenCVForUnity.Xfeatures2dModule.HarrisLaplaceFeatureDetectorstatic
create()OpenCVForUnity.Xfeatures2dModule.HarrisLaplaceFeatureDetectorstatic
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.Xfeatures2dModule.HarrisLaplaceFeatureDetectorprotectedvirtual
OpenCVForUnity::DisposableObject.Dispose()OpenCVForUnity.DisposableObject
empty()OpenCVForUnity.Features2dModule.Feature2Dvirtual
getCornThresh()OpenCVForUnity.Xfeatures2dModule.HarrisLaplaceFeatureDetector
getDefaultName()OpenCVForUnity.Xfeatures2dModule.HarrisLaplaceFeatureDetectorvirtual
getDOGThresh()OpenCVForUnity.Xfeatures2dModule.HarrisLaplaceFeatureDetector
getMaxCorners()OpenCVForUnity.Xfeatures2dModule.HarrisLaplaceFeatureDetector
getNativeObjAddr()OpenCVForUnity.CoreModule.Algorithm
getNumLayers()OpenCVForUnity.Xfeatures2dModule.HarrisLaplaceFeatureDetector
getNumOctaves()OpenCVForUnity.Xfeatures2dModule.HarrisLaplaceFeatureDetector
IsDisposedOpenCVForUnity.DisposableObject
IsEnabledDisposeOpenCVForUnity.DisposableObject
read(string fileName)OpenCVForUnity.Features2dModule.Feature2D
save(string filename)OpenCVForUnity.CoreModule.Algorithm
setCornThresh(float corn_thresh_)OpenCVForUnity.Xfeatures2dModule.HarrisLaplaceFeatureDetector
setDOGThresh(float DOG_thresh_)OpenCVForUnity.Xfeatures2dModule.HarrisLaplaceFeatureDetector
setMaxCorners(int maxCorners_)OpenCVForUnity.Xfeatures2dModule.HarrisLaplaceFeatureDetector
setNumLayers(int num_layers_)OpenCVForUnity.Xfeatures2dModule.HarrisLaplaceFeatureDetector
setNumOctaves(int numOctaves_)OpenCVForUnity.Xfeatures2dModule.HarrisLaplaceFeatureDetector
ThrowIfDisposed()OpenCVForUnity.DisposableObject
ThrowIfNullIntPtr(IntPtr ptr)OpenCVForUnity.DisposableObjectstatic
write(string fileName)OpenCVForUnity.Features2dModule.Feature2D