Searched refs:center_principal_point (Results 1 – 2 of 2) sorted by relevance
66 bool center_principal_point; member in CV_DefaultNewCameraMatrixTest80 center_principal_point = false; in CV_DefaultNewCameraMatrixTest()103 center_principal_point = ((cvtest::randInt(rng) % 2)!=0); in prepare_test_case()125 new_camera_mat = cv::getDefaultNewCameraMatrix(camera_mat,img_size,center_principal_point); in run_func()135 if (!center_principal_point) in prepare_to_validation()
136 int center_principal_point CV_DEFAULT(0));