Expected output of calcOpticalFlowSF
I am using calcOpticalFlowSF function from python. I am getting array of size (image width X height X 2).
What does this value represents? Is it difference in x and y coordinates?
Does this method gives good result with black and white image?
What number of layer means in definition of function?