Aeroplane detection using segmentation from aerial images
이전 댓글 표시
I would like to identify/detect the aeroplanes from an RGB image of the airport.
댓글 수: 2
KSSV
2019년 5월 17일
Attach your image and show us your expectations.
Anjita N A
2019년 5월 18일
편집: KSSV
2019년 5월 21일
답변 (2개)
Prathamesh Degwekar
2019년 5월 21일
0 개 추천
Hi,
Image segmentation is handled well and can be done easily using the image processing toolbox from matlab.
For aeroplane detection, you may have to use the object detection features of the computer vision toolbox.
One type of approach can be found here. [https://www.mathworks.com/help/vision/examples/object-detection-in-a-cluttered-scene-using-point-feature-matching.html]
The computer vision toolbox gives you multiple different classifiers and methods you could use to achieve this objective. Some of them though may require you to get some training images of what an aeroplane looks like and then use that classifier on your test image here. So depending on what you have available, you can choose the method accordingly.
Hope this helps.
Cheers.
카테고리
도움말 센터 및 File Exchange에서 Detect, Extract, and Match Features에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!