SlideShare a Scribd company logo
1 of 6
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 10 | Oct-2013, Available @ http://www.ijret.org 453
A SURVEY ON ROAD EXTRACTION FROM COLOR IMAGE USING
VECTORIZATION
Nisha Sharma1
, Rajeev Bedi2
, Ajay Kumar Dogra3
Abstract
Road extraction can be defined as extracting the roads from an image by accessing it through the features of road. Road information
can be extracted from images in three ways: manual extraction, semi-automated extraction and fully automated detection. In this
paper we review various research papers of road extraction methods. Most of the work focused on road extraction from grayscale
images. Our proposed approach is to extract road from color image using vectorization. Vectorization is performed using canny edge
detection and CDT (Constrained Delaunay Triangulation) and then grouped resulting triangles into polygons to make up vector
image. A sequence of pre-processing steps is applied to get better quality of image and to produce extended road network before
vectorization. At the end, skeletonization is used to transform the components of digital image into original components.
Keywords: vectorization, constrained Delaunay triangulation, canny edge detection, skeletonization,
----------------------------------------------------------------------***------------------------------------------------------------------------
1. INTRODUCTION
The conversion from raster image of remote sensing image to
vector image is an essential task for extraction and updating of
linear cartographic matter in cartographic process. Many
difficulties emerge in the automatic solving of this trouble.
Usually, vectorization and segmentation geometric methods are
used, along with processes, patterns and models properties of
the high, mid and low level of knowledge. The increasing
traffic volume over the last decades poses high challenges on
today’s traffic research and planning. Now days, roads are
equipped with a group of sensors to monitor the status of
traffic: Video systems, Induction loops and overhead radar
sensors are the most prominent examples. The satellite images
are used for extracting roads becomes especially important in
the services linked to road transportation like creation,
maintenance and so on. The increased road traffic because of
higher growth in traffic volume over to its congestion stage.
This poses a huge challenge for today’s road traffic research
and development.
The proposed method reduces various kinds of distortions,
compared with other methods. Other important method focused
on skeleton extraction. However the main focus of these
approaches is to vectorize the raster image without further
exploitation of the obtained polygonal format. A chain of pre-
processing is applied to improve quality of image and to
generate extended road network for further processing. Firstly,
the image is pre-processed to get better tolerance by resisting
the noises, and then roads are extracted. In contour
vectorization is applied to convert the binary image of drawings
from raster form to vector form. The image vectorization starts
with canny edge detection followed by a constrained Delaunay
triangulation (CDT) where the lines resulting from the pre-
processing stage are used as constraints for Delaunay
triangulation.
2. REVIEW OF PREVIOUS WORK
Road network extraction from images depends heavily on
human labour, which makes networks database development an
expensive and time-consuming. Automated road extraction can
appreciably reduce cost and time of data acquisition and
update, database development and turnaround time. The
literature indicates that different efforts can be done for
recognizing the roads by extracting the different feature of
road. Most of the algorithm in the literature consists of one or
more of following operation: EKF (Extended Kalman Filter)
and PF (Particle Filtering), Line Extraction, Morphological
operation, Skeletonization, Normalized cut and Level set
method, and Segmentation etc.
2.1 Level Set and Normalized Cut Method
It was based on Segmentation approach. The image is first
segmented using the normalized cuts algorithm. The resulting
relatively small segments are grouped to form larger segments,
and from these grouped segments road parts are extracted. To
cover cases where the road is fragmented (due to different road
surfaces or context objects) road parts with similar main
directions are assembled into strings of road parts or sub
graphs. It was an automatic approach for extraction of road
from satellite images based on Level set and Normalized Cuts
algorithms. To begin with pre-processing was to reduce noises
and then roads were extracted by applying two methods. At
last, the comparison of correctness of automatic road extracted
by two methods against manually extracted reference data was
performed.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 10 | Oct-2013, Available @ http://www.ijret.org 454
Fig1. Original Image
Fig2. Road extracted using Level set Method
Fig3. Road extracted using Normalized cut method
2.2 EKF and PF
EKF traced a road until a stopping condition was met. Then, in
place of ending the process, the results were conceded to the PF
algorithm. PF algorithm tried to locate the furtherance of the
road once a probable obstacle or to discover all the achievable
road branches which might available on the area of a road
intersection.
Fig4. Different stages of the overall road-tracking algorithm on
an IRS image. (a) First road segment extracted by the EKF
module. (b) Particles of the PF module. (c) Road branches
extracted by the PF module. (d) Second road segment extracted
by the EKF module. (e) Road branches extracted by the PF
module. (f) Third road segment extracted by the EKF module.
(g) Final result of the road extraction algorithm. (h) Road
reference points extracted manually.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 10 | Oct-2013, Available @ http://www.ijret.org 455
For further improvement, procedures were updated for
providing the calculations by decoupling method from the
recent status prediction of the filter. Eliminating the
dependence of dimension data to the estimated state reduces the
prospective for unsteadiness of the road-tracing algorithm and
constructed a technique for dynamic cluster of the road
information for keeping track when the road profile go through
a number of variations cause due to changes in intensity and
width of road.
2.3 Line Extraction
The transformation of raster to vector of satellite image is a
main task in the updating and extraction of linear items in
cartographic process. Vectorization method is based on CDT
for linear extraction. The pre-processing step is used by
applying correlation method to provide edges that belongs to
the linear structure in original input image. The result from
CDT techniques is triangles that were grouped into the
polygons to create vector image. The skeletonization of
polygons gives extracted linear structure. This algorithm was an
automatic approach and fast that provide satisfied results.
Fig5. Original Image
Fig6. Resultant Image
In this approach, vectorization was used for line extraction
only. It extract linear object from grayscale image by
performing CDT and Skeletonization operations on the
preprocessed image.
3. PROPOSED OBJECTIVE
The overall objective of this work is to pass original color
image to a vector representation that facilitates the extraction of
road structure.
• To develop an algorithm that provides automatic
extraction of road from the color image.
• To purpose an approach which Improve the visibility
Factor in the resultant image thus make it easy to take a
decision and provide better recognition of roads.
• To purpose a method to extract the signs and other
details on the road without merging the information with
road structure.
• To implement various vectorization techniques like
triangulation, canny edge detection etc followed by the
skeletonization to provide the better results and correct
path of the roads.
• To analyze the performance of proposed method,
compare the result from proposed approach with the
results of previous approach by using parameters as
correctness, completeness and accuracy.
4. PROPOSED METHODOLOGY
The overall objective of our proposed approach is to extract
road from the color image. The various stages through which
the image has to be processed depict in following figure.
Fig7. General Approach
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 10 | Oct-2013, Available @ http://www.ijret.org 456
4.1 Preprocessing
The pre-processing provides constraints guaranteed that the
edges were belonging to linear structure in the input image. It is
used to improve the quality of resultant image. An example of
preprocessed image applying Correlation coefficient on the
original image by extracting a reference image from the same
represented in figures.
Fig8. Original Image
Fig9. Reference Image
Fig10. Preprocessed Image
4.2 Vectorization
The vectorization is the process to find out a contour position
from the image every time, and then start tracing from this
position to acquire complete contour of an area, to evaluate the
type of area, and to segregate the tracing area from other while
tracing; after completion of tracing a contour line, carry on to
explore another position until all the elements of an image are
searched; lastly, combine all of the areas’ contours collectively
to get an entire image contour. Thus more processing is needed
to gather edges that belong to the same object.
Fig11. Delaunay triangulation
The triangulation method is set of points on the plane
represents separation of an area, enclosed with in convex hull.
Triangles are combined by vertices, that given as an input. But
if the triangles accomplish the condition of an empty
circumcircle, then it represents a Delaunay triangulation (DT).
Canny edges and the gradient information extracted as local
features. The CDT technique triangulated vertices according to
the following features: (1) the pre-defined edges are involved in
the triangulation, and (2) it is nearby possible edge to Delaunay
triangulation.
4.3 Skeletonization
Skeletonization is a conversion of a component of digitized
image into a subset of the original component. It is a large-scale
space domain method for shape representation. There are two
well-known paradigms for Skeletonization methods: The first is
iterative thinning of the original image until no pixel can be
removed without altering the topological and morphological
properties of the shape. On the other hand, a skeleton is that of
the edge lines created by centers of all the maximal disks
incorporated in the original shape, associated to preserve
connectivity.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 10 | Oct-2013, Available @ http://www.ijret.org 457
Fig12. Skeletonization image
It is the last step of our proposed approach, the result of this
operation will be the resultant extracted road.
CONCLUSIONS
Existing techniques of road extractions are not effective in
dealing with colored images. A mechanism is required for
dealing with colored images because these images may contain
some sensitive information that may loss while conversion to
black/white image or grayscale. Most of the previous
algorithms worked on grayscale images to extract road. There
are various details on the road that merged with the road when
it converts into grayscale. In this paper, we proposed an
improved vectorization method to deal with the problem of loss
of details of road during extraction from satellite images and
also the visibility will be better if we use color image instead of
grayscale image. To analyze the performance of proposed
method, compare the result from proposed approach with the
results of previous approach on the base of visibility
performance, and efficiency by using following parameters:
Completeness, Correctness and Accuracy. If the proposed
method gives the large values of all the parameters as compared
to existing techniques then the proposed method must be
considered to be most effective.
REFERENCES
[1] B.Ramamurthy and K.R.Chandran (2011), “Content
based Image retrieval for Medical Images using canny
edge detection algorithm”, International Journal of
Computer Applications, Volume 17– No.6.
[2] Bahram Salehi, Student Member, IEEE, Yun Zhang,
Member, IEEE, and Ming Zhong (2012), “Automatic
Moving Vehicles Information Extraction From Single-
Pass WorldView-2 Imagery”, IEEE journal of selected
topics in applied earth observations and remote sensing,
Vol. 5, No. 1.
[3] Beril Sırmac¸ek and Cem U¨ nsalan (2010), “Road
Network Extraction using Edge Detection and Spatial
Voting”, 2010 International Conference on Pattern
Recognition.
[4] D. Caihong, D. Huaibao and L Hongxin (2011)
“Vectorization of Lattice Diagram based on Straight
Line and Circular Arc Fitting in Variable-Step”
proceedings of 2011 IEEE, pp: 978-1-61284-459, June
2011.
[5] Jens Leitloff, Stefan Hinz (2010) “Vehicle detection in
very high resolution satellite images of city areas”, IEEE
transactions on Geoscience and remote sensing, vol. 48,
no. 10, October 2010.
[6] M. Rajeswari1, K.S.Gurumurthy2, L. Pratap Reddy3,
S.N. Omkar4, J. Senthilnath4 (2011), “Automatic Road
Extraction based on Level Set,Normalized Cuts and
Mean Shift Methods”, IJCSI International Journal of
Computer Science Issues, Vol. 8, Issue 3, No. 2, May
2011 ISSN (Online): 1694-0814.
[7] Mohamed Naouai and Melki Narjess (2010) “Line
extraction algorithm based on image vectorization”,
proceedings of the 2010 IEEE International Conference
on Mechatronics and Automation August 4-7, 2010.
[8] Onur Tuncer (2007), “Fully Automatic Road Network
Extraction from Satellite Images”, Member, IEEE, 2007
IEEE.
[9] Renaud Ruskont, Laurent Guigues, Sylvain Airault,
Olivier Jamet (1996) “Vehicle Detection on Aerial
Images: A Structural Approach”, 1996 IEEE,
Proceedings of ICPR '96.
[10] S. Das, T.T. Mirnalinee, and K.V.S. Das (2011) “Use of
Salient features for the design of multistage framework
to extract roads from high resolution multispectral
satellite images”, IEEE transactions on Geoscience and
Remote sensing, vol. 49, no. 10, October 2011.
[11] Sahar Movaghati, Alireza Moghaddamjoo, Senior
Member, IEEE, and Ahad Tavakoli (2010) “Road
Extraction From Satellite Images Using Particle Filtering
and Extended Kalman Filtering”, IEEE transactions on
geoscience and remote sensing, Vol. 48, No. 7, July
2010.
[12] Shanshan Xu, Jie Ying, Yanbin Song (2012), “Research
on Road Detection Based on Blind Navigation Device”,
IEEE.
[13] T Rajani Mangala and S G Bhirud (2011), “A New
Automatic Road Extraction Technique using Gradient
Operation and Skeletal Ray Formation”, International
Journal of Computer Applications (0975 – 8887)
Volume 29– No.1, September 2011.
[14] Wan Pengbo, Jia Haichun, and Peng Wenli(2009),
“Bitmap Vectorization and Realization of Shoes Style”,
ISBN 978-952-5726-02-2 (Print), Proceedings of the
2009 International Symposium on Information
Processing (ISIP’09), August 21-23, 2009, pp. 418-421.
[15] Wei Yao, Stefan Hinz and Uwe Stilla (2008),
“Automatic Vehicle Extraction from Airborne LiDAR
Data of Urban Areas using Morphological
reconstruction”, IEEE.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 02 Issue: 10 | Oct-2013, Available @ http://www.ijret.org 458
BIOGRAPHIES:
Nisha Sharma received her bachelor’s Degree
in Computer Science & Engineering from
PTU, Jalandhar, Punjab (India) in 2008, and
pursuing master degree in CSE from Punjab
Technical University Jalandhar, Punjab, India.
Her research interest includes Digital Image
processing especially in Road extraction from
satellite images.
Rajeev Bedi received his Bachelor’s Degree
and Master Degree in Computer Science &
Engineering from PTU, Jalandhar, Punjab
(India) in 2000 and 2008, and pursuing PhD
in Cloud Computing.
Ajay Kumar Dogra received his Master’s in
Software Systems.

