Aeroplane detection using segmentation from aerial images

3 ビュー (過去 30 日間)
Anjita N A
Anjita N A 2019 年 5 月 17 日
コメント済み: Anjita N A 2019 年 5 月 21 日
I would like to identify/detect the aeroplanes from an RGB image of the airport.
  2 件のコメント
KSSV
KSSV 2019 年 5 月 17 日
Attach your image and show us your expectations.
Anjita N A
Anjita N A 2019 年 5 月 18 日
編集済み: KSSV 2019 年 5 月 21 日
https://www.sensefly.com/education/datasets/?dataset=1422 This is the link to the data. (Airport) I would like to detect the planes using MATLAB.

サインインしてコメントする。

回答 (2 件)

Prathamesh Degwekar
Prathamesh Degwekar 2019 年 5 月 21 日
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.
  1 件のコメント
Anjita N A
Anjita N A 2019 年 5 月 21 日
Can you suggest a method that will be well suitable for this image?

サインインしてコメントする。


Anjita N A
Anjita N A 2019 年 5 月 21 日
I will definitely try it out.

カテゴリ

Help Center および File ExchangeImages についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by