def undistort_image(self, im): return cv2.undistort(im, self.camera_matrix, self.distortion_coefficients)