|
Jafar
|
This class is used to store a track (= a list of interests points). More...
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.
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::InterestFeature * | isVisible (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 |
Add (by recopy) one interest point to the list of interest points.
| pIP | pointer 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 :
| outfile | the file already opened storing tracks |
| jafar::fdetect::InterestFeature* jafar::gfm::tracks::track::isVisible | ( | unsigned int | indView | ) |
Return as answer to "Is this feature visible in view indView?" :
| void jafar::gfm::tracks::track::setId | ( | unsigned int | m_id | ) |
Set ID to all interest points of one track.
| m_id | new id |
| Generated on Wed Oct 15 2014 00:37:38 for Jafar by doxygen 1.7.6.1 |
|