Jafar
|
Simple match procedure that will consider that two segments (seg1, seg2) are matches if seg1 is the closest segment for seg2, and if seg2 is the closest segment for seg1: More...
Simple match procedure that will consider that two segments (seg1, seg2) are matches if seg1 is the closest segment for seg2, and if seg2 is the closest segment for seg1:
For all seg_r in SEG_REF, C( seg_r, seg2 ) < C( seg1, seg2 ), and for all seg_m in SEG_MATCH, C( seg1, seg_m ) < C(seg1, seg2) and C( seg1, seg2 ) > threshold
Definition at line 22 of file SegmentsSimpleMatcher.hpp.
#include <SegmentsSimpleMatcher.hpp>
Public Member Functions | |
void | match (SegmentsSet &set1, SegmentsSet &set2) |
Generated on Wed Oct 15 2014 00:37:35 for Jafar by doxygen 1.7.6.1 |