def calibrate_points(self, points): return cv2.undistortPoints(np.array([points]), self.camera_matrix, self.dist_coeffs, P=self.new_camera_matrix)[0]