Hugintrunk
0.1
|
Base class for a keypoint writer. More...
#include <KeyPointIO.h>
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 |
Base class for a keypoint writer.
Definition at line 59 of file KeyPointIO.h.
|
inlineexplicit |
Definition at line 67 of file KeyPointIO.h.
|
pure virtual |
Implemented in lfeat::AutopanoSIFTWriter, lfeat::DescPerfFormatWriter, and lfeat::SIFTFormatWriter.
|
pure virtual |
Implemented in lfeat::AutopanoSIFTWriter, lfeat::DescPerfFormatWriter, and lfeat::SIFTFormatWriter.
|
pure virtual |
Implemented in lfeat::AutopanoSIFTWriter, lfeat::DescPerfFormatWriter, and lfeat::SIFTFormatWriter.
|
protected |
Definition at line 63 of file KeyPointIO.h.
Referenced by lfeat::SIFTFormatWriter::writeFooter(), lfeat::AutopanoSIFTWriter::writeFooter(), lfeat::SIFTFormatWriter::writeHeader(), lfeat::DescPerfFormatWriter::writeHeader(), lfeat::AutopanoSIFTWriter::writeHeader(), lfeat::SIFTFormatWriter::writeKeypoint(), lfeat::DescPerfFormatWriter::writeKeypoint(), and lfeat::AutopanoSIFTWriter::writeKeypoint().