Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | Friends
jafar::gfm::EngineTracking Class Reference

This class can be used to track features in a sequence of images. More...


Detailed Description

This class can be used to track features in a sequence of images.

Definition at line 31 of file EngineTracking.hpp.

#include <EngineTracking.hpp>

Inheritance diagram for jafar::gfm::EngineTracking:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 EngineTracking (jafar::fdetect::Detector *detector, jafar::gfm::Matcher *matcher, jafar::fdetect::DescriptorFactory *descriptor=0)
const
jafar::fdetect::DetectionResult
currentPoints () const
void initTracking (jafar::image::Image const &image_ref, unsigned int id=geom::InterestPoint::NO_ID)
jafar::gfm::MatchingResult nextImage (jafar::image::Image const &image_next, unsigned int id=geom::InterestPoint::NO_ID)

Protected Member Functions

MatchSourceInfosourceInfoRef () const
Matchermatcher ()
fdetect::DescriptorFactorydescriptorFactory ()
fdetect::Detectordetector ()

Private Member Functions

template<class Archive >
void serialize (Archive &ar, const unsigned int version)

Private Attributes

fdetect::Detectorm_detector
fdetect::DescriptorFactorym_descriptorFactory
Matcherm_matcher
MatchSourceInfom_sourceInfoRef

Friends

class boost::serialization::access
 !! nizar 20100912 : serialization stuff

Member Function Documentation

Parameters:
image_refthe first image of the sequence

Referenced by jafar::hpm::TrackingEngine::initTracking().

Parameters:
images_nextThe next image of the sequence
Returns:
the matching between the next image and the previous image (either initialized with initTracking or given by a previous call to this function)

Referenced by jafar::hpm::TrackingEngine::track().

template<class Archive >
void jafar::gfm::EngineTracking::serialize ( Archive &  ar,
const unsigned int  version 
) [inline, private]

!! nizar 20100913 : should it be there?

Definition at line 68 of file EngineTracking.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Wed Oct 15 2014 00:37:38 for Jafar by doxygen 1.7.6.1
LAAS-CNRS