Reader classes
GazeReader
I/O functions
Load gaze data as an xarray Dataset. |
|
Export data to netCDF. |
PupilReader
I/O functions
Load pupil data as an xarray Dataset. |
|
Export data to netCDF. |
MarkerReader
I/O functions
Load pupil data as an xarray Dataset. |
|
Export data to netCDF. |
MotionReader
I/O functions
Load motion data as an xarray Dataset. |
|
Export data to netCDF. |
VideoReader
I/O functions
Load a single processed video frame. |
|
Load a single un-processed video frame. |
|
Generator for frames. |
|
Load the timestamps for the video file. |
|
Load video data as an xarray Dataset |
|
Export data to netCDF. |
Frame processing
Convert a video frame to uint8 dtype. |
|
Convert color format of a video frame. |
|
Extract the ROI from a video frame. |
|
Un-distort a video frame. |
|
Sub-sample a video frame. |
|
Process a video frame. |
OpticalFlowReader
See the parent VideoReader class for additional methods.
I/O functions
Load optical flow data as an xarray Dataset |
|
Export data to netCDF. |
|
Load a single optical flow frame. |
|
Generator for optical flow frames. |
Optical flow calculation
Calculate dense optical flow between two frames. |