Home
last modified time | relevance | path

Searched refs:point1_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()
45 temp1 = points1->get_2d(point1_int[a]); in compute()
66 index = Monte_Carlo(point1_store, point1_int, 8, 7); 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()
94 temp1 = points1->get_2d(point1_int[a]); in compute()
115 index = Monte_Carlo(point1_store, point1_int, 8, 4); 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()
52 temp1 = points1->get_2d(point1_int[a]); in FMatrixComputeNonLinear()