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

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

__fromPtr__(IntPtr addr)OpenCVForUnity.Xfeatures2dModule.MSDDetectorstatic
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 m_patch_radius, int m_search_area_radius, int m_nms_radius, int m_nms_scale_radius, float m_th_saliency, int m_kNN, float m_scale_factor, int m_n_scales, bool m_compute_orientation)OpenCVForUnity.Xfeatures2dModule.MSDDetectorstatic
create(int m_patch_radius, int m_search_area_radius, int m_nms_radius, int m_nms_scale_radius, float m_th_saliency, int m_kNN, float m_scale_factor, int m_n_scales)OpenCVForUnity.Xfeatures2dModule.MSDDetectorstatic
create(int m_patch_radius, int m_search_area_radius, int m_nms_radius, int m_nms_scale_radius, float m_th_saliency, int m_kNN, float m_scale_factor)OpenCVForUnity.Xfeatures2dModule.MSDDetectorstatic
create(int m_patch_radius, int m_search_area_radius, int m_nms_radius, int m_nms_scale_radius, float m_th_saliency, int m_kNN)OpenCVForUnity.Xfeatures2dModule.MSDDetectorstatic
create(int m_patch_radius, int m_search_area_radius, int m_nms_radius, int m_nms_scale_radius, float m_th_saliency)OpenCVForUnity.Xfeatures2dModule.MSDDetectorstatic
create(int m_patch_radius, int m_search_area_radius, int m_nms_radius, int m_nms_scale_radius)OpenCVForUnity.Xfeatures2dModule.MSDDetectorstatic
create(int m_patch_radius, int m_search_area_radius, int m_nms_radius)OpenCVForUnity.Xfeatures2dModule.MSDDetectorstatic
create(int m_patch_radius, int m_search_area_radius)OpenCVForUnity.Xfeatures2dModule.MSDDetectorstatic
create(int m_patch_radius)OpenCVForUnity.Xfeatures2dModule.MSDDetectorstatic
create()OpenCVForUnity.Xfeatures2dModule.MSDDetectorstatic
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.MSDDetectorprotectedvirtual
OpenCVForUnity::DisposableObject.Dispose()OpenCVForUnity.DisposableObject
empty()OpenCVForUnity.Features2dModule.Feature2Dvirtual
getComputeOrientation()OpenCVForUnity.Xfeatures2dModule.MSDDetector
getDefaultName()OpenCVForUnity.Xfeatures2dModule.MSDDetectorvirtual
getKNN()OpenCVForUnity.Xfeatures2dModule.MSDDetector
getNativeObjAddr()OpenCVForUnity.CoreModule.Algorithm
getNmsRadius()OpenCVForUnity.Xfeatures2dModule.MSDDetector
getNmsScaleRadius()OpenCVForUnity.Xfeatures2dModule.MSDDetector
getNScales()OpenCVForUnity.Xfeatures2dModule.MSDDetector
getPatchRadius()OpenCVForUnity.Xfeatures2dModule.MSDDetector
getScaleFactor()OpenCVForUnity.Xfeatures2dModule.MSDDetector
getSearchAreaRadius()OpenCVForUnity.Xfeatures2dModule.MSDDetector
getThSaliency()OpenCVForUnity.Xfeatures2dModule.MSDDetector
IsDisposedOpenCVForUnity.DisposableObject
IsEnabledDisposeOpenCVForUnity.DisposableObject
read(string fileName)OpenCVForUnity.Features2dModule.Feature2D
save(string filename)OpenCVForUnity.CoreModule.Algorithm
setComputeOrientation(bool compute_orientation)OpenCVForUnity.Xfeatures2dModule.MSDDetector
setKNN(int kNN)OpenCVForUnity.Xfeatures2dModule.MSDDetector
setNmsRadius(int nms_radius)OpenCVForUnity.Xfeatures2dModule.MSDDetector
setNmsScaleRadius(int nms_scale_radius)OpenCVForUnity.Xfeatures2dModule.MSDDetector
setNScales(int use_orientation)OpenCVForUnity.Xfeatures2dModule.MSDDetector
setPatchRadius(int patch_radius)OpenCVForUnity.Xfeatures2dModule.MSDDetector
setScaleFactor(float scale_factor)OpenCVForUnity.Xfeatures2dModule.MSDDetector
setSearchAreaRadius(int use_orientation)OpenCVForUnity.Xfeatures2dModule.MSDDetector
setThSaliency(float th_saliency)OpenCVForUnity.Xfeatures2dModule.MSDDetector
ThrowIfDisposed()OpenCVForUnity.DisposableObject
ThrowIfNullIntPtr(IntPtr ptr)OpenCVForUnity.DisposableObjectstatic
write(string fileName)OpenCVForUnity.Features2dModule.Feature2D