Home
last modified time | relevance | path

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

/dports/misc/vxl/vxl-3.3.2/contrib/oxl/mvl/
H A DFMatrixComputeRobust.cxx37 std::vector<int> point1_int, point2_int; in compute() local
38 matches.extract_matches(point1_store, point1_int, point2_store, point2_int); in compute()
51 temp2 = points2->get_2d(point2_int[a]); in compute()
132 matches.set(inlier_list, point1_int, point2_int); in compute()
H A DHMatrix2DComputeRobust.cxx86 std::vector<int> point1_int, point2_int; in compute() local
87 matches.extract_matches(point1_store, point1_int, point2_store, point2_int); in compute()
101 temp2 = points2->get_2d(point2_int[a]); in compute()
167 matches.set(inlier_list, point1_int, point2_int); in compute()
H A DFMatrixComputeNonLinear.cxx43 std::vector<int> point1_int, point2_int; in FMatrixComputeNonLinear() local
44 matches_.extract_matches(dead1, point1_int, dead2, point2_int); in FMatrixComputeNonLinear()
58 temp2 = points2->get_2d(point2_int[a]); in FMatrixComputeNonLinear()