#include "Component/ModelManager.H"
#include "Raster/Raster.H"
#include "Util/Types.H"
#include "Util/Assert.H"
#include "rutz/shared_ptr.h"
#include <vector>
#include <iosfwd>
Go to the source code of this file.
Classes | |
class | Keypoint |
The keypoint base class. More... | |
Functions | |
std::istream & | operator>> (std::istream &is, Keypoint &k) |
Load a Keypoint from an istream. | |
std::ostream & | operator<< (std::ostream &os, const Keypoint &k) |
Save a Keypoint to an ostream. |
Keypoint for SIFT obj recognition
Definition in file Keypoint.H.
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.