__fromPtr__(IntPtr addr) | OpenCVForUnity.Features2dModule.MSER | 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 delta, int min_area, int max_area, double max_variation, double min_diversity, int max_evolution, double area_threshold, double min_margin, int edge_blur_size) | OpenCVForUnity.Features2dModule.MSER | static |
create(int delta, int min_area, int max_area, double max_variation, double min_diversity, int max_evolution, double area_threshold, double min_margin) | OpenCVForUnity.Features2dModule.MSER | static |
create(int delta, int min_area, int max_area, double max_variation, double min_diversity, int max_evolution, double area_threshold) | OpenCVForUnity.Features2dModule.MSER | static |
create(int delta, int min_area, int max_area, double max_variation, double min_diversity, int max_evolution) | OpenCVForUnity.Features2dModule.MSER | static |
create(int delta, int min_area, int max_area, double max_variation, double min_diversity) | OpenCVForUnity.Features2dModule.MSER | static |
create(int delta, int min_area, int max_area, double max_variation) | OpenCVForUnity.Features2dModule.MSER | static |
create(int delta, int min_area, int max_area) | OpenCVForUnity.Features2dModule.MSER | static |
create(int delta, int min_area) | OpenCVForUnity.Features2dModule.MSER | static |
create(int delta) | OpenCVForUnity.Features2dModule.MSER | static |
create() | OpenCVForUnity.Features2dModule.MSER | 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 | |
detectRegions(Mat image, List< MatOfPoint > msers, MatOfRect bboxes) | OpenCVForUnity.Features2dModule.MSER | |
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.Features2dModule.MSER | protectedvirtual |
OpenCVForUnity::DisposableObject.Dispose() | OpenCVForUnity.DisposableObject | |
empty() | OpenCVForUnity.Features2dModule.Feature2D | virtual |
getAreaThreshold() | OpenCVForUnity.Features2dModule.MSER | |
getDefaultName() | OpenCVForUnity.Features2dModule.MSER | virtual |
getDelta() | OpenCVForUnity.Features2dModule.MSER | |
getEdgeBlurSize() | OpenCVForUnity.Features2dModule.MSER | |
getMaxArea() | OpenCVForUnity.Features2dModule.MSER | |
getMaxEvolution() | OpenCVForUnity.Features2dModule.MSER | |
getMaxVariation() | OpenCVForUnity.Features2dModule.MSER | |
getMinArea() | OpenCVForUnity.Features2dModule.MSER | |
getMinDiversity() | OpenCVForUnity.Features2dModule.MSER | |
getMinMargin() | OpenCVForUnity.Features2dModule.MSER | |
getNativeObjAddr() | OpenCVForUnity.CoreModule.Algorithm | |
getPass2Only() | OpenCVForUnity.Features2dModule.MSER | |
IsDisposed | OpenCVForUnity.DisposableObject | |
IsEnabledDispose | OpenCVForUnity.DisposableObject | |
read(string fileName) | OpenCVForUnity.Features2dModule.Feature2D | |
save(string filename) | OpenCVForUnity.CoreModule.Algorithm | |
setAreaThreshold(double areaThreshold) | OpenCVForUnity.Features2dModule.MSER | |
setDelta(int delta) | OpenCVForUnity.Features2dModule.MSER | |
setEdgeBlurSize(int edge_blur_size) | OpenCVForUnity.Features2dModule.MSER | |
setMaxArea(int maxArea) | OpenCVForUnity.Features2dModule.MSER | |
setMaxEvolution(int maxEvolution) | OpenCVForUnity.Features2dModule.MSER | |
setMaxVariation(double maxVariation) | OpenCVForUnity.Features2dModule.MSER | |
setMinArea(int minArea) | OpenCVForUnity.Features2dModule.MSER | |
setMinDiversity(double minDiversity) | OpenCVForUnity.Features2dModule.MSER | |
setMinMargin(double min_margin) | OpenCVForUnity.Features2dModule.MSER | |
setPass2Only(bool f) | OpenCVForUnity.Features2dModule.MSER | |
ThrowIfDisposed() | OpenCVForUnity.DisposableObject | |
ThrowIfNullIntPtr(IntPtr ptr) | OpenCVForUnity.DisposableObject | static |
write(string fileName) | OpenCVForUnity.Features2dModule.Feature2D | |