Detailed Description
Definition at line 18 of file frame.hpp.
List of all members.
Public Member Functions |
| Frame (int width_, int height_) |
| Frame (const jafar::image::Image &img_) |
| Frame (const std::string filename_) |
| operator jafar::image::Image const & () const |
| operator jafar::image::Image & () |
| operator jafar::image::Image *const () const |
| operator jafar::image::Image * () |
int | size () const |
Feature *const | ptr (int i) const |
Feature * | ptr (int i) |
Feature const & | operator[] (int i) const |
Feature & | operator[] (int i) |
void | attachImage (const jafar::image::Image &img_) |
void | attachImage (const std::string filename_) |
void | detachImage (bool erase_=false) |
void | generateFeatures (const jafar::sams::Detector &det_) |
void | generateDescriptors (const jafar::sams::DescriptorFactory &desc_) |
void | clean () |
Private Attributes |
jafar::image::Image * | mImg |
std::vector
< jafar::sams::Feature * > | mFeatures |
The documentation for this class was generated from the following file: