0% found this document useful (0 votes)
128 views

Missile Tracking Using Matlab

This document describes a project to track missiles using MATLAB. It includes a block diagram showing how a CCD camera and DSP capture and process images in real-time to guide a missile toward its target. The process involves locking onto a target, firing the missile, tracking the target, and controlling the missile until it hits the target or the target is destroyed. Image processing techniques like histograms and correlation are used to determine the target's position from consecutive camera frames. The project has applications in military targeting as well as civilian uses like motion capture and video conferencing.

Uploaded by

Bell P Ped
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
128 views

Missile Tracking Using Matlab

This document describes a project to track missiles using MATLAB. It includes a block diagram showing how a CCD camera and DSP capture and process images in real-time to guide a missile toward its target. The process involves locking onto a target, firing the missile, tracking the target, and controlling the missile until it hits the target or the target is destroyed. Image processing techniques like histograms and correlation are used to determine the target's position from consecutive camera frames. The project has applications in military targeting as well as civilian uses like motion capture and video conferencing.

Uploaded by

Bell P Ped
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 13

MISSILE TRACKING USING MATLAB

By
N. Sindhu (07C01A0494)
A. Vaani (07C01A04B3)
T. Vijaya laxmi (07C01A04B9)
CONTENTS

• Introduction
• Block diagram
• Project description
• Process
• Advantages & Applications
• Conclusion
Introduction
• Real time tracking object.

Methods of tracking
1.Histogram technique
2.Correlation technique
The task is to be performed in four successive
operations
• Image data acquisition.
• Data storage and retrieval.
• Implementation of 2D histogram technique.
• Image processing for position.
BLOCK DIAGRAM

From CCD
camera High speed
DSP & image
image processing tool
On line display
grabber

Guidance &
control system
Hardware description
• The hardware used is CCD camera.
• Highly sensitive photon detector.
• Capture the image.
• Converts light in to electronic charge.
Software description
• The software used is MATLAB.
• High performance language for technical
computing.
• MATLAB provides functions for 2-D and 3-D
graphics.
Process
Start

Target locking

Firing the missile

Target tracking

Interrupt CPU for


Missile control

Missile control
If target is
destroyed Align missile on
If target is No
the line of sight
hit by missile

Yes If system
Success interrupted

Stop
Image processing
• It is a subset of electronic domain.
• It is usually refers to digital image processing,
but analog and optical image processing is also
possible.
• Here image processing done by using matlab.
Flow chart
Images from grabber RAM

Define the maximum image segment

Read 2 consecutive frames

Subtract the pixel data from 2 frames

Perform horizontal accumulation(hx) Perform horizontal accumulation(hy)

Perform 2point moving average filtering Perform 2_point moving average filtering

Find maximum value & its index Find maximum value & its index

Y-coordinate of object being tracked X-coordinate of object being tracked

For further processing


done
No Yes
stop
Applications
• Military field
• Motion capture
• Video conference system
• Diverse civilian
Conclusion & Future scope
• The aim of the project is to train the pilots to
ensure that the missile hits the target
successfully.
• By using the very large instruction word
(VLIW) the algorithms developed can be
highly up gradable for next generation
Thank you

You might also like