#include "SIFT/Keypoint.H"
#include "Util/log.H"
#include <istream>
#include <ostream>
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &os, const Keypoint &k) |
Save a Keypoint to an ostream. | |
std::istream & | operator>> (std::istream &is, Keypoint &k) |
Load a Keypoint from an istream. |
Keypoint for SIFT obj recognition
Definition in file Keypoint.C.
std::ostream& operator<< | ( | std::ostream & | os, | |
const Keypoint & | k | |||
) |
Save a Keypoint to an ostream.
Definition at line 109 of file Keypoint.C.
References Keypoint::itsM, Keypoint::itsO, Keypoint::itsOriFV, Keypoint::itsS, Keypoint::itsX, and Keypoint::itsY.
std::istream& operator>> | ( | std::istream & | is, | |
Keypoint & | k | |||
) |
Load a Keypoint from an istream.
Definition at line 123 of file Keypoint.C.
References Keypoint::itsM, Keypoint::itsO, Keypoint::itsOriFV, Keypoint::itsS, Keypoint::itsX, and Keypoint::itsY.