|
Hugintrunk
0.1
|
#include <KeyPointIO.h>

Public Member Functions | |
| DescPerfFormatWriter (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 97 of file KeyPointIO.h.
|
inlineexplicit |
Definition at line 103 of file KeyPointIO.h.
|
virtual |
Implements lfeat::KeypointWriter.
Definition at line 144 of file KeyPointIO.cpp.
|
virtual |
Implements lfeat::KeypointWriter.
Definition at line 124 of file KeyPointIO.cpp.
References _image, and lfeat::KeypointWriter::o.
|
virtual |
Implements lfeat::KeypointWriter.
Definition at line 132 of file KeyPointIO.cpp.
References lfeat::KeypointWriter::o.
|
private |
Definition at line 100 of file KeyPointIO.h.
Referenced by writeHeader().
1.8.5