You are on page 1of 5

International Journal of Engineering and Technical Research (IJETR)

ISSN: 2321-0869, Volume-2, Issue-8, August 2014

A Prominent Application for Wild Identification,


Segmentation and Tracking
Chhatra Pal Singh , Sanjay Kumar
to the forest ranger so that appropriate action can be taken
Abstract In now a days wild tiger often killed people. In timely. In this dissertation find the total distance between the
India, over 50 to 60 people are killed by tiger every year and this starting position of object and the suspected boundary using
rate is growing year by year. The proposed work is to develop a Coordinate Distance Technique. In this technique find the
Prominent Application for security level application that is initial position of target object in each image in terms of x and
could be used by forest department. This security level
y coordinate. Calculate the change between first target object
application segment, identified and tracking the tiger Object.
The security level system contain four main major parts segment
position and second target object position using Euclidean
the tiger object, identification of tiger object, track the tiger Distance formula and this process continue to the suspected
object and calculate the distance traveled by the target tiger boundary position then add each change and find out the
object from starting position to the suspected boundary. If tiger distance travelled by object from starting point to suspected
pass out the coordinate of suspected boundary then generate a boundary.
message tiger goes outside the boundary. Image processing edge detection is basic tool used. Mostly
image processing application s to obtain information from the
Index Terms Object Identification, Image frames as precursor step to feature extraction and object
Segmentation wild tracking Method. Feature matching segmentation. It is a simple process which detects boundaries
between object and back ground in an image. edge detection
can also be used which improve the appearance of blurred
I. INTRODUCTION image. Segmentation is the foundation of object recognition
Image Processing is a technique to translate an image into and computer vision [2][3].
digital figure and carry out some operations to get a better
image and take out useful information from it [1]. In this II. LITERATURE SERVEY
research work the concept of the segmentation and
identification of tiger object movement to trigger warning. In A. Literature Survey
todays time tiger often kill people. A total no. of 3,73,000 In this paper, we used seven techniques for edge
people were killed by Tigers from 1800 2009 . in South and detection, Sobel operator technique, Prewitt technique,
Southeast Asia. In India, 50 to 60 people are killed by tiger Kiresh technique, Laplacian technique; canny technique,
each year and this rate is growing year by year. The proposed Robertss technique and Edge Maximization Technique
work is to develop a security level application that is could be (EMT) and they are compared with one another so as to
used by forest department. This security level application choose the best technique for edge detection segment image.
identified and tracking the special object (Tiger) and object These techniques applied on one satellite images to choose
passes outside the boundary of forest then send the message or base guesses for segmentation or edge detection image.
trigger warning to the related forest ranger. This application is Discontinuity detection is partition an image based on abrupt
useful prevent the attack on the humans by tiger in future changes in gray-level image. Canny technique is very
aspect. In this dissertation, we have to find the better result of important method to find edges by isolating noise from the
segmentation using Fixed Region Technique based on image before find edges of image, without affecting the
continuous edges corresponding to earlier segmentation features of the edges in the image and then applying the
technique based on discontinuous of edges. In this tendency to find the edges and the critical value for threshold
dissertation we have to identify the tiger in images using old [1].
Interest Point Matching and new purposed Putatively
Feature Matching Technique and
In this paper define the two ways of edge detection technique
then tracking the tiger in video with the help of purposed that are gradient and Laplacian. The gradient method detects
Point Change over Technique. This tracking technique the edges by looking for the maximum and minimum in the
applied on sequence of tiger images or video. In this first derivative of the image. The Laplacian method searches
correspondence if tiger goes outside the suspected forest for the zero crossings in the second derivative of the image to
boundary means if tiger tracking coordinate is greater than find edges. In Laplacian of Gaussian edge detection uses three
suspected boundary coordinate then a message would be sent steps in its process. The First one is filter which is the image
object. Secondly, it enhances the image object and finally
Manuscript received August 23, 2014. detects [3].
Chhatra Pal Singh , Department of Computer Science & Engineering,
Uttarakhand Technical University, Dehradun, India, 9837979258.
In this paper, we identify the multiple objectives associated
Sanjay Kumar, Assistant Professor in Department of Computer Science
& Engineering, Uttarakhand Technical University, Dehradun, India, with image segmentation problems of natural images. The
9412148830. main aim of paper to provide the implementation of for edge

159 www.erpublication.org
A Prominent Application for Wild Identification, Segmentation and Tracking

