Package boofcv.alg.similar
Class ConfigSimilarImagesSceneRecognition
java.lang.Object
boofcv.alg.similar.ConfigSimilarImagesSceneRecognition
- All Implemented Interfaces:
Configuration,Serializable
Configuration for
SimilarImagesSceneRecognition- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal ConfigAssociateFeature associationfinal ConfigDetectDescribeImage feature detectorintNumber of images which will be considered as matches when using the recognizerfinal ConfigLengthSpecifies how many features need to be matched for an image to be considered similar.Configuration forRecognitionVocabularyTreeNister2006 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidChecks to see if the configuration is valid.The default makes implicit assumptions about the input image.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface boofcv.struct.Configuration
serializeActiveFields, serializeInitialize
-
Field Details
-
limitMatchesConsider
public int limitMatchesConsiderNumber of images which will be considered as matches when using the recognizer -
minimumSimilar
Specifies how many features need to be matched for an image to be considered similar. Absolute is the number of matches. Fraction is relative to the number of images in each image. -
features
Image feature detector -
recognizeNister2006
Configuration forRecognitionVocabularyTreeNister2006 -
associate
Feature association
-
-
Constructor Details
-
ConfigSimilarImagesSceneRecognition
public ConfigSimilarImagesSceneRecognition()
-
-
Method Details
-
createFailSafe
The default makes implicit assumptions about the input image. This relaxes those but will perform worse in most situations. Only use this if the default completely fails. -
checkValidity
public void checkValidity()Description copied from interface:ConfigurationChecks to see if the configuration is valid. If it is invalid, throw an exception explaining what is incorrect.- Specified by:
checkValidityin interfaceConfiguration
-
setTo
-