Re: Single Object Detection and Tracking Steps

2014-01-24 Thread Giorgos Tzampanakis
On 2014-01-24, [email protected] wrote: > I am doing single object detection and tracking in a video file using > python & opencv2. As far I know the steps are, > > Video to frame conversion > Grayscale conversion > Thresholding > After phase 3, I got sequence of binary images. > > My questions

Single Object Detection and Tracking Steps

2014-01-24 Thread hottrack88
I am doing single object detection and tracking in a video file using python & opencv2. As far I know the steps are, Video to frame conversion Grayscale conversion Thresholding After phase 3, I got sequence of binary images. My questions are: How to identify (detect) whether the object is movin