| __fromPtr__(IntPtr addr) | OpenCVForUnity.Features2dModule.DescriptorMatcher | static |
| add(List< Mat > descriptors) | OpenCVForUnity.Features2dModule.DescriptorMatcher | |
| BRUTEFORCE | OpenCVForUnity.Features2dModule.DescriptorMatcher | static |
| BRUTEFORCE_HAMMING | OpenCVForUnity.Features2dModule.DescriptorMatcher | static |
| BRUTEFORCE_HAMMINGLUT | OpenCVForUnity.Features2dModule.DescriptorMatcher | static |
| BRUTEFORCE_L1 | OpenCVForUnity.Features2dModule.DescriptorMatcher | static |
| BRUTEFORCE_SL2 | OpenCVForUnity.Features2dModule.DescriptorMatcher | static |
| clear() | OpenCVForUnity.Features2dModule.DescriptorMatcher | virtual |
| clone(bool emptyTrainData) | OpenCVForUnity.Features2dModule.DescriptorMatcher | |
| clone() | OpenCVForUnity.Features2dModule.DescriptorMatcher | |
| create(string descriptorMatcherType) | OpenCVForUnity.Features2dModule.DescriptorMatcher | static |
| create(int matcherType) | OpenCVForUnity.Features2dModule.DescriptorMatcher | static |
| 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.DescriptorMatcher | protectedvirtual |
| OpenCVForUnity::DisposableObject.Dispose() | OpenCVForUnity.DisposableObject | |
| empty() | OpenCVForUnity.Features2dModule.DescriptorMatcher | virtual |
| FLANNBASED | OpenCVForUnity.Features2dModule.DescriptorMatcher | static |
| getDefaultName() | OpenCVForUnity.CoreModule.Algorithm | virtual |
| getNativeObjAddr() | OpenCVForUnity.CoreModule.Algorithm | |
| getTrainDescriptors() | OpenCVForUnity.Features2dModule.DescriptorMatcher | |
| IsDisposed | OpenCVForUnity.DisposableObject | |
| IsEnabledDispose | OpenCVForUnity.DisposableObject | |
| isMaskSupported() | OpenCVForUnity.Features2dModule.DescriptorMatcher | |
| knnMatch(Mat queryDescriptors, Mat trainDescriptors, List< MatOfDMatch > matches, int k, Mat mask, bool compactResult) | OpenCVForUnity.Features2dModule.DescriptorMatcher | |
| knnMatch(Mat queryDescriptors, Mat trainDescriptors, List< MatOfDMatch > matches, int k, Mat mask) | OpenCVForUnity.Features2dModule.DescriptorMatcher | |
| knnMatch(Mat queryDescriptors, Mat trainDescriptors, List< MatOfDMatch > matches, int k) | OpenCVForUnity.Features2dModule.DescriptorMatcher | |
| knnMatch(Mat queryDescriptors, List< MatOfDMatch > matches, int k, List< Mat > masks, bool compactResult) | OpenCVForUnity.Features2dModule.DescriptorMatcher | |
| knnMatch(Mat queryDescriptors, List< MatOfDMatch > matches, int k, List< Mat > masks) | OpenCVForUnity.Features2dModule.DescriptorMatcher | |
| knnMatch(Mat queryDescriptors, List< MatOfDMatch > matches, int k) | OpenCVForUnity.Features2dModule.DescriptorMatcher | |
| match(Mat queryDescriptors, Mat trainDescriptors, MatOfDMatch matches, Mat mask) | OpenCVForUnity.Features2dModule.DescriptorMatcher | |
| match(Mat queryDescriptors, Mat trainDescriptors, MatOfDMatch matches) | OpenCVForUnity.Features2dModule.DescriptorMatcher | |
| match(Mat queryDescriptors, MatOfDMatch matches, List< Mat > masks) | OpenCVForUnity.Features2dModule.DescriptorMatcher | |
| match(Mat queryDescriptors, MatOfDMatch matches) | OpenCVForUnity.Features2dModule.DescriptorMatcher | |
| radiusMatch(Mat queryDescriptors, Mat trainDescriptors, List< MatOfDMatch > matches, float maxDistance, Mat mask, bool compactResult) | OpenCVForUnity.Features2dModule.DescriptorMatcher | |
| radiusMatch(Mat queryDescriptors, Mat trainDescriptors, List< MatOfDMatch > matches, float maxDistance, Mat mask) | OpenCVForUnity.Features2dModule.DescriptorMatcher | |
| radiusMatch(Mat queryDescriptors, Mat trainDescriptors, List< MatOfDMatch > matches, float maxDistance) | OpenCVForUnity.Features2dModule.DescriptorMatcher | |
| radiusMatch(Mat queryDescriptors, List< MatOfDMatch > matches, float maxDistance, List< Mat > masks, bool compactResult) | OpenCVForUnity.Features2dModule.DescriptorMatcher | |
| radiusMatch(Mat queryDescriptors, List< MatOfDMatch > matches, float maxDistance, List< Mat > masks) | OpenCVForUnity.Features2dModule.DescriptorMatcher | |
| radiusMatch(Mat queryDescriptors, List< MatOfDMatch > matches, float maxDistance) | OpenCVForUnity.Features2dModule.DescriptorMatcher | |
| read(string fileName) | OpenCVForUnity.Features2dModule.DescriptorMatcher | |
| save(string filename) | OpenCVForUnity.CoreModule.Algorithm | |
| ThrowIfDisposed() | OpenCVForUnity.DisposableObject | |
| ThrowIfNullIntPtr(IntPtr ptr) | OpenCVForUnity.DisposableObject | static |
| train() | OpenCVForUnity.Features2dModule.DescriptorMatcher | |
| write(string fileName) | OpenCVForUnity.Features2dModule.DescriptorMatcher | |