Hugintrunk
0.1
|
#include <KeyPointIO.h>
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 () |
Public Member Functions inherited from lfeat::KeypointWriter | |
KeypointWriter (std::ostream &out=std::cout) | |
Additional Inherited Members | |
Protected Attributes inherited from lfeat::KeypointWriter | |
std::ostream & | o |
Definition at line 116 of file KeyPointIO.h.
|
inlineexplicit |
Definition at line 120 of file KeyPointIO.h.
|
virtual |
Implements lfeat::KeypointWriter.
Definition at line 180 of file KeyPointIO.cpp.
References lfeat::KeypointWriter::o.
|
virtual |
Implements lfeat::KeypointWriter.
Definition at line 149 of file KeyPointIO.cpp.
References lfeat::ImageInfo::filename, lfeat::ImageInfo::height, lfeat::KeypointWriter::o, and lfeat::ImageInfo::width.
|
virtual |
Implements lfeat::KeypointWriter.
Definition at line 159 of file KeyPointIO.cpp.
References lfeat::KeypointWriter::o.