HomeSort by relevance Sort by last modified time
    Searched refs:img_points (Results 1 - 2 of 2) sorted by null

  /external/opencv3/samples/python2/
calibrate.py 41 img_points = [] variable
63 img_points.append(corners.reshape(-1, 2))
68 rms, camera_matrix, dist_coefs, rvecs, tvecs = cv2.calibrateCamera(obj_points, img_points, (w, h), None, None)
  /external/opencv3/modules/calib3d/test/
test_posit.cpp 79 CvPoint2D32f* img_points; local
105 img_points = (CvPoint2D32f*)cvAlloc( 8 * sizeof(CvPoint2D32f) );
174 img_points[i].x = flFocalLength * vec[0] / vec[2];
175 img_points[i].y = flFocalLength * vec[1] / vec[2];
178 /*img_points[0].x = 0 ; img_points[0].y = 0;
179 img_points[1].x = 80; img_points[1].y = -93;
180 img_points[2].x = 245;img_points[2].y = -77
    [all...]

Completed in 67 milliseconds