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
Modifier and TypeFieldDescriptionfinal ConfigAssociate
Feature associationfinal ConfigDetectDescribe
Image feature detectorint
Number of images which will be considered as matches when using the recognizerfinal ConfigLength
Specifies how many features need to be matched for an image to be considered similar.Configuration forRecognitionVocabularyTreeNister2006
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Checks 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, wait
Methods 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:Configuration
Checks to see if the configuration is valid. If it is invalid, throw an exception explaining what is incorrect.- Specified by:
checkValidity
in interfaceConfiguration
-
setTo
-