Uses of Package
boofcv.alg.similar
Packages that use boofcv.alg.similar
-
Classes in boofcv.alg.similar used by boofcv.alg.similarClassDescriptionConfiguration for
SimilarImagesSceneRecognitionConfiguration forSimilarImagesSceneRecognitionAll 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 fromPointTrackerand 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. -
Classes in boofcv.alg.similar used by boofcv.factory.structureClassDescriptionConfiguration for
SimilarImagesSceneRecognitionConfiguration forSimilarImagesSceneRecognitionIdentifies similar images usingFeatureSceneRecognition.First track features sequentially, then useFeatureSceneRecognitionto identify loops.