__fromPtr__(IntPtr addr) | OpenCVForUnity.Xfeatures2dModule.StarDetector | 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 maxSize, int responseThreshold, int lineThresholdProjected, int lineThresholdBinarized, int suppressNonmaxSize) | OpenCVForUnity.Xfeatures2dModule.StarDetector | static |
create(int maxSize, int responseThreshold, int lineThresholdProjected, int lineThresholdBinarized) | OpenCVForUnity.Xfeatures2dModule.StarDetector | static |
create(int maxSize, int responseThreshold, int lineThresholdProjected) | OpenCVForUnity.Xfeatures2dModule.StarDetector | static |
create(int maxSize, int responseThreshold) | OpenCVForUnity.Xfeatures2dModule.StarDetector | static |
create(int maxSize) | OpenCVForUnity.Xfeatures2dModule.StarDetector | static |
create() | OpenCVForUnity.Xfeatures2dModule.StarDetector | 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.StarDetector | protectedvirtual |
OpenCVForUnity::DisposableObject.Dispose() | OpenCVForUnity.DisposableObject | |
empty() | OpenCVForUnity.Features2dModule.Feature2D | virtual |
getDefaultName() | OpenCVForUnity.Xfeatures2dModule.StarDetector | virtual |
getLineThresholdBinarized() | OpenCVForUnity.Xfeatures2dModule.StarDetector | |
getLineThresholdProjected() | OpenCVForUnity.Xfeatures2dModule.StarDetector | |
getMaxSize() | OpenCVForUnity.Xfeatures2dModule.StarDetector | |
getNativeObjAddr() | OpenCVForUnity.CoreModule.Algorithm | |
getResponseThreshold() | OpenCVForUnity.Xfeatures2dModule.StarDetector | |
getSuppressNonmaxSize() | OpenCVForUnity.Xfeatures2dModule.StarDetector | |
IsDisposed | OpenCVForUnity.DisposableObject | |
IsEnabledDispose | OpenCVForUnity.DisposableObject | |
read(string fileName) | OpenCVForUnity.Features2dModule.Feature2D | |
save(string filename) | OpenCVForUnity.CoreModule.Algorithm | |
setLineThresholdBinarized(int _lineThresholdBinarized) | OpenCVForUnity.Xfeatures2dModule.StarDetector | |
setLineThresholdProjected(int _lineThresholdProjected) | OpenCVForUnity.Xfeatures2dModule.StarDetector | |
setMaxSize(int _maxSize) | OpenCVForUnity.Xfeatures2dModule.StarDetector | |
setResponseThreshold(int _responseThreshold) | OpenCVForUnity.Xfeatures2dModule.StarDetector | |
setSuppressNonmaxSize(int _suppressNonmaxSize) | OpenCVForUnity.Xfeatures2dModule.StarDetector | |
ThrowIfDisposed() | OpenCVForUnity.DisposableObject | |
ThrowIfNullIntPtr(IntPtr ptr) | OpenCVForUnity.DisposableObject | static |
write(string fileName) | OpenCVForUnity.Features2dModule.Feature2D | |