Home
last modified time | relevance | path

Searched refs:get_homg (Results 1 – 9 of 9) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/oxl/mvl/
H A DTripleMatchSetCorner.cxx78 points1[i] = corners1->get_homg(indices1[i]); in extract_matches()
79 points2[i] = corners2->get_homg(indices2[i]); in extract_matches()
80 points3[i] = corners3->get_homg(indices3[i]); in extract_matches()
100 points1[i] = corners1->get_homg(p.get_i1()); in extract_matches()
101 points2[i] = corners2->get_homg(p.get_i2()); in extract_matches()
102 points3[i] = corners3->get_homg(p.get_i3()); in extract_matches()
H A DLineSegSet.h46 HomgLineSeg2D& get_homg(int i) { return hlines_[i]; } in get_homg() function
47 const HomgLineSeg2D& get_homg(int i) const { return hlines_[i]; } in get_homg() function
49 std::vector<HomgLineSeg2D>& get_homg() { return hlines_; } in get_homg() function
H A DPairMatchSetCorner.cxx73 points1[i] = corners1_->get_homg(match.get_i1()); in extract_matches()
74 points2[i] = corners2_->get_homg(match.get_i2()); in extract_matches()
102 points1[i] = corners1_->get_homg(match.get_i1()); in extract_matches()
103 points2[i] = corners2_->get_homg(match.get_i2()); in extract_matches()
H A DTripleMatchSetLineSeg.cxx67 linesegs1[i] = linesegs1_->get_homg(indices1[i]); in extract_matches()
68 linesegs2[i] = linesegs2_->get_homg(indices2[i]); in extract_matches()
69 linesegs3[i] = linesegs3_->get_homg(indices3[i]); in extract_matches()
H A DPairMatchSetLineSeg.cxx34 linesegs1[i] = linesegs1_->get_homg(match.get_i1()); in extract_matches()
35 linesegs2[i] = linesegs2_->get_homg(match.get_i2()); in extract_matches()
H A DHomgInterestPointSet.h67 const HomgPoint2D& operator[](int i) const { return get_homg(i); }
73 HomgPoint2D const& get_homg(int i) const;
H A DPairMatchSet2D3D.cxx87 return corners_->get_homg(i1); in get_point_2d()
H A DLineSegSet.cxx93 HomgLineSeg2D& dl = get_homg(i); in FindNearestLineIndex()
H A DHomgInterestPointSet.cxx227 const HomgPoint2D& HomgInterestPointSet::get_homg(int i) const in get_homg() function in HomgInterestPointSet