"flow" in "calcOpticalFlowFarneback(...)
what does the "flow" variable in "calcOpticalFlowFarneback(...)" contains after the function is executed?
In farneback dense optical flow of opencv, the inputOutput array flow is of type 32FC2 (i.e. 32bit float type having 2 channels).
What does this flow variable contain in its two channels after the execution of the function calcOpticalFlowFarneback(....).
I went through the opencv source code of this function but got too much confused after reading it, please help.