Jafar
|
GFM stands for General Feature Matching. It defines several concepts:
Two algorithms can be used to match the features:
The interface of the module is generated from the following files:
try
{ } catch
block for this module. Classes | |
class | jafar::gfm_v2::DescriptorsBasedMatcher< InterestFeatureT > |
This class implements a variation of Jung group matching algorithm. More... | |
class | jafar::gfm::Engine |
You can use this class to match two images. More... | |
class | jafar::gfm::EngineCustom |
This class is a matcher and tracker that allows to modify interest points that are used. More... | |
class | jafar::gfm::EngineOfflineTracking |
This class can be used to track features in a sequence of images. More... | |
class | jafar::gfm::EngineTracking |
This class can be used to track features in a sequence of images. More... | |
class | jafar::gfm::EngineStereoTracking |
This class can be used to track features in a sequence of stereo images. More... | |
class | jafar::gfm::GfmException |
Base class for all exceptions defined in the module gfm. More... | |
class | jafar::gfm::GroupsMatcher |
This class implements a variation of Jung group matching algorithm. More... | |
class | jafar::gfm::MatchSourceInfo |
This class holds the information for matching. More... | |
class | jafar::gfm::Matcher |
This class is the base class of all implementation of a matching algorithm. More... | |
class | jafar::gfm::MatchingResult |
This structure contains the result of the matching. More... | |
class | jafar::gfm::SimpleMatcher |
This a simple matcher, which will look for the best points for matching in a small neighbourghood. More... | |
class | jafar::gfm::SimpleMatcher2 |
This a simple matcher, which will look for the best points with weak comparison (and reverse test), and confirm with strong comparison. More... | |
class | jafar::gfm::tracks |
This class defines the container designed to store the list of tracks. More... | |
class | jafar::gfm::tracks::track |
This class is used to store a track (= a list of interests points). More... | |
struct | jafar::gfm::tracks::TrackListRemovePred |
This structure is designed to used remove_if of the STL. More... |
Generated on Wed Oct 15 2014 00:37:30 for Jafar by doxygen 1.7.6.1 |