Multiple view matches with wildcards. More...
Go to the source code of this file.
Classes | |
struct | NViewMatch |
class | NViewMatches |
class | OffsetNViewMatch |
Functions | |
vcl_ostream & | operator<< (vcl_ostream &s, const NViewMatch &c) |
Multiple view matches with wildcards.
A class to hold matches over multiple views, allowing for unmatched data. With each 3d feature there is associated a multiple-view match. A multiple-view match is a vector of integers (NViewMatch) which identify 2d features in each view.
If for example a 3d point X has NViewMatch "Xmatches", then Xmatches[v] = i implies that the image of X in view "v" is the corner with index "i" in view "v".
Definition in file NViewMatches.h.
vcl_ostream& operator<< | ( | vcl_ostream & | s, |
const NViewMatch & | c | ||
) |
Definition at line 18 of file NViewMatches.cxx.