
#include "Util/sformat.H"#include "SIFT/KeypointMatch.H"#include <ostream>

Go to the source code of this file.
Classes | |
| class | SIFTaffine |
| A simple struct to store 2D affine transforms as used in the SIFT code. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const SIFTaffine &a) |
| Print a SIFTaffine to an ostream. | |
Simple helper struct for affine transforms
Definition in file SIFTaffine.H.
| std::ostream & operator<< | ( | std::ostream & | os, | |
| const SIFTaffine & | a | |||
| ) | [inline] |
Print a SIFTaffine to an ostream.
Definition at line 212 of file SIFTaffine.H.
References sformat(), and SIFTaffine::ty.
1.6.3