Hugintrunk
0.1
|
#include <KeyPointIO.h>
Public Member Functions | |
SIFTFormatWriter (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 () |
Public Member Functions inherited from lfeat::KeypointWriter | |
KeypointWriter (std::ostream &out=std::cout) | |
Private Attributes | |
ImageInfo | _image |
Additional Inherited Members | |
Protected Attributes inherited from lfeat::KeypointWriter | |
std::ostream & | o |
Definition at line 79 of file KeyPointIO.h.
|
inlineexplicit |
Definition at line 85 of file KeyPointIO.h.
|
virtual |
Implements lfeat::KeypointWriter.
Definition at line 117 of file KeyPointIO.cpp.
References _image, lfeat::ImageInfo::filename, lfeat::ImageInfo::height, lfeat::KeypointWriter::o, and lfeat::ImageInfo::width.
|
virtual |
Implements lfeat::KeypointWriter.
Definition at line 99 of file KeyPointIO.cpp.
References _image, and lfeat::KeypointWriter::o.
|
virtual |
Implements lfeat::KeypointWriter.
Definition at line 107 of file KeyPointIO.cpp.
References lfeat::KeypointWriter::o.
|
private |
Definition at line 82 of file KeyPointIO.h.
Referenced by writeFooter(), and writeHeader().