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!