Package boofcv.alg.similar
Class ConfigSimilarImagesTrackThenMatch
java.lang.Object
boofcv.alg.similar.ConfigSimilarImagesTrackThenMatch
- All Implemented Interfaces:
Configuration
,Serializable
Configuration for
SimilarImagesSceneRecognition
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionfinal ConfigAssociate
Feature associationfinal ConfigDescribePoint
Image feature descriptionsint
Number of images which will be considered as matches when using the recognizerint
Minimum number of frames (by ID) away two frames need to be for loop closure logic to connect themfinal ConfigLength
Specifies how many features need to be matched for an image to be considered similar.Configuration forRecognitionVocabularyTreeNister2006
final ConfigLength
int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Checks to see if the configuration is valid.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
-
limitQuery
public int limitQueryNumber of images which will be considered as matches when using the recognizer -
minimumRecognizeDistance
public int minimumRecognizeDistanceMinimum number of frames (by ID) away two frames need to be for loop closure logic to connect them -
sequentialSearchRadius
public int sequentialSearchRadius -
sequentialMinimumCommonTracks
-
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. The default minimum number of matches is probably set too low. -
descriptions
Image feature descriptions -
recognizeNister2006
Configuration forRecognitionVocabularyTreeNister2006
-
associate
Feature association
-
-
Constructor Details
-
ConfigSimilarImagesTrackThenMatch
public ConfigSimilarImagesTrackThenMatch()
-
-
Method Details
-
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
-