how does the opencv function calcOpticalFlowFarneback deals with occlusions?

asked 2016-04-13 23:54:09 -0600

Prakhar Mohan gravatar image

for a video sequence, consider two consequent frames having some motions. Then it is very obvious that there would be some pixels in first frame that won't have a match in second frame. How do we find whether the pixel in first frame is matched or not with a pixel in the second frame by looking at the 2 channel output of the function?

edit retag flag offensive close merge delete