Class ImageSimilarityAssociatedRatio

java.lang.Object
boofcv.alg.similar.ImageSimilarityAssociatedRatio
All Implemented Interfaces:
SimilarImagesSceneRecognition.SimilarityTest

public class ImageSimilarityAssociatedRatio extends Object implements SimilarImagesSceneRecognition.SimilarityTest
Very simple similarity test that looks at the ratio of total features in each image to the number of matched features. This assumes the chosen association approach will prune miss matched features and not just assign associations no mater what.