Searched refs:match_index (Results 1 – 6 of 6) sorted by relevance
/external/vboot_reference/cgpt/ |
D | cgpt.c | 58 int match_index = 0; in main() local 79 match_index = i; in main() 85 match_index = i; in main() 91 return cmds[match_index].fp(argc, argv); in main()
|
/external/opencv3/samples/python2/ |
D | demo.py | 143 … match_index = text.search(pattern, 'matchPos', count=count, regexp=regexp, stopindex='end') 144 if not match_index: 146 end_index = text.index( "%s+%sc" % (match_index, count.get()) ) 149 tag_proc(match_index, end_index, text.get(match_index, end_index)) 151 text.tag_add(tag_proc, match_index, end_index)
|
/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/ |
D | main_detection.cpp | 210 for(unsigned int match_index = 0; match_index < good_matches.size(); ++match_index) in main() local 212 …Point3f point3d_model = list_points3d_model[ good_matches[match_index].trainIdx ]; // 3D point fr… in main() 213 …Point2f point2d_scene = keypoints_scene[ good_matches[match_index].queryIdx ].pt; // 2D point from… in main()
|
/external/autotest/client/common_lib/ |
D | pexpect.py | 389 self.match_index = None 464 s.append('match_index: ' + str(self.match_index)) 1372 self.match_index = index 1373 return self.match_index 1391 self.match_index = index 1392 return self.match_index 1395 self.match_index = None 1404 self.match_index = index 1405 return self.match_index 1408 self.match_index = None [all …]
|
/external/protobuf/python/google/protobuf/pyext/ |
D | repeated_scalar_container.cc | 545 Py_ssize_t match_index = -1; in Remove() local 549 match_index = i; in Remove() 553 if (match_index == -1) { in Remove() 557 if (AssignItem(self, match_index, NULL) < 0) { in Remove()
|
/external/opencv3/doc/tutorials/calib3d/real_time_pose/ |
D | real_time_pose.markdown | 362 for(unsigned int match_index = 0; match_index < good_matches.size(); ++match_index) 364 …cv::Point3f point3d_model = list_points3d_model[ good_matches[match_index].trainIdx ]; // 3D poi… 365 …cv::Point2f point2d_scene = keypoints_scene[ good_matches[match_index].queryIdx ].pt; // 2D poi…
|