circle detection from drones camera
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Image Analyst
il 8 Ago 2023
Modificato: Image Analyst
il 8 Ago 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).
Risposte (1)
Image Analyst
il 8 Ago 2023
Modificato: Image Analyst
il 8 Ago 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 Commenti
Jason Choo Chia Sheng
il 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
il 22 Mar 2024
Vedere anche
Categorie
Scopri di più su Computer Vision Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!