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

This class is used to store a track (= a list of interests points). More...


Detailed Description

This class is used to store a track (= a list of interests points).

By construction, this class is an encapsulation of an vInterestFeatures object

Definition at line 37 of file tracksList.hpp.

List of all members.

Public Member Functions

 track (jafar::fdetect::InterestFeature *pIP)
void add (jafar::fdetect::InterestFeature *pIP)
 Add (by recopy) one interest point to the list of interest points.
void exportBinaryFile (std::ofstream &outfile)
 Write one track in an binary file.
void setId (unsigned int m_id)
 Set ID to all interest points of one track.
unsigned int getId ()
unsigned int length ()
jafar::fdetect::InterestFeatureisVisible (unsigned int indView)
 Return as answer to "Is this feature visible in view indView?" :
jafar::fdetect::vInterestFeatures * getTrack ()

Private Attributes

jafar::fdetect::vInterestFeatures fl
unsigned int id

Member Function Documentation

Add (by recopy) one interest point to the list of interest points.

Parameters:
pIPpointer on one InterestFeature
void jafar::gfm::tracks::track::exportBinaryFile ( std::ofstream &  outfile)

Write one track in an binary file.

Data are stored in the following order :

  • index (unsigned char)
  • ID (unsigned char)
  • u (double)
  • v (double)
    Parameters:
    outfilethe file already opened storing tracks

Return as answer to "Is this feature visible in view indView?" :

  • a null-pointer if the answer is negative
  • a pointer on the feature else
void jafar::gfm::tracks::track::setId ( unsigned int  m_id)

Set ID to all interest points of one track.

Parameters:
m_idnew id

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