Home
last modified time | relevance | path

Searched refs:linesegs1 (Results 1 – 3 of 3) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/oxl/mvl/
H A DPairMatchSetLineSeg.cxx16 PairMatchSetLineSeg::PairMatchSetLineSeg(LineSegSet& linesegs1, LineSegSet& linesegs2): in PairMatchSetLineSeg() argument
17 PairMatchSet(linesegs1.size()) in PairMatchSetLineSeg()
19 linesegs1_ = &linesegs1; in PairMatchSetLineSeg()
26 void PairMatchSetLineSeg::extract_matches(std::vector <HomgLineSeg2D>& linesegs1, in extract_matches() argument
30 linesegs1.resize(n); in extract_matches()
34 linesegs1[i] = linesegs1_->get_homg(match.get_i1()); in extract_matches()
42 void PairMatchSetLineSeg::set(LineSegSet* linesegs1, LineSegSet* linesegs2) in set() argument
44 linesegs1_ = linesegs1; in set()
H A DTripleMatchSetLineSeg.cxx45 void TripleMatchSetLineSeg::extract_matches(std::vector<HomgLineSeg2D> &linesegs1, std::vector<int>… in extract_matches() argument
54 linesegs1.resize(n); in extract_matches()
67 linesegs1[i] = linesegs1_->get_homg(indices1[i]); in extract_matches()
H A DTripleMatchSetLineSeg.h46 void extract_matches(std::vector <HomgLineSeg2D>& linesegs1, std::vector <int>& lineseg_index_1,
51 void extract_matches(std::vector <HomgLineSeg2D>& linesegs1,