Uses of Package
boofcv.alg.similar
-
ClassDescriptionConfiguration for
SimilarImagesSceneRecognition
Configuration forSimilarImagesSceneRecognition
All the information for a single view.Specifies how two views are related by saying which image features are matched with which other image features.Processes frames fromPointTracker
and converts the tracking results into aLookUpSimilarImages
.Observations for a frame.Describes how two frames are related to each other through common observations of the same featureGets a unique ID from the trackGets the pixel coordinate of the trackContains logic for deciding if two images are similar or not from associated features and their image coordinates. -
ClassDescriptionConfiguration for
SimilarImagesSceneRecognition
Configuration forSimilarImagesSceneRecognition
Identifies similar images usingFeatureSceneRecognition
.First track features sequentially, then useFeatureSceneRecognition
to identify loops.