More Related Content

What's hot

Automatic Road Extraction from Airborne LiDAR : A Review
Automatic Road Extraction from Airborne LiDAR : A ReviewAutomatic Road Extraction from Airborne LiDAR : A Review
Automatic Road Extraction from Airborne LiDAR : A ReviewIJERA Editor
 
Road markers classification using binary scanning and slope contours
Road markers classification using binary scanning and slope contoursRoad markers classification using binary scanning and slope contours
Road markers classification using binary scanning and slope contoursTELKOMNIKA JOURNAL
 
TRAFFIC MANAGEMENT THROUGH SATELLITE IMAGING-- Part 3
TRAFFIC MANAGEMENT THROUGH SATELLITE IMAGING-- Part 3TRAFFIC MANAGEMENT THROUGH SATELLITE IMAGING-- Part 3
TRAFFIC MANAGEMENT THROUGH SATELLITE IMAGING-- Part 3NanubalaDhruvan
 
Performance evaluation of different automatic seed point generation technique...
Performance evaluation of different automatic seed point generation technique...Performance evaluation of different automatic seed point generation technique...
Performance evaluation of different automatic seed point generation technique...IAEME Publication
 
Review on moving vehicle detection in aerial surveillance
Review on moving vehicle detection in aerial surveillanceReview on moving vehicle detection in aerial surveillance
Review on moving vehicle detection in aerial surveillanceeSAT Publishing House
 
