Optical flow based segmentation

后端 未结 2 1232
时光说笑
时光说笑 2021-01-20 03:15

Hi I would like to segment objects in a video sequence based on optical flow (as suggested in this answer), I am using opencv and have been able to generate a flow field for

2条回答
  •  醉梦人生
    2021-01-20 03:55

    Since you want to use Optical Flow to segment object so your decision making will be based on the type of motion your objects under go...You can have a look at this video on youtube. You can measure the direction and the magnitude of the displacement each pixel of interest undergoes in two successive frames to get an idea of their movement pattern. In the link to the video the car is segmented from the background on the basis of Optical Flow...

提交回复
热议问题