Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Median filter on optic flow vectors

Hi all, I want to track moving objects in video. I choose optical flow. I got the flow vectors using cv2.calcOpticalFlowFarneback. Then i classify moving objects based on the magnitude. But it is not showing accurate results. It is not segmenting the moving objects properly. Now i want to apply median filter on the flow vectors. Anybody can help me?