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

Public Member Functions | |
| KeypointWriter (std::ostream &out=std::cout) | |
| virtual void | writeHeader (const ImageInfo &imageinfo, int nKeypoints, int dims)=0 |
| virtual void | writeKeypoint (double x, double y, double scale, double orientation, double score, int dims, double *vec)=0 |
| virtual void | writeFooter ()=0 |
Protected Attributes | |
| std::ostream & | o |
Definition at line 59 of file KeyPointIO.h.
|
|
Definition at line 67 of file KeyPointIO.h. References out. |
|
|
Implemented in lfeat::SIFTFormatWriter, lfeat::DescPerfFormatWriter, and lfeat::AutopanoSIFTWriter. Referenced by DetectKeypoints(). |
|
||||||||||||||||
|
Implemented in lfeat::SIFTFormatWriter, lfeat::DescPerfFormatWriter, and lfeat::AutopanoSIFTWriter. Referenced by DetectKeypoints(). |
|
||||||||||||||||||||||||||||||||
|
Implemented in lfeat::SIFTFormatWriter, lfeat::DescPerfFormatWriter, and lfeat::AutopanoSIFTWriter. Referenced by DetectKeypoints(). |
|
|
Definition at line 63 of file KeyPointIO.h. |
1.3.9.1