detection technique like Robert Edge Detection, Prewitt Edge III. OBJECT SEGMENTATION, IDENTIFICATION
Detection, and Log Edge Detection, Sobel Edge Detection for AND TRACKING
natural image segmentation and their comparisons. In this
paper define Edge detection techniques are classified in two A. Image Segmentation
categories: parallel and sequential techniques. The parallel
Image segmentation is to partition an image into meaningful
edge detection technique implies that the decision of whether
regions with respect to a particular application. The analysis
a set of points are on an edge or not is dependent on the gray
of image objects begin with finding them-judge which object
level of the set and some set of its neighbors, which includes
belong to related pixel values. This is known as image
high emphasis spatial frequency filtering, gradient operators,
segmentation, the technique of extracting objects from the
adaptive local operator, relaxation, and line and curve fitting,
background in an image. Segmentation is the approach of
while the sequential edge detection techniques make decision
separating a image into its meaningful parts or regions or
based on the results of the previously examined points [4].
object.
In this paper define the Object identification is to identify an
object which belongs to and feature extraction to extract
features from the image like size, shape, texture and spectral B. Types of Image Segmentation
information of the image. With the help of feature extraction There are two types of image segmentation
techniques we can easily find the relevant information from
the data and the data can easily be classified. There are several
existing techniques for object identification and feature a. Edge based segmentation
extraction which are discussed in this paper. The aim of this In image processing edge may be simplify as a group of
paper is to represent an approach for extracting the knowledge connected pixels that belong to boundary between from one
from the image. Identification means to identify the objects regions to other. Basically, edge detection is a method of
which belong to an image because of noise and shadow segmentation which is extract an image into discontinuity
objects cannot be identified. Object recognition or region. This method plays an vital role in image processing
identification can be classified in two types based on the system and usual aspects of our real world life.The process of
feature type they use. The two types are edge based and patch detecting and locating intense changes of discontinuities in
based feature type. Edge based feature type extracts the edge an image . In image processing for a noisy image it is hard to
map of an image and identify the features of the object at the find edges as both noise and edge contains maximum
edges. It represents the object boundaries and data efficiently. frequency contents which outcome in distorted and blurred
Patch based feature type uses appearance as cues [27]. result. In this paper we analyse lot of edge detection
techniques as Robert, Canny and Sobel method. The edge
In this paper define the kernel based object tracking using detection makes use of lot of operators to find changes in the
color histogram technique has been applied for different gradients of the grey scale images. The edge widely exists
challenging situations. Every tracking method requires an between objects and background, objects and primitives. It
object detection mechanism either in every frame or when the contains rich information, step property, shape etc, which is
object first appears in the video. Some commonly used object able to describe the target object.
detection methods are: point detectors, background
subtraction, segmentation and supervised learning. After
detection of the object the trackers task is to generate the
trajectory of an object over time by locating the object
position in every frame of the video [31].
B. Application of Image Segmentation

1. Object detection
Pedestrian detection

Face detection

Brake light detection


2. Medical Figure 1: Edge Based Segmentation [35]

Surgery planning b. Thresholding based segmentation


Thresholding is probably the most frequently used technique
Virtual surgery simulation to segment an image. The grayscale image (also referred as
intensity images) can be converted to binary image by a
Intra-surgery navigation process called thresholding. The histogram thresholding
technique is used to segment an image.
3. Traffic control systems

160 www.erpublication.org
International Journal of Engineering and Technical Research (IJETR)
ISSN: 2321-0869, Volume-2, Issue-8, August 2014
D. Object Tracking
Object tracking is the approach of locating object when
moving over time in an image sequence. It has a variety of
uses, some of which are: human-computer interaction,
security and surveillance, video communication and
compression, augmented reality, traffic control, medical
imaging and video editing. Video tracking can be a time
consuming process due to the amount of data that is contained
in video.

Figure 2 Thresholding Based Segmentation IV. PROPOSED WORK USING MAT LAB
In our proposed work we used fix region for segmentation
C. Object Identification returns edges of the selected object and another is it returns
edges at those point where gradient of image is low and high
intensity and gives better segmentation result. In object
In image processing object identification is the method of
identification we used the putatively feature matching
seeking a given target object in an image sequence or video.
techniques in this techniques find the corner and surface
In an image any object, there are lot off 'features' which are
feature of object. Surface feature is presented in region of
strongest points on the object that can be extracted to produce
object it returns low intensity and high intensity feature both
a "feature" detail of the object. This detail extracted from a
surface and corner. So detection is more successful.
training target image can then be used to detect the object
when try to locate the target object in a test entire image
containing other objects

Figure: 4: Masking The Image Using Fixed Region


Technique
Figure 3: object identification

a. Technique of Object identification


b. Template matching
Template matching is a approach for seeking mini parts of an
image which match a sample template target image. Template
matching is a straightforward process. In this technique
template images for different objects are stored. When an
image is given as input to the system, it is matched with the
stored template images to determine the object in the input
image. Templates are frequently used for recognition of
characters, numbers, objects, etc. It can be performed on
either color or gray level images. Template matching can
either be pixel to pixel matching or feature based. In feature
based the features of template image is compared to
c. Color based matching Figure 5: Segment The Image Using Fixed Region Technique

Color provides potent information for object recognition. A A. Results of Point Change Over Tracking Technique
simple and efficient object detection scheme is to represent In this technique track the tiger object in each frame on X and
and match images on the basis of color histograms. Y coordinate movement. X and Y coordinate move on the

161 www.erpublication.org
A Prominent Application for Wild Identification, Segmentation and Tracking

color density feature of crop target tiger image and source


tiger object in the frame to frame. When match the similar
color density feature of target tiger object with respect to
source tiger image frame to frame then get the x and y
coordinate of source tiger object in each frame and track the
tiger on the basis of x and y coordinate

Figure 6: Track the Tiger in each Frame using Color Density


Feature
Figure 9 Proposed Feature Matching
B. Results of Coordinate Distance Technique Technique

In this technique find the distance from starting position of


object to suspected boundary.

Figure 7 Starting Coordinate Point of Target Object and


Suspected Boundary

Figure 8 Distance Between First Tiger Position and


Suspected Boundary
Figure 10 Proposed Point Change over Technique

162 www.erpublication.org
International Journal of Engineering and Technical Research (IJETR)
ISSN: 2321-0869, Volume-2, Issue-8, August 2014
V. APPLICATION OF EMAGE PROCESSING
Security: Demising image in order to identify a crime
suspect whose picture was taken by either a poor
camera or in a poor condition [9].

Medicine: To clean image in order to have a clear


understanding of the part of the body that was
snapped (e.g. X-rays) [9]. Mr. Chhatra Pal Singh, Chhatra Pal Singh is a
Graduate in Computer Science and Engineering From IEC College of
Engineering and Technology Greater Noida which is affiliated to Gautam
Astronomical Aplication: Image taken from space Budh Technical University Formally (UPTU) 2012. Presently he is pursuing
by satellites [9]. Master of Technology in Computer Science and Engineering from
Uttarakhand Technical University Dehradun. His Area of interest Image
Processing, Computer Network and Data Mining.
VI. CONCLUSION
In this paper, we conclude that image identification,
segmentation is a very important technique which is used in
digital image processing. This Project focuses mainly on the
segmentation and identification of Special Object Tiger. The
interaction between image segmentation and object
recognition in the framework of the Sobel, Prewitt, Roberts,
Canny are studied and build new own Technique for better
result in future. It provides information for identification or Mr. Sanjay Kumar, currently working as a
recognition and interpretation of object. In our work find the assistant professor in Uttarakhand Technical University, Dehradun. Done
his Masters degree from Indian Institute of Science Bangalore in
distance from starting position of object to suspected ComputerScience & Automation Department. His current
boundary. workingonSecurity in Wireless Sensor Networks. Doing PhD from
Uttarakhand Technical university
REFERENCES

[1]-Saiful Islam, Majidul Ahmed, A Study on Edge Detection Techniques


for Natural Image Segmentation, International Journal of Innovative
Technology and Exploring Engineering (IJITEE)
,ISSN:2278-3075,Volume-2,Issue-3,Februrary 2013.
[2]-Mr.Salem Saleh Al-amri, Dr.N.V.Kalyankar, Dr.Khamitkar S.D,Image
Segmentation By Using Edge Detection. Journal on Computer
Science and Engineering,and Vol.02,No.03 ,2010,804-807.
[3]-Y.Ramadevi,T.Sridevi,B.Poornima,B.Kalyani, and Object
Recognition Using Edge Detection Technique, International Journal
Of Computer Science & Information Technology,Vol 2,No 6,December
2010
[4]- Mr. Salem Saleh Al-amri, Dr. N. V Kalyankar, Dr. Khamitkar, Image
Segmentation by using Edge detection, International Journal on
Computer Science and Engineering, Vol. 02, No. 03, 2010

[5]-G. T Shrivakshan, Dr. C. Chandrasekar, A Comparison of various Edge


Detection Techniques used in Image Processing, International Journal
of Computer Science Issues, Vol.9,Issues 5,No 1, September 2012

[6]-Saiful Islam, Majidul Ahmed, A Study on Edge Detection Techniques


for Natural Image Segmentation, International Journal of Innovative
Technology and Exploring Engineering (IJITEE), ISSN: 2278-3075,
Volume-2, Issue-3, February 2013

[7]- Navjeet, Simarjeet Kaur, Object Identification and Feature Extraction


Technique of a Satellite Data:A Review, International Journal of
Computer Engineering and Applications, Volume 6, Issue 2, May 14
[8.] Prajna ParimitaDash, Dipti patra, Sudhansu Kumar Mishra, Jagannath
Sethi, Kernel based Object Tracking using Color Histogram
Technique, International Journal of Electronics and Electrical
Engineering, Volume 2 Issue 4 April 2012

[9] Edge Based Segmentation,


ttp://www.mathworks.in/discovery/edge-detection.html

163 www.erpublication.org

You might also like