can simulink use OCR to detect a 'Letter T' from a live video stream obtained from a camera on a UAV using PixHawk ? Or OPENCV is more preferred ?
Ältere Kommentare anzeigen
Hi, as part of my final year project I am assigned to design an Autonomous Vehicle that has to fly at specific way points and drop payload on a red box with a letter T inside it (for more info see Page 27 of http://www.imeche.org/docs/default-source/agenda-documents/uas-challenge---competition-rules---issue-5-1.pdf?sfvrsn=2)
My team has decided on a hexcoptor using PixHawk as avionics. I already have downloaded the PixHawk support for SIMULINK. But I am confused as for the image recognition bit. I know that SIMULINK has live video streaming in computer vision toolbox but can I use OCR on this letter T or Do I have to use OPENCV instead.
Antworten (1)
Dima Lisin
am 21 Okt. 2015
0 Stimmen
Doing OCR for this seems like an overkill. Try detecting the marker using combination of color and local features, like SURF or MSER. See the Color Threshold App for color-based segmentation, and the Object Detection in a Cluttered Scene Using Point Feature Matching example for local feature matching.
1 Kommentar
Mahed Javed
am 22 Okt. 2015
Kategorien
Mehr zu Robotics finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!