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

Public Member Functions | |
| AutopanoSIFTWriter (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 () |
|
|
Definition at line 120 of file KeyPointIO.h. References out. |
|
|
Implements lfeat::KeypointWriter. Definition at line 182 of file KeyPointIO.cpp. |
|
||||||||||||||||
|
Implements lfeat::KeypointWriter. Definition at line 151 of file KeyPointIO.cpp. References lfeat::ImageInfo::filename, lfeat::ImageInfo::height, and lfeat::ImageInfo::width. |
|
||||||||||||||||||||||||||||||||
|
Implements lfeat::KeypointWriter. Definition at line 161 of file KeyPointIO.cpp. |
1.3.9.1