Search found 4 matches
- 2014-03-08T22:06:43-07:00
- Forum: Digital Image Processing
- Topic: Real time ships tracking
- Replies: 7
- Views: 19757
Re: Real time ships tracking
I have not try it. So may be your ideal is true, fmw42. But what do you think is the best approach for detection in this case. I think the the idea of snibgo is good.
- 2014-03-08T21:20:45-07:00
- Forum: Digital Image Processing
- Topic: Real time ships tracking
- Replies: 7
- Views: 19757
Re: Real time ships tracking
I see what you meant fmw42. Your ideas will help me tracking a ship after it was detected. However, my proplem is detection , especially in real time. Actually, I have thought that we can use a detector that is time-consuming to detect ships then use a low complexity matching or compare algorithm to ...
- 2014-03-08T18:48:19-07:00
- Forum: Digital Image Processing
- Topic: Real time ships tracking
- Replies: 7
- Views: 19757
Re: Real time ships tracking
Thanks snibgo,
I have never heard about perceptual hash before. Actually, I'm a newbie in computer vision. What I mean about this algorithm is that it is used to compare two images. So we can use it for tracking (not for detection). Does what I have said match your thought?
I have never heard about perceptual hash before. Actually, I'm a newbie in computer vision. What I mean about this algorithm is that it is used to compare two images. So we can use it for tracking (not for detection). Does what I have said match your thought?
- 2014-03-07T21:32:25-07:00
- Forum: Digital Image Processing
- Topic: Real time ships tracking
- Replies: 7
- Views: 19757
Real time ships tracking
Hello all, I'm looking for a method for tracking ships on a video. For examples: Link 1: http://www.youtube.com/watch?v=9wP8sJFNr4g Link 2: http://www.youtube.com/watch?v=mom9zKHkpMo Link 3: http://www.youtube.com/watch?v=zGSCB_1DH9I My expectation is tracking 12 frames/seconds and the accuracy is ...