MATLAB File Help: cv.DescriptorMatcher/add | Index |
Adds descriptors to train a descriptor collection
matcher.add(descriptors)
If the collection is not empty, the new descriptors are added to existing train descriptors.
descriptors{i}
is
a set of descriptors from the same train image.
Can be either a matrix or a cell array of matrices
(matrices of type uint8
or single
)Access | public |
Sealed | false |
Static | false |