cv.readOpticalFlow - MATLAB File Help |
Read a .flo file
flow = cv.readOpticalFlow(path)
single
floating-point type, 2-channel. First
channel corresponds to the flow in the horizontal direction (u
), second
the vertical (v
).Function for reading .flo files in "Middlebury" format, see: Middlebury
The function cv.readOpticalFlow loads a flow field from a file and returns it as a single matrix.