Uses of Class
imagingbook.common.sift.SiftMatch
Packages that use SiftMatch
Package
Description
Implementation of David Lowe's SIFT feature detection scheme.
-
Uses of SiftMatch in imagingbook.common.sift
Methods in imagingbook.common.sift that return types with arguments of type SiftMatchModifier and TypeMethodDescriptionSiftMatcher.match
(Collection<SiftDescriptor> setA, Collection<SiftDescriptor> setB) Finds matches between two sets of SIFT descriptors.Methods in imagingbook.common.sift with parameters of type SiftMatch