Public Types | Public Member Functions | Static Public Member Functions | Private Attributes | Friends
PairMatchSetLineSeg Class Reference

#include <PairMatchSetLineSeg.h>

Inheritance diagram for PairMatchSetLineSeg:
Inheritance graph
[legend]

List of all members.

Public Types

enum  { use_existing = true }
enum  { NoMatch = -1 }

Public Member Functions

 PairMatchSetLineSeg ()
 PairMatchSetLineSeg (LineSegSet &corners1, LineSegSet &corners2)
 ~PairMatchSetLineSeg ()
LineSegSetget_linesegs1 () const
LineSegSetget_linesegs2 () const
void extract_matches (vcl_vector< HomgLineSeg2D > &l1, vcl_vector< HomgLineSeg2D > &l2) const
 Extract the point vectors for only the valid matches.
void set (LineSegSet *lines1, LineSegSet *lines2)
 Set the pair of LineSegSets to which matches refer.
void set_size (unsigned size)
 Set the maximum allowed value of i1 to size.
bool add_match (int i1, int i2)
 Add the pair (i1, i2) to the match set.
int get_match_12 (int i1) const
 Return any match for i1.
int get_match_21 (int i2) const
 Return any match for i2.
void clear_match_1 (int i1)
 Remove any match for i1.
void set_identity ()
 Set this match set to contain matches (i,i) for i=0..size.
unsigned int count () const
void update_feature_match_data ()
void clear ()
 Empty this match set.
void update (const vcl_vector< bool > &inliers)
int size () const
 Return the maximum allowed value of i1.
int compute_match_count ()
 Count the number of matches in this set.
void print_brief (vcl_ostream &s) const
 Summarize matches on stream.
void print_brief () const
 Summarize matches on cout.
void write_ascii (vcl_ostream &s) const
 Write matches in ASCII to stream.
bool read_ascii (vcl_istream &s)
bool get_match (int at, int *i1, int *i2) const

Static Public Member Functions

static bool matchp (int i)
 Return true if i is not the "NoMatch" value.

Private Attributes

LineSegSetlinesegs1_
LineSegSetlinesegs2_

Friends

vcl_ostream & operator<< (vcl_ostream &s, const PairMatchSet &cc)
vcl_istream & operator>> (vcl_istream &s, PairMatchSet &cc)

Detailed Description

Definition at line 23 of file PairMatchSetLineSeg.h.


Member Enumeration Documentation

anonymous enum [inherited]
Enumerator:
NoMatch 

Definition at line 29 of file MatchSet.h.

anonymous enum [inherited]
Enumerator:
use_existing 

Definition at line 41 of file PairMatchSet.h.


Constructor & Destructor Documentation

PairMatchSetLineSeg::PairMatchSetLineSeg ( )

Definition at line 13 of file PairMatchSetLineSeg.cxx.

PairMatchSetLineSeg::PairMatchSetLineSeg ( LineSegSet corners1,
LineSegSet corners2 
)

Definition at line 19 of file PairMatchSetLineSeg.cxx.

PairMatchSetLineSeg::~PairMatchSetLineSeg ( )

Definition at line 26 of file PairMatchSetLineSeg.cxx.


Member Function Documentation

bool PairMatchSet::add_match ( int  i1,
int  i2 
) [inherited]

Add the pair (i1, i2) to the match set.

If i1 had an existing match it is overwritten.

Definition at line 58 of file PairMatchSet.cxx.

void PairMatchSet::clear ( ) [inherited]

Empty this match set.

Definition at line 131 of file PairMatchSet.cxx.

void PairMatchSet::clear_match_1 ( int  i1) [inherited]

Remove any match for i1.

Specifically, remove tuples whose first element is i1.

Definition at line 75 of file PairMatchSet.cxx.

int PairMatchSet::compute_match_count ( ) [inherited]

Count the number of matches in this set.

Definition at line 147 of file PairMatchSet.cxx.

unsigned int PairMatchSet::count ( ) const [inline, inherited]

Definition at line 60 of file PairMatchSet.h.

void PairMatchSetLineSeg::extract_matches ( vcl_vector< HomgLineSeg2D > &  l1,
vcl_vector< HomgLineSeg2D > &  l2 
) const

Extract the point vectors for only the valid matches.

Definition at line 31 of file PairMatchSetLineSeg.cxx.

LineSegSet* PairMatchSetLineSeg::get_linesegs1 ( ) const [inline]

Definition at line 35 of file PairMatchSetLineSeg.h.

LineSegSet* PairMatchSetLineSeg::get_linesegs2 ( ) const [inline]

Definition at line 36 of file PairMatchSetLineSeg.h.

bool PairMatchSet::get_match ( int  at,
int *  i1,
int *  i2 
) const [inherited]

Definition at line 119 of file PairMatchSet.cxx.

int PairMatchSet::get_match_12 ( int  i1) const [inherited]

Return any match for i1.

Specifically, return the second element of any tuple whose first element is i1.

Definition at line 92 of file PairMatchSet.cxx.

int PairMatchSet::get_match_21 ( int  i2) const [inherited]

Return any match for i2.

Specifically, return the first element of any tuple whose second element is i2. This is currently O(n) in the number of matches, consider adding an index to this class if you use it a lot.

Definition at line 110 of file PairMatchSet.cxx.

static bool MatchSet::matchp ( int  i) [inline, static, inherited]

Return true if i is not the "NoMatch" value.

Definition at line 32 of file MatchSet.h.

void PairMatchSet::print_brief ( vcl_ostream &  s) const [inherited]

Summarize matches on stream.

Definition at line 243 of file PairMatchSet.cxx.

void PairMatchSet::print_brief ( ) const [inherited]

Summarize matches on cout.

Definition at line 252 of file PairMatchSet.cxx.

bool PairMatchSet::read_ascii ( vcl_istream &  s) [inherited]

Definition at line 203 of file PairMatchSet.cxx.

void PairMatchSetLineSeg::set ( LineSegSet lines1,
LineSegSet lines2 
)

Set the pair of LineSegSets to which matches refer.

Definition at line 47 of file PairMatchSetLineSeg.cxx.

void PairMatchSet::set_identity ( ) [inherited]

Set this match set to contain matches (i,i) for i=0..size.

Definition at line 139 of file PairMatchSet.cxx.

void PairMatchSet::set_size ( unsigned  size) [inherited]

Set the maximum allowed value of i1 to size.

Definition at line 164 of file PairMatchSet.cxx.

int PairMatchSet::size ( ) const [inherited]

Return the maximum allowed value of i1.

Definition at line 158 of file PairMatchSet.cxx.

void PairMatchSet::update ( const vcl_vector< bool > &  inliers) [inherited]

Definition at line 170 of file PairMatchSet.cxx.

void PairMatchSet::update_feature_match_data ( ) [inherited]

Definition at line 51 of file PairMatchSet.cxx.

void PairMatchSet::write_ascii ( vcl_ostream &  s) const [inherited]

Write matches in ASCII to stream.

Definition at line 188 of file PairMatchSet.cxx.


Friends And Related Function Documentation

vcl_ostream& operator<< ( vcl_ostream &  s,
const PairMatchSet cc 
) [friend, inherited]

Definition at line 197 of file PairMatchSet.cxx.

vcl_istream& operator>> ( vcl_istream &  s,
PairMatchSet cc 
) [friend, inherited]

Definition at line 236 of file PairMatchSet.cxx.


Member Data Documentation

Definition at line 25 of file PairMatchSetLineSeg.h.

Definition at line 26 of file PairMatchSetLineSeg.h.


The documentation for this class was generated from the following files: