Lines Matching full:src_vec
267 vector <Point2f> src_vec, dst_vec;
276 src_vec.push_back(Point2f(tmp[0], tmp[1]));
316 cv::findHomography(src_vec, dst_mat_2f, method),
317 cv::findHomography(src_vec, dst_vec, method) };
349 cv::findHomography(src_vec, dst_mat_2f, method, reproj_threshold, mask[2]),
350 cv::findHomography(src_vec, dst_vec, method, reproj_threshold, mask[3]) };
419 cv::findHomography(src_vec, dst_mat_2f),
420 cv::findHomography(src_vec, dst_vec) };
477 cv::findHomography(src_vec, dst_mat_2f, method, reproj_threshold, mask_res[2]),
478 cv::findHomography(src_vec, dst_vec, method, reproj_threshold, mask_res[3]) };