#include <KeyPointIO.h>
Inheritance diagram for lfeat::DescPerfFormatWriter:

Public Member Functions | |
| DescPerfFormatWriter (std::ostream &out=std::cout) | |
| void | writeHeader (const ImageInfo &imageinfo, int nKeypoints, int dims) |
| void | writeKeypoint (double x, double y, double scale, double orientation, double score, int dims, double *vec) |
| void | writeFooter () |
Private Attributes | |
| ImageInfo | _image |
|
|
Definition at line 103 of file KeyPointIO.h. References out. |
|
|
Implements lfeat::KeypointWriter. Definition at line 146 of file KeyPointIO.cpp. |
|
||||||||||||||||
|
Implements lfeat::KeypointWriter. Definition at line 126 of file KeyPointIO.cpp. References _image. |
|
||||||||||||||||||||||||||||||||
|
Implements lfeat::KeypointWriter. Definition at line 134 of file KeyPointIO.cpp. |
|
|
Definition at line 100 of file KeyPointIO.h. Referenced by writeHeader(). |
1.3.9.1