Package boofcv.alg.similar
package boofcv.alg.similar
-
ClassDescriptionConfiguration for
SimilarImagesSceneRecognition
Configuration forSimilarImagesSceneRecognition
Very simple similarity test that looks at the ratio of total features in each image to the number of matched features.Storage for the raw results of finding similar images.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.SimilarImagesFromTracks<Track>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 trackIdentifies similar images usingFeatureSceneRecognition
.Describes the relationship between two imagesContains logic for deciding if two images are similar or not from associated features and their image coordinates.First track features sequentially, then useFeatureSceneRecognition
to identify loops.Describes the relationship between two images