Uses of Package
boofcv.alg.feature.associate
Package
Description
-
ClassDescriptionBase class for associating image features using descriptions and 2D distance cropping.Greedy association for matching descriptorsIf multiple associations are found for a single source and/or destination feature then this ambiguity is removed by selecting the association with the best score.Given a list of associated features, find all the unassociated features.
-
ClassDescriptionAssociation for a stereo pair where the source is the left camera and the destination is the right camera.
-
ClassDescriptionPerforms association by greedily assigning matches to the src list from the dst list if they minimize a score function.Base class for associating image features using descriptions and 2D distance cropping.Greedy association for matching descriptorsComputes the distance between two points.Matches features using a
NearestNeighbor
search from DDogleg.Checks to see if two observations from a left to right stereo camera are consistent. -