A brawny multicolor lane detection method to indian scenarios
A brawny multicolor lane detection method to indian scenariosA brawny multicolor lane detection method to indian scenarios
A brawny multicolor lane detection method to indian scenarioseSAT Publishing House
 
Performance of Phase Congruency and Linear Feature Extraction for Satellite I...
Performance of Phase Congruency and Linear Feature Extraction for Satellite I...Performance of Phase Congruency and Linear Feature Extraction for Satellite I...
Performance of Phase Congruency and Linear Feature Extraction for Satellite I...IOSR Journals
 
Ieeepro techno solutions 2013 ieee embedded project - integrated lane and ...
Ieeepro techno solutions   2013 ieee embedded project  - integrated lane and ...Ieeepro techno solutions   2013 ieee embedded project  - integrated lane and ...
Ieeepro techno solutions 2013 ieee embedded project - integrated lane and ...srinivasanece7
 
Application of neural network method for road crack detection
Application of neural network method for road crack detectionApplication of neural network method for road crack detection
Application of neural network method for road crack detectionTELKOMNIKA JOURNAL
 
Image fusion using nsct denoising and target extraction for visual surveillance
Image fusion using nsct denoising and target extraction for visual surveillanceImage fusion using nsct denoising and target extraction for visual surveillance
Image fusion using nsct denoising and target extraction for visual surveillanceeSAT Publishing House
 
Vehicle tracking and distance estimation based on multiple image features
Vehicle tracking and distance estimation based on multiple image featuresVehicle tracking and distance estimation based on multiple image features
Vehicle tracking and distance estimation based on multiple image featuresYixin Chen
 
Contours Planning and Visual Servo Control of XXY Positioning System Using NU...
Contours Planning and Visual Servo Control of XXY Positioning System Using NU...Contours Planning and Visual Servo Control of XXY Positioning System Using NU...
Contours Planning and Visual Servo Control of XXY Positioning System Using NU...journal ijrtem
 
DAMAGE DETECTION IN BRIDGES USING IMAGE PROCESSING
DAMAGE DETECTION IN BRIDGES USING IMAGE PROCESSINGDAMAGE DETECTION IN BRIDGES USING IMAGE PROCESSING
DAMAGE DETECTION IN BRIDGES USING IMAGE PROCESSINGIAEME Publication
 
Content based indexing and retrieval from vehicle surveillance videos
Content based indexing and retrieval from vehicle surveillance videosContent based indexing and retrieval from vehicle surveillance videos
Content based indexing and retrieval from vehicle surveillance videosIAEME Publication
 
Distance Estimation based on Color-Block: A Simple Big-O Analysis
Distance Estimation based on Color-Block: A Simple Big-O Analysis Distance Estimation based on Color-Block: A Simple Big-O Analysis
Distance Estimation based on Color-Block: A Simple Big-O Analysis IJECEIAES
 
IRJET- Vehicle Detection and Counting System using Morphological Operations
IRJET- Vehicle Detection and Counting System using Morphological OperationsIRJET- Vehicle Detection and Counting System using Morphological Operations
IRJET- Vehicle Detection and Counting System using Morphological OperationsIRJET Journal
 
Road surface classification based on LBP and GLCM features using kNN classifier
Road surface classification based on LBP and GLCM features using kNN classifierRoad surface classification based on LBP and GLCM features using kNN classifier
Road surface classification based on LBP and GLCM features using kNN classifierjournalBEEI
 

What's hot (18)

Automatic Road Extraction from Airborne LiDAR : A Review
Automatic Road Extraction from Airborne LiDAR : A ReviewAutomatic Road Extraction from Airborne LiDAR : A Review
Automatic Road Extraction from Airborne LiDAR : A Review
 
Road markers classification using binary scanning and slope contours
Road markers classification using binary scanning and slope contoursRoad markers classification using binary scanning and slope contours
Road markers classification using binary scanning and slope contours
 
TRAFFIC MANAGEMENT THROUGH SATELLITE IMAGING-- Part 3
TRAFFIC MANAGEMENT THROUGH SATELLITE IMAGING-- Part 3TRAFFIC MANAGEMENT THROUGH SATELLITE IMAGING-- Part 3
TRAFFIC MANAGEMENT THROUGH SATELLITE IMAGING-- Part 3
 
Performance evaluation of different automatic seed point generation technique...
Performance evaluation of different automatic seed point generation technique...Performance evaluation of different automatic seed point generation technique...
Performance evaluation of different automatic seed point generation technique...
 
Review on moving vehicle detection in aerial surveillance
Review on moving vehicle detection in aerial surveillanceReview on moving vehicle detection in aerial surveillance
Review on moving vehicle detection in aerial surveillance
 
A brawny multicolor lane detection method to indian scenarios
A brawny multicolor lane detection method to indian scenariosA brawny multicolor lane detection method to indian scenarios
A brawny multicolor lane detection method to indian scenarios
 
B04410814
B04410814B04410814
B04410814
 
Performance of Phase Congruency and Linear Feature Extraction for Satellite I...
Performance of Phase Congruency and Linear Feature Extraction for Satellite I...Performance of Phase Congruency and Linear Feature Extraction for Satellite I...
Performance of Phase Congruency and Linear Feature Extraction for Satellite I...
 
Ieeepro techno solutions 2013 ieee embedded project - integrated lane and ...
Ieeepro techno solutions   2013 ieee embedded project  - integrated lane and ...Ieeepro techno solutions   2013 ieee embedded project  - integrated lane and ...
Ieeepro techno solutions 2013 ieee embedded project - integrated lane and ...
 
Application of neural network method for road crack detection
Application of neural network method for road crack detectionApplication of neural network method for road crack detection
Application of neural network method for road crack detection
 
Image fusion using nsct denoising and target extraction for visual surveillance
Image fusion using nsct denoising and target extraction for visual surveillanceImage fusion using nsct denoising and target extraction for visual surveillance
Image fusion using nsct denoising and target extraction for visual surveillance
 
Vehicle tracking and distance estimation based on multiple image features
Vehicle tracking and distance estimation based on multiple image featuresVehicle tracking and distance estimation based on multiple image features
Vehicle tracking and distance estimation based on multiple image features
 
Contours Planning and Visual Servo Control of XXY Positioning System Using NU...
Contours Planning and Visual Servo Control of XXY Positioning System Using NU...Contours Planning and Visual Servo Control of XXY Positioning System Using NU...
Contours Planning and Visual Servo Control of XXY Positioning System Using NU...
 
DAMAGE DETECTION IN BRIDGES USING IMAGE PROCESSING
DAMAGE DETECTION IN BRIDGES USING IMAGE PROCESSINGDAMAGE DETECTION IN BRIDGES USING IMAGE PROCESSING
DAMAGE DETECTION IN BRIDGES USING IMAGE PROCESSING
 
Content based indexing and retrieval from vehicle surveillance videos
Content based indexing and retrieval from vehicle surveillance videosContent based indexing and retrieval from vehicle surveillance videos
Content based indexing and retrieval from vehicle surveillance videos
 
Distance Estimation based on Color-Block: A Simple Big-O Analysis
Distance Estimation based on Color-Block: A Simple Big-O Analysis Distance Estimation based on Color-Block: A Simple Big-O Analysis
Distance Estimation based on Color-Block: A Simple Big-O Analysis
 
IRJET- Vehicle Detection and Counting System using Morphological Operations
IRJET- Vehicle Detection and Counting System using Morphological OperationsIRJET- Vehicle Detection and Counting System using Morphological Operations
IRJET- Vehicle Detection and Counting System using Morphological Operations
 
Road surface classification based on LBP and GLCM features using kNN classifier
Road surface classification based on LBP and GLCM features using kNN classifierRoad surface classification based on LBP and GLCM features using kNN classifier
Road surface classification based on LBP and GLCM features using kNN classifier
 

Viewers also liked

Mri image registration based segmentation framework for whole heart
Mri image registration based segmentation framework for whole heartMri image registration based segmentation framework for whole heart
Mri image registration based segmentation framework for whole hearteSAT Publishing House
 
Development of mobile surface water filtration system through simulation usin...
Development of mobile surface water filtration system through simulation usin...Development of mobile surface water filtration system through simulation usin...
Development of mobile surface water filtration system through simulation usin...eSAT Publishing House
 
Degradation of mono azo dye in aqueous solution using
Degradation of mono azo dye in aqueous solution usingDegradation of mono azo dye in aqueous solution using
Degradation of mono azo dye in aqueous solution usingeSAT Publishing House
 
Behavior of self compacting concrete using ppc and opc with different proport...
Behavior of self compacting concrete using ppc and opc with different proport...Behavior of self compacting concrete using ppc and opc with different proport...
Behavior of self compacting concrete using ppc and opc with different proport...eSAT Publishing House
 
Safety zone determination for wireless cellular
Safety zone determination for wireless cellularSafety zone determination for wireless cellular
Safety zone determination for wireless cellulareSAT Publishing House
 
A multi classifier prediction model for phishing detection
A multi classifier prediction model for phishing detectionA multi classifier prediction model for phishing detection
A multi classifier prediction model for phishing detectioneSAT Publishing House
 
Importance of post processing for improved binarization of text documents
Importance of post processing for improved binarization of text documentsImportance of post processing for improved binarization of text documents
Importance of post processing for improved binarization of text documentseSAT Publishing House
 
On the (pseudo) capacitive performance of jack fruit seed carbon
On the (pseudo) capacitive performance of jack fruit seed carbonOn the (pseudo) capacitive performance of jack fruit seed carbon
On the (pseudo) capacitive performance of jack fruit seed carboneSAT Publishing House
 
Enhancement in power delay product by driver and interconnect optimization
Enhancement in power delay product by driver and interconnect optimizationEnhancement in power delay product by driver and interconnect optimization
Enhancement in power delay product by driver and interconnect optimizationeSAT Publishing House
 
Building extraction from remote sensing imageries by data fusion techniques
Building extraction from remote sensing imageries by data fusion techniquesBuilding extraction from remote sensing imageries by data fusion techniques
Building extraction from remote sensing imageries by data fusion techniqueseSAT Publishing House
 
Color measurements of electroplated gold film on
Color measurements of electroplated gold film onColor measurements of electroplated gold film on
Color measurements of electroplated gold film oneSAT Publishing House
 
Surveillance and tracking of elephants using vocal spectral information
Surveillance and tracking of elephants using vocal spectral informationSurveillance and tracking of elephants using vocal spectral information
Surveillance and tracking of elephants using vocal spectral informationeSAT Publishing House
 
An extended database reverse engineering – a key for database forensic invest...
An extended database reverse engineering – a key for database forensic invest...An extended database reverse engineering – a key for database forensic invest...
An extended database reverse engineering – a key for database forensic invest...eSAT Publishing House
 
Community detection in social networks an overview
Community detection in social networks an overviewCommunity detection in social networks an overview
Community detection in social networks an overvieweSAT Publishing House
 
Effect of sb si addition on necking behaviour of mg alloys
Effect of sb si addition on necking behaviour of mg alloysEffect of sb si addition on necking behaviour of mg alloys
Effect of sb si addition on necking behaviour of mg alloyseSAT Publishing House
 
An optimized approach to voice translation on mobile phones
An optimized approach to voice translation on mobile phonesAn optimized approach to voice translation on mobile phones
An optimized approach to voice translation on mobile phoneseSAT Publishing House
 
Transient voltage distribution in transformer winding (experimental investiga...
Transient voltage distribution in transformer winding (experimental investiga...Transient voltage distribution in transformer winding (experimental investiga...
Transient voltage distribution in transformer winding (experimental investiga...eSAT Publishing House
 
Lab view based self tuning fuzzy logic controller for sterilizing equipments ...
Lab view based self tuning fuzzy logic controller for sterilizing equipments ...Lab view based self tuning fuzzy logic controller for sterilizing equipments ...
Lab view based self tuning fuzzy logic controller for sterilizing equipments ...eSAT Publishing House
 
Investigation into machining characteristics of trialumane
Investigation into machining characteristics of trialumaneInvestigation into machining characteristics of trialumane
Investigation into machining characteristics of trialumaneeSAT Publishing House
 
Secure intrusion detection and countermeasure selection in virtual system usi...
Secure intrusion detection and countermeasure selection in virtual system usi...Secure intrusion detection and countermeasure selection in virtual system usi...
Secure intrusion detection and countermeasure selection in virtual system usi...eSAT Publishing House
 

Viewers also liked (20)

Mri image registration based segmentation framework for whole heart
Mri image registration based segmentation framework for whole heartMri image registration based segmentation framework for whole heart
Mri image registration based segmentation framework for whole heart
 
Development of mobile surface water filtration system through simulation usin...
Development of mobile surface water filtration system through simulation usin...Development of mobile surface water filtration system through simulation usin...
Development of mobile surface water filtration system through simulation usin...
 
Degradation of mono azo dye in aqueous solution using
Degradation of mono azo dye in aqueous solution usingDegradation of mono azo dye in aqueous solution using
Degradation of mono azo dye in aqueous solution using
 
Behavior of self compacting concrete using ppc and opc with different proport...
Behavior of self compacting concrete using ppc and opc with different proport...Behavior of self compacting concrete using ppc and opc with different proport...
Behavior of self compacting concrete using ppc and opc with different proport...
 
Safety zone determination for wireless cellular
Safety zone determination for wireless cellularSafety zone determination for wireless cellular
Safety zone determination for wireless cellular
 
A multi classifier prediction model for phishing detection
A multi classifier prediction model for phishing detectionA multi classifier prediction model for phishing detection
A multi classifier prediction model for phishing detection
 
Importance of post processing for improved binarization of text documents
Importance of post processing for improved binarization of text documentsImportance of post processing for improved binarization of text documents
Importance of post processing for improved binarization of text documents
 
On the (pseudo) capacitive performance of jack fruit seed carbon
On the (pseudo) capacitive performance of jack fruit seed carbonOn the (pseudo) capacitive performance of jack fruit seed carbon
On the (pseudo) capacitive performance of jack fruit seed carbon
 
Enhancement in power delay product by driver and interconnect optimization
Enhancement in power delay product by driver and interconnect optimizationEnhancement in power delay product by driver and interconnect optimization
Enhancement in power delay product by driver and interconnect optimization
 
Building extraction from remote sensing imageries by data fusion techniques
Building extraction from remote sensing imageries by data fusion techniquesBuilding extraction from remote sensing imageries by data fusion techniques
Building extraction from remote sensing imageries by data fusion techniques
 
Color measurements of electroplated gold film on
Color measurements of electroplated gold film onColor measurements of electroplated gold film on
Color measurements of electroplated gold film on
 
Surveillance and tracking of elephants using vocal spectral information
Surveillance and tracking of elephants using vocal spectral informationSurveillance and tracking of elephants using vocal spectral information
Surveillance and tracking of elephants using vocal spectral information
 
An extended database reverse engineering – a key for database forensic invest...
An extended database reverse engineering – a key for database forensic invest...An extended database reverse engineering – a key for database forensic invest...
An extended database reverse engineering – a key for database forensic invest...
 
Community detection in social networks an overview
Community detection in social networks an overviewCommunity detection in social networks an overview
Community detection in social networks an overview
 
Effect of sb si addition on necking behaviour of mg alloys
Effect of sb si addition on necking behaviour of mg alloysEffect of sb si addition on necking behaviour of mg alloys
Effect of sb si addition on necking behaviour of mg alloys
 
An optimized approach to voice translation on mobile phones
An optimized approach to voice translation on mobile phonesAn optimized approach to voice translation on mobile phones
An optimized approach to voice translation on mobile phones
 
Transient voltage distribution in transformer winding (experimental investiga...
Transient voltage distribution in transformer winding (experimental investiga...Transient voltage distribution in transformer winding (experimental investiga...
Transient voltage distribution in transformer winding (experimental investiga...
 
Lab view based self tuning fuzzy logic controller for sterilizing equipments ...
Lab view based self tuning fuzzy logic controller for sterilizing equipments ...Lab view based self tuning fuzzy logic controller for sterilizing equipments ...
Lab view based self tuning fuzzy logic controller for sterilizing equipments ...
 
Investigation into machining characteristics of trialumane
Investigation into machining characteristics of trialumaneInvestigation into machining characteristics of trialumane
Investigation into machining characteristics of trialumane
 
Secure intrusion detection and countermeasure selection in virtual system usi...
Secure intrusion detection and countermeasure selection in virtual system usi...Secure intrusion detection and countermeasure selection in virtual system usi...
Secure intrusion detection and countermeasure selection in virtual system usi...
 

Similar to A survey on road extraction from color image using

A computer vision-based lane detection approach for an autonomous vehicle usi...
A computer vision-based lane detection approach for an autonomous vehicle usi...A computer vision-based lane detection approach for an autonomous vehicle usi...
A computer vision-based lane detection approach for an autonomous vehicle usi...Md. Faishal Rahaman
 
IRJET-Road Detection from Satellite Images
IRJET-Road Detection from Satellite ImagesIRJET-Road Detection from Satellite Images
IRJET-Road Detection from Satellite ImagesIRJET Journal
 
Real-Time Video Processing using Contour Numbers and Angles for Non-urban Roa...
Real-Time Video Processing using Contour Numbers and Angles for Non-urban Roa...Real-Time Video Processing using Contour Numbers and Angles for Non-urban Roa...
Real-Time Video Processing using Contour Numbers and Angles for Non-urban Roa...IJECEIAES
 
A Much Advanced and Efficient Lane Detection Algorithm for Intelligent Highwa...
A Much Advanced and Efficient Lane Detection Algorithm for Intelligent Highwa...A Much Advanced and Efficient Lane Detection Algorithm for Intelligent Highwa...
A Much Advanced and Efficient Lane Detection Algorithm for Intelligent Highwa...cscpconf
 
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...IRJET Journal
 
IRJET - Road Condition Improvement in Smart Cities using IoT
IRJET - Road Condition Improvement in Smart Cities using IoTIRJET - Road Condition Improvement in Smart Cities using IoT
IRJET - Road Condition Improvement in Smart Cities using IoTIRJET Journal
 
Realtime Road Lane Detection
Realtime Road Lane DetectionRealtime Road Lane Detection
Realtime Road Lane DetectionIRJET Journal
 
REVIEW OF LANE DETECTION AND TRACKING ALGORITHMS IN ADVANCED DRIVER ASSISTANC...
REVIEW OF LANE DETECTION AND TRACKING ALGORITHMS IN ADVANCED DRIVER ASSISTANC...REVIEW OF LANE DETECTION AND TRACKING ALGORITHMS IN ADVANCED DRIVER ASSISTANC...
REVIEW OF LANE DETECTION AND TRACKING ALGORITHMS IN ADVANCED DRIVER ASSISTANC...ijcsit
 
A comparative study on road traffic management systems
A comparative study on road traffic management systemsA comparative study on road traffic management systems
A comparative study on road traffic management systemseSAT Publishing House
 
Automatic vision based inspection of railway track
Automatic vision based inspection of railway trackAutomatic vision based inspection of railway track
Automatic vision based inspection of railway trackeSAT Journals
 
Automatic vision based inspection of railway track
Automatic vision based inspection of railway trackAutomatic vision based inspection of railway track
Automatic vision based inspection of railway trackeSAT Publishing House
 
Real time Pothole and Speed Breaker Detection Using Image Processing Techniques
Real time Pothole and Speed Breaker Detection Using Image Processing TechniquesReal time Pothole and Speed Breaker Detection Using Image Processing Techniques
Real time Pothole and Speed Breaker Detection Using Image Processing TechniquesIRJET Journal
 
IRJET- A Review Paper on Existing Pothole Detection Methods
IRJET- A Review Paper on Existing Pothole Detection MethodsIRJET- A Review Paper on Existing Pothole Detection Methods
IRJET- A Review Paper on Existing Pothole Detection MethodsIRJET Journal
 
Survey of Some New Road Extraction Methods
Survey of Some New Road Extraction MethodsSurvey of Some New Road Extraction Methods
Survey of Some New Road Extraction Methodstheijes
 
Traffic flow measurement for smart traffic light system design
Traffic flow measurement for smart traffic light system designTraffic flow measurement for smart traffic light system design
Traffic flow measurement for smart traffic light system designTELKOMNIKA JOURNAL
 
LANE CHANGE DETECTION AND TRACKING FOR A SAFE-LANE APPROACH IN REAL TIME VISI...
LANE CHANGE DETECTION AND TRACKING FOR A SAFE-LANE APPROACH IN REAL TIME VISI...LANE CHANGE DETECTION AND TRACKING FOR A SAFE-LANE APPROACH IN REAL TIME VISI...
LANE CHANGE DETECTION AND TRACKING FOR A SAFE-LANE APPROACH IN REAL TIME VISI...cscpconf
 
IRJET- Lane Detection using Neural Networks
IRJET- Lane Detection using Neural NetworksIRJET- Lane Detection using Neural Networks
IRJET- Lane Detection using Neural NetworksIRJET Journal
 
Discernment Pothole with Autonomous Metropolitan Vehicle
	 Discernment Pothole with Autonomous Metropolitan  Vehicle	 Discernment Pothole with Autonomous Metropolitan  Vehicle
Discernment Pothole with Autonomous Metropolitan VehicleIRJET Journal
 

Similar to A survey on road extraction from color image using (20)

A computer vision-based lane detection approach for an autonomous vehicle usi...
A computer vision-based lane detection approach for an autonomous vehicle usi...A computer vision-based lane detection approach for an autonomous vehicle usi...
A computer vision-based lane detection approach for an autonomous vehicle usi...
 
IRJET-Road Detection from Satellite Images
IRJET-Road Detection from Satellite ImagesIRJET-Road Detection from Satellite Images
IRJET-Road Detection from Satellite Images
 
Real-Time Video Processing using Contour Numbers and Angles for Non-urban Roa...
Real-Time Video Processing using Contour Numbers and Angles for Non-urban Roa...Real-Time Video Processing using Contour Numbers and Angles for Non-urban Roa...
Real-Time Video Processing using Contour Numbers and Angles for Non-urban Roa...
 
A Much Advanced and Efficient Lane Detection Algorithm for Intelligent Highwa...
A Much Advanced and Efficient Lane Detection Algorithm for Intelligent Highwa...A Much Advanced and Efficient Lane Detection Algorithm for Intelligent Highwa...
A Much Advanced and Efficient Lane Detection Algorithm for Intelligent Highwa...
 
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
 
IRJET - Road Condition Improvement in Smart Cities using IoT
IRJET - Road Condition Improvement in Smart Cities using IoTIRJET - Road Condition Improvement in Smart Cities using IoT
IRJET - Road Condition Improvement in Smart Cities using IoT
 
Realtime Road Lane Detection
Realtime Road Lane DetectionRealtime Road Lane Detection
Realtime Road Lane Detection
 
REVIEW OF LANE DETECTION AND TRACKING ALGORITHMS IN ADVANCED DRIVER ASSISTANC...
REVIEW OF LANE DETECTION AND TRACKING ALGORITHMS IN ADVANCED DRIVER ASSISTANC...REVIEW OF LANE DETECTION AND TRACKING ALGORITHMS IN ADVANCED DRIVER ASSISTANC...
REVIEW OF LANE DETECTION AND TRACKING ALGORITHMS IN ADVANCED DRIVER ASSISTANC...
 
A comparative study on road traffic management systems
A comparative study on road traffic management systemsA comparative study on road traffic management systems
A comparative study on road traffic management systems
 
Automatic vision based inspection of railway track
Automatic vision based inspection of railway trackAutomatic vision based inspection of railway track
Automatic vision based inspection of railway track
 
Automatic vision based inspection of railway track
Automatic vision based inspection of railway trackAutomatic vision based inspection of railway track
Automatic vision based inspection of railway track
 
Real time Pothole and Speed Breaker Detection Using Image Processing Techniques
Real time Pothole and Speed Breaker Detection Using Image Processing TechniquesReal time Pothole and Speed Breaker Detection Using Image Processing Techniques
Real time Pothole and Speed Breaker Detection Using Image Processing Techniques
 
image processing
image processingimage processing
image processing
 
IRJET- A Review Paper on Existing Pothole Detection Methods
IRJET- A Review Paper on Existing Pothole Detection MethodsIRJET- A Review Paper on Existing Pothole Detection Methods
IRJET- A Review Paper on Existing Pothole Detection Methods
 
Survey of Some New Road Extraction Methods
Survey of Some New Road Extraction MethodsSurvey of Some New Road Extraction Methods
Survey of Some New Road Extraction Methods
 
Traffic flow measurement for smart traffic light system design
Traffic flow measurement for smart traffic light system designTraffic flow measurement for smart traffic light system design
Traffic flow measurement for smart traffic light system design
 
LANE CHANGE DETECTION AND TRACKING FOR A SAFE-LANE APPROACH IN REAL TIME VISI...
LANE CHANGE DETECTION AND TRACKING FOR A SAFE-LANE APPROACH IN REAL TIME VISI...LANE CHANGE DETECTION AND TRACKING FOR A SAFE-LANE APPROACH IN REAL TIME VISI...
LANE CHANGE DETECTION AND TRACKING FOR A SAFE-LANE APPROACH IN REAL TIME VISI...
 
IRJET- Lane Detection using Neural Networks
IRJET- Lane Detection using Neural NetworksIRJET- Lane Detection using Neural Networks
IRJET- Lane Detection using Neural Networks
 
Discernment Pothole with Autonomous Metropolitan Vehicle
	 Discernment Pothole with Autonomous Metropolitan  Vehicle	 Discernment Pothole with Autonomous Metropolitan  Vehicle
Discernment Pothole with Autonomous Metropolitan Vehicle
 
A017430110
A017430110A017430110
A017430110
 

More from eSAT Publishing House

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnameSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnameSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaeSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingeSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a revieweSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...eSAT Publishing House
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard managementeSAT Publishing House
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallseSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...eSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...eSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaeSAT Publishing House
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structureseSAT Publishing House
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingseSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...eSAT Publishing House
 

More from eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
 

Recently uploaded

result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 

Recently uploaded (20)

result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 

A survey on road extraction from color image using

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 10 | Oct-2013, Available @ http://www.ijret.org 453 A SURVEY ON ROAD EXTRACTION FROM COLOR IMAGE USING VECTORIZATION Nisha Sharma1 , Rajeev Bedi2 , Ajay Kumar Dogra3 Abstract Road extraction can be defined as extracting the roads from an image by accessing it through the features of road. Road information can be extracted from images in three ways: manual extraction, semi-automated extraction and fully automated detection. In this paper we review various research papers of road extraction methods. Most of the work focused on road extraction from grayscale images. Our proposed approach is to extract road from color image using vectorization. Vectorization is performed using canny edge detection and CDT (Constrained Delaunay Triangulation) and then grouped resulting triangles into polygons to make up vector image. A sequence of pre-processing steps is applied to get better quality of image and to produce extended road network before vectorization. At the end, skeletonization is used to transform the components of digital image into original components. Keywords: vectorization, constrained Delaunay triangulation, canny edge detection, skeletonization, ----------------------------------------------------------------------***------------------------------------------------------------------------ 1. INTRODUCTION The conversion from raster image of remote sensing image to vector image is an essential task for extraction and updating of linear cartographic matter in cartographic process. Many difficulties emerge in the automatic solving of this trouble. Usually, vectorization and segmentation geometric methods are used, along with processes, patterns and models properties of the high, mid and low level of knowledge. The increasing traffic volume over the last decades poses high challenges on today’s traffic research and planning. Now days, roads are equipped with a group of sensors to monitor the status of traffic: Video systems, Induction loops and overhead radar sensors are the most prominent examples. The satellite images are used for extracting roads becomes especially important in the services linked to road transportation like creation, maintenance and so on. The increased road traffic because of higher growth in traffic volume over to its congestion stage. This poses a huge challenge for today’s road traffic research and development. The proposed method reduces various kinds of distortions, compared with other methods. Other important method focused on skeleton extraction. However the main focus of these approaches is to vectorize the raster image without further exploitation of the obtained polygonal format. A chain of pre- processing is applied to improve quality of image and to generate extended road network for further processing. Firstly, the image is pre-processed to get better tolerance by resisting the noises, and then roads are extracted. In contour vectorization is applied to convert the binary image of drawings from raster form to vector form. The image vectorization starts with canny edge detection followed by a constrained Delaunay triangulation (CDT) where the lines resulting from the pre- processing stage are used as constraints for Delaunay triangulation. 2. REVIEW OF PREVIOUS WORK Road network extraction from images depends heavily on human labour, which makes networks database development an expensive and time-consuming. Automated road extraction can appreciably reduce cost and time of data acquisition and update, database development and turnaround time. The literature indicates that different efforts can be done for recognizing the roads by extracting the different feature of road. Most of the algorithm in the literature consists of one or more of following operation: EKF (Extended Kalman Filter) and PF (Particle Filtering), Line Extraction, Morphological operation, Skeletonization, Normalized cut and Level set method, and Segmentation etc. 2.1 Level Set and Normalized Cut Method It was based on Segmentation approach. The image is first segmented using the normalized cuts algorithm. The resulting relatively small segments are grouped to form larger segments, and from these grouped segments road parts are extracted. To cover cases where the road is fragmented (due to different road surfaces or context objects) road parts with similar main directions are assembled into strings of road parts or sub graphs. It was an automatic approach for extraction of road from satellite images based on Level set and Normalized Cuts algorithms. To begin with pre-processing was to reduce noises and then roads were extracted by applying two methods. At last, the comparison of correctness of automatic road extracted by two methods against manually extracted reference data was performed.
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 10 | Oct-2013, Available @ http://www.ijret.org 454 Fig1. Original Image Fig2. Road extracted using Level set Method Fig3. Road extracted using Normalized cut method 2.2 EKF and PF EKF traced a road until a stopping condition was met. Then, in place of ending the process, the results were conceded to the PF algorithm. PF algorithm tried to locate the furtherance of the road once a probable obstacle or to discover all the achievable road branches which might available on the area of a road intersection. Fig4. Different stages of the overall road-tracking algorithm on an IRS image. (a) First road segment extracted by the EKF module. (b) Particles of the PF module. (c) Road branches extracted by the PF module. (d) Second road segment extracted by the EKF module. (e) Road branches extracted by the PF module. (f) Third road segment extracted by the EKF module. (g) Final result of the road extraction algorithm. (h) Road reference points extracted manually.
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 10 | Oct-2013, Available @ http://www.ijret.org 455 For further improvement, procedures were updated for providing the calculations by decoupling method from the recent status prediction of the filter. Eliminating the dependence of dimension data to the estimated state reduces the prospective for unsteadiness of the road-tracing algorithm and constructed a technique for dynamic cluster of the road information for keeping track when the road profile go through a number of variations cause due to changes in intensity and width of road. 2.3 Line Extraction The transformation of raster to vector of satellite image is a main task in the updating and extraction of linear items in cartographic process. Vectorization method is based on CDT for linear extraction. The pre-processing step is used by applying correlation method to provide edges that belongs to the linear structure in original input image. The result from CDT techniques is triangles that were grouped into the polygons to create vector image. The skeletonization of polygons gives extracted linear structure. This algorithm was an automatic approach and fast that provide satisfied results. Fig5. Original Image Fig6. Resultant Image In this approach, vectorization was used for line extraction only. It extract linear object from grayscale image by performing CDT and Skeletonization operations on the preprocessed image. 3. PROPOSED OBJECTIVE The overall objective of this work is to pass original color image to a vector representation that facilitates the extraction of road structure. • To develop an algorithm that provides automatic extraction of road from the color image. • To purpose an approach which Improve the visibility Factor in the resultant image thus make it easy to take a decision and provide better recognition of roads. • To purpose a method to extract the signs and other details on the road without merging the information with road structure. • To implement various vectorization techniques like triangulation, canny edge detection etc followed by the skeletonization to provide the better results and correct path of the roads. • To analyze the performance of proposed method, compare the result from proposed approach with the results of previous approach by using parameters as correctness, completeness and accuracy. 4. PROPOSED METHODOLOGY The overall objective of our proposed approach is to extract road from the color image. The various stages through which the image has to be processed depict in following figure. Fig7. General Approach
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 10 | Oct-2013, Available @ http://www.ijret.org 456 4.1 Preprocessing The pre-processing provides constraints guaranteed that the edges were belonging to linear structure in the input image. It is used to improve the quality of resultant image. An example of preprocessed image applying Correlation coefficient on the original image by extracting a reference image from the same represented in figures. Fig8. Original Image Fig9. Reference Image Fig10. Preprocessed Image 4.2 Vectorization The vectorization is the process to find out a contour position from the image every time, and then start tracing from this position to acquire complete contour of an area, to evaluate the type of area, and to segregate the tracing area from other while tracing; after completion of tracing a contour line, carry on to explore another position until all the elements of an image are searched; lastly, combine all of the areas’ contours collectively to get an entire image contour. Thus more processing is needed to gather edges that belong to the same object. Fig11. Delaunay triangulation The triangulation method is set of points on the plane represents separation of an area, enclosed with in convex hull. Triangles are combined by vertices, that given as an input. But if the triangles accomplish the condition of an empty circumcircle, then it represents a Delaunay triangulation (DT). Canny edges and the gradient information extracted as local features. The CDT technique triangulated vertices according to the following features: (1) the pre-defined edges are involved in the triangulation, and (2) it is nearby possible edge to Delaunay triangulation. 4.3 Skeletonization Skeletonization is a conversion of a component of digitized image into a subset of the original component. It is a large-scale space domain method for shape representation. There are two well-known paradigms for Skeletonization methods: The first is iterative thinning of the original image until no pixel can be removed without altering the topological and morphological properties of the shape. On the other hand, a skeleton is that of the edge lines created by centers of all the maximal disks incorporated in the original shape, associated to preserve connectivity.
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 10 | Oct-2013, Available @ http://www.ijret.org 457 Fig12. Skeletonization image It is the last step of our proposed approach, the result of this operation will be the resultant extracted road. CONCLUSIONS Existing techniques of road extractions are not effective in dealing with colored images. A mechanism is required for dealing with colored images because these images may contain some sensitive information that may loss while conversion to black/white image or grayscale. Most of the previous algorithms worked on grayscale images to extract road. There are various details on the road that merged with the road when it converts into grayscale. In this paper, we proposed an improved vectorization method to deal with the problem of loss of details of road during extraction from satellite images and also the visibility will be better if we use color image instead of grayscale image. To analyze the performance of proposed method, compare the result from proposed approach with the results of previous approach on the base of visibility performance, and efficiency by using following parameters: Completeness, Correctness and Accuracy. If the proposed method gives the large values of all the parameters as compared to existing techniques then the proposed method must be considered to be most effective. REFERENCES [1] B.Ramamurthy and K.R.Chandran (2011), “Content based Image retrieval for Medical Images using canny edge detection algorithm”, International Journal of Computer Applications, Volume 17– No.6. [2] Bahram Salehi, Student Member, IEEE, Yun Zhang, Member, IEEE, and Ming Zhong (2012), “Automatic Moving Vehicles Information Extraction From Single- Pass WorldView-2 Imagery”, IEEE journal of selected topics in applied earth observations and remote sensing, Vol. 5, No. 1. [3] Beril Sırmac¸ek and Cem U¨ nsalan (2010), “Road Network Extraction using Edge Detection and Spatial Voting”, 2010 International Conference on Pattern Recognition. [4] D. Caihong, D. Huaibao and L Hongxin (2011) “Vectorization of Lattice Diagram based on Straight Line and Circular Arc Fitting in Variable-Step” proceedings of 2011 IEEE, pp: 978-1-61284-459, June 2011. [5] Jens Leitloff, Stefan Hinz (2010) “Vehicle detection in very high resolution satellite images of city areas”, IEEE transactions on Geoscience and remote sensing, vol. 48, no. 10, October 2010. [6] M. Rajeswari1, K.S.Gurumurthy2, L. Pratap Reddy3, S.N. Omkar4, J. Senthilnath4 (2011), “Automatic Road Extraction based on Level Set,Normalized Cuts and Mean Shift Methods”, IJCSI International Journal of Computer Science Issues, Vol. 8, Issue 3, No. 2, May 2011 ISSN (Online): 1694-0814. [7] Mohamed Naouai and Melki Narjess (2010) “Line extraction algorithm based on image vectorization”, proceedings of the 2010 IEEE International Conference on Mechatronics and Automation August 4-7, 2010. [8] Onur Tuncer (2007), “Fully Automatic Road Network Extraction from Satellite Images”, Member, IEEE, 2007 IEEE. [9] Renaud Ruskont, Laurent Guigues, Sylvain Airault, Olivier Jamet (1996) “Vehicle Detection on Aerial Images: A Structural Approach”, 1996 IEEE, Proceedings of ICPR '96. [10] S. Das, T.T. Mirnalinee, and K.V.S. Das (2011) “Use of Salient features for the design of multistage framework to extract roads from high resolution multispectral satellite images”, IEEE transactions on Geoscience and Remote sensing, vol. 49, no. 10, October 2011. [11] Sahar Movaghati, Alireza Moghaddamjoo, Senior Member, IEEE, and Ahad Tavakoli (2010) “Road Extraction From Satellite Images Using Particle Filtering and Extended Kalman Filtering”, IEEE transactions on geoscience and remote sensing, Vol. 48, No. 7, July 2010. [12] Shanshan Xu, Jie Ying, Yanbin Song (2012), “Research on Road Detection Based on Blind Navigation Device”, IEEE. [13] T Rajani Mangala and S G Bhirud (2011), “A New Automatic Road Extraction Technique using Gradient Operation and Skeletal Ray Formation”, International Journal of Computer Applications (0975 – 8887) Volume 29– No.1, September 2011. [14] Wan Pengbo, Jia Haichun, and Peng Wenli(2009), “Bitmap Vectorization and Realization of Shoes Style”, ISBN 978-952-5726-02-2 (Print), Proceedings of the 2009 International Symposium on Information Processing (ISIP’09), August 21-23, 2009, pp. 418-421. [15] Wei Yao, Stefan Hinz and Uwe Stilla (2008), “Automatic Vehicle Extraction from Airborne LiDAR Data of Urban Areas using Morphological reconstruction”, IEEE.
  • 6. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 02 Issue: 10 | Oct-2013, Available @ http://www.ijret.org 458 BIOGRAPHIES: Nisha Sharma received her bachelor’s Degree in Computer Science & Engineering from PTU, Jalandhar, Punjab (India) in 2008, and pursuing master degree in CSE from Punjab Technical University Jalandhar, Punjab, India. Her research interest includes Digital Image processing especially in Road extraction from satellite images. Rajeev Bedi received his Bachelor’s Degree and Master Degree in Computer Science & Engineering from PTU, Jalandhar, Punjab (India) in 2000 and 2008, and pursuing PhD in Cloud Computing. Ajay Kumar Dogra received his Master’s in Software Systems.