Hi all,
I want to track moving objects in video. I choose optical flow for my code. I got the flow vectors using cv2.calcOpticalFlowFarneback function. Now i want to draw boundary along different objects. How can i cluster the flow vectors??
↧