Sie sind auf Seite 1von 15

AIRCRAFT

RECOGNITION IN
REMOTE SENSING
IMAGES BASED ON
CONVOLUTIONAL
NEURAL NETWORKS
ABSTRACT

• In this method, aircraft recognition is done using support vector


machines (SVM) classification method. Input is satellite image this
image is processed with Gabor filter. It is used for feature extraction.

• This recognition system involves dimensionality reduction,


segmentation and aircraft identification with templates.
NO OF MODULES AND NAMES
• Aircraft image acquisition
• Preprocessing
• Segmentation
• Aircraft recognition
• Alert system
UML DIAGRAMS WITH MODULE
DESCRIPTION

UML DIAGRAM
USE CASE DIAGRAM
Class diagram
ACTIVITY DIAGRAM

Upload satellite images

Preprocessing

Segmentaion

Aircraft classification

Alert system
Sequence Diagram
Image acquisition Preprocessing Segmentation Aircraft classification
Alert sytem

1 : Upload satellite images()

2 : Grayscale conversion()

3 : Image enhancement()

4 : Features extraction()

5 : Region detection()

6 : Template matching()

7 : Country name()

8 : SMS alert()
COLLABORATION DIAGRAM
MODULE DESCRIPTION
AIRCRAFT IMAGE ACQUISITION:

• In this module, we can input the satellite images which are captured by
sensors

• Images can be any type and any size

• In satellite images, aircraft may be partial or full shape


PREPROCESSING:

• In this module, we can convert RGB image into gray scale image

• Then perform filtering approach to enhance the image properties

• Enhanced image is forward to next modules.


SEGMENTATION:

• In this module, aircraft features are extracted such as color, shape and
texture features

• Analyze the aircraft regions from other satellite features

• Segment the aircraft regions based on exact shape of partial or full


data of satellite features
Aircraft classification:

• In this module, extracted features are matched with database using


templates
• Implement Classifier to check each regions of image pixels
• Template-matching method to recognize the type of aircraft.
ALERT SYSTEM:

• Finally recognized aircraft provide country name which is trained by


admin
• Send SMS alert to particular country admin

Das könnte Ihnen auch gefallen