Represents a set of matches. More...
#include "rgrl_match_set.h"#include <rgrl/rgrl_feature_sptr.h>#include <rgrl/rgrl_transformation.h>#include <vcl_vector.h>#include <vcl_algorithm.h>#include <vcl_cassert.h>Go to the source code of this file.
Functions | |
| vcl_ostream & | operator<< (vcl_ostream &os, rgrl_match_set const &set) |
| stream output. | |
| vcl_istream & | operator>> (vcl_istream &is, rgrl_match_set &set) |
| stream input. | |
Represents a set of matches.
Modifications
Nov 2008 J Becker: Change to use the new feature reader.
Definition in file rgrl_match_set.cxx.
| vcl_ostream& operator<< | ( | vcl_ostream & | os, |
| rgrl_match_set const & | set | ||
| ) |
stream output.
Definition at line 493 of file rgrl_match_set.cxx.
| vcl_istream& operator>> | ( | vcl_istream & | is, |
| rgrl_match_set & | set | ||
| ) |
stream input.
Definition at line 501 of file rgrl_match_set.cxx.
1.7.5.1