TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Real-time Drone object tracking using Python and OpenCV

110 pointsby peroneover 10 years ago

3 comments

hemangshahover 10 years ago
There are visual tracking techniques that are not only more stable and robust that meanshift, but can also handle occlusions, adapt to changes in appearance models, etc. Have a look at the VOT challenge[1] for the state-of-art in visual tracking.<p>[1] <a href="http://www.votchallenge.net/vot2014/download/vot_2014_paper.pdf" rel="nofollow">http:&#x2F;&#x2F;www.votchallenge.net&#x2F;vot2014&#x2F;download&#x2F;vot_2014_paper....</a>
评论 #8946817 未加载
adriancooneyover 10 years ago
This isn&#x27;t exactly &quot;real time&quot; since he loads an MP4 file (`cv2.VideoCapture(&#x27;upabove.mp4&#x27;)`). I think it would be a lot more impressive if the drone was able to stream the film to a server of some kind, process it there then make decisions on it&#x27;s flight path.
评论 #8946965 未加载
评论 #8949433 未加载
评论 #8946964 未加载
评论 #8946904 未加载
PanManover 10 years ago
This works better than I expected, but I&#x27;m wondering how well it will work if the angle changes (flying around the building) or other parameters change. But looks impressive for how little code it is!
评论 #8948747 未加载