circle detection from drones camera
3 views (last 30 days)
Show older comments
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 Comments
Image Analyst
on 8 Aug 2023
Edited: Image Analyst
on 8 Aug 2023
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).
Answers (1)
Image Analyst
on 8 Aug 2023
Edited: Image Analyst
on 8 Aug 2023
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 Comments
Jason Choo Chia Sheng
on 21 Mar 2024
Hi can i check how do we link a parrot minidrone camera for input to feed img into the matlab code?
Vineeth Nair
on 22 Mar 2024
See Also
Categories
Find more on Computer Vision Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!