| DescriptorMatcherKnnMatch Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | KnnMatch(Mat, Int32, Mat, Boolean) | 
            Find k best matches for each query descriptor (in increasing order of distances).
            compactResult is used when mask is not empty. If compactResult is false matches
            vector will have the same size as queryDescriptors rows. If compactResult is true
            matches vector will not contain matches for fully masked out query descriptors.
             | 
|  | KnnMatch(Mat, Mat, Int32, Mat, Boolean) | 
            Find k best matches for each query descriptor (in increasing order of distances).
            compactResult is used when mask is not empty. If compactResult is false matches
            vector will have the same size as queryDescriptors rows. If compactResult is true
            matches vector will not contain matches for fully masked out query descriptors.
             | 
 See Also
See Also