pupil_recording_interface.VideoReader.undistort_frame

VideoReader.undistort_frame(frame)

Un-distort a video frame.

Parameters

frame (numpy.ndarray) – The distorted frame.

Returns

The undistorted frame.

Return type

numpy.ndarray