__fromPtr__(IntPtr addr) | OpenCVForUnity.Features2dModule.ORB | 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 nfeatures, float scaleFactor, int nlevels, int edgeThreshold, int firstLevel, int WTA_K, int scoreType, int patchSize, int fastThreshold) | OpenCVForUnity.Features2dModule.ORB | static |
create(int nfeatures, float scaleFactor, int nlevels, int edgeThreshold, int firstLevel, int WTA_K, int scoreType, int patchSize) | OpenCVForUnity.Features2dModule.ORB | static |
create(int nfeatures, float scaleFactor, int nlevels, int edgeThreshold, int firstLevel, int WTA_K, int scoreType) | OpenCVForUnity.Features2dModule.ORB | static |
create(int nfeatures, float scaleFactor, int nlevels, int edgeThreshold, int firstLevel, int WTA_K) | OpenCVForUnity.Features2dModule.ORB | static |
create(int nfeatures, float scaleFactor, int nlevels, int edgeThreshold, int firstLevel) | OpenCVForUnity.Features2dModule.ORB | static |
create(int nfeatures, float scaleFactor, int nlevels, int edgeThreshold) | OpenCVForUnity.Features2dModule.ORB | static |
create(int nfeatures, float scaleFactor, int nlevels) | OpenCVForUnity.Features2dModule.ORB | static |
create(int nfeatures, float scaleFactor) | OpenCVForUnity.Features2dModule.ORB | static |
create(int nfeatures) | OpenCVForUnity.Features2dModule.ORB | static |
create() | OpenCVForUnity.Features2dModule.ORB | 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.Features2dModule.ORB | protectedvirtual |
OpenCVForUnity::DisposableObject.Dispose() | OpenCVForUnity.DisposableObject | |
empty() | OpenCVForUnity.Features2dModule.Feature2D | virtual |
FAST_SCORE | OpenCVForUnity.Features2dModule.ORB | static |
getDefaultName() | OpenCVForUnity.Features2dModule.ORB | virtual |
getEdgeThreshold() | OpenCVForUnity.Features2dModule.ORB | |
getFastThreshold() | OpenCVForUnity.Features2dModule.ORB | |
getFirstLevel() | OpenCVForUnity.Features2dModule.ORB | |
getMaxFeatures() | OpenCVForUnity.Features2dModule.ORB | |
getNativeObjAddr() | OpenCVForUnity.CoreModule.Algorithm | |
getNLevels() | OpenCVForUnity.Features2dModule.ORB | |
getPatchSize() | OpenCVForUnity.Features2dModule.ORB | |
getScaleFactor() | OpenCVForUnity.Features2dModule.ORB | |
getScoreType() | OpenCVForUnity.Features2dModule.ORB | |
getWTA_K() | OpenCVForUnity.Features2dModule.ORB | |
HARRIS_SCORE | OpenCVForUnity.Features2dModule.ORB | static |
IsDisposed | OpenCVForUnity.DisposableObject | |
IsEnabledDispose | OpenCVForUnity.DisposableObject | |
read(string fileName) | OpenCVForUnity.Features2dModule.Feature2D | |
save(string filename) | OpenCVForUnity.CoreModule.Algorithm | |
setEdgeThreshold(int edgeThreshold) | OpenCVForUnity.Features2dModule.ORB | |
setFastThreshold(int fastThreshold) | OpenCVForUnity.Features2dModule.ORB | |
setFirstLevel(int firstLevel) | OpenCVForUnity.Features2dModule.ORB | |
setMaxFeatures(int maxFeatures) | OpenCVForUnity.Features2dModule.ORB | |
setNLevels(int nlevels) | OpenCVForUnity.Features2dModule.ORB | |
setPatchSize(int patchSize) | OpenCVForUnity.Features2dModule.ORB | |
setScaleFactor(double scaleFactor) | OpenCVForUnity.Features2dModule.ORB | |
setScoreType(int scoreType) | OpenCVForUnity.Features2dModule.ORB | |
setWTA_K(int wta_k) | OpenCVForUnity.Features2dModule.ORB | |
ThrowIfDisposed() | OpenCVForUnity.DisposableObject | |
ThrowIfNullIntPtr(IntPtr ptr) | OpenCVForUnity.DisposableObject | static |
write(string fileName) | OpenCVForUnity.Features2dModule.Feature2D | |