MATLAB File Help: cv.readOpticalFlow Index
cv.readOpticalFlow

Read a .flo file

flow = cv.readOpticalFlow(path)

Input

Output

Function for reading .flo files in "Middlebury" format, see: http://vision.middlebury.edu/flow/code/flow-code/README.txt

The function cv.readOpticalFlow loads a flow field from a file and returns it as a single matrix.

See also