circle detection from drones camera
3 次查看(过去 30 天)
显示 更早的评论
hello please who knows how can i write a matlab function that checks for rhe presence of a circle in a drones camera and then make the drone hover when it sees the circle
2 个评论
Image Analyst
2023-8-8
编辑:Image Analyst
2023-8-8
You forgot to attach any images. It ranges from easy to very difficult depending on what the circles look like. Are they high contrast discs on a uniform background (very easy)? Are the faint rings with broken sections (very difficult)?
Anyway you have two tasks here: (1) locate the circle using image processing/computer vision software, and then once you've found it, (2) tell the drone somehow to move so that the circle is centered in the image (possibly, optional) and then stop moving (until further directions are given, not forever obviously).
回答(1 个)
Image Analyst
2023-8-8
编辑:Image Analyst
2023-8-8
It's a generic, general purpose demo of how to threshold an image to find blobs (high contrast circular coins on a dark uniform background), and then measure things about the blobs, and extract certain blobs based on their areas or diameters.
Get the web cam add-on from the Add-ons button on the tool ribbon.
help webcam
2 个评论
Jason Choo Chia Sheng
2024-3-21
Hi can i check how do we link a parrot minidrone camera for input to feed img into the matlab code?
Vineeth Nair
2024-3-22
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Computer Vision Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!