Home
last modified time | relevance | path

Searched refs:cnt_exist (Results 1 – 2 of 2) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bpro/core/vpgl_pro/processes/
H A Dvpgl_isfm_rational_camera_seed_process.cxx196 unsigned cnt_exist = 0; in vpgl_isfm_rational_camera_seed_process() local
203 cnt_exist++; in vpgl_isfm_rational_camera_seed_process()
228 if (enforce_existing && cnt_exist < 2) { in vpgl_isfm_rational_camera_seed_process()
229 …at least 2 pre-existing corrected cameras! EXITING since there is: " << cnt_exist << " cameras.\n"; in vpgl_isfm_rational_camera_seed_process()
234 if (cnt_exist == 0) { in vpgl_isfm_rational_camera_seed_process()
238 if (cnt_exist < 2) { in vpgl_isfm_rational_camera_seed_process()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/volm/pro/processes/
H A Dvolm_correct_rational_cameras_ransac_with_intial_process.cxx168 unsigned cnt_exist = 0; in volm_correct_rational_cameras_ransac_with_intial_process() local
174 cnt_exist++; in volm_correct_rational_cameras_ransac_with_intial_process()
197 if (enforce_existing && cnt_exist < 2) { in volm_correct_rational_cameras_ransac_with_intial_process()
198 … to have 2 pre-existing corrected cameras! EXITING since there is: " << cnt_exist << " cameras.\n"; in volm_correct_rational_cameras_ransac_with_intial_process()
203 if (cnt_exist == 0) { in volm_correct_rational_cameras_ransac_with_intial_process()
207 if (cnt_exist < 2) { in volm_correct_rational_cameras_ransac_with_intial_process()