SlideShare a Scribd company logo
1 of 3
Download to read offline
IJSRD - International Journal for Scientific Research & Development| Vol. 2, Issue 09, 2014 | ISSN (online): 2321-0613
All rights reserved by www.ijsrd.com 347
Design of Shadow Detection and Removal System
Bileesh P Babu1
Shobha G2
1,2
Department of Computer Science and Engineering
1,2
RVCE, Bangalore
Abstract— Detection and removal of shadow forms a major
usage in computer vision application. Presence of shadows
causes object distortion. Shadow removal increases the
quality of the video surveillance. Shadow detection and
removal is carried out in three stages. Foreground image is
detected in the first stage using frame differencing
technique. Shadow part is detected in the second stage using
the hue, saturation, and intensity of the moving object.
Shadow removal is done in the third stage by replacing the
shadow pixels with the background pixels. All the three
modules are collectively implemented in Visual C++.
Precision values in the range of 0.9923 to 0.9959 are
obtained for different input videos.
Key words: shadow forms, computer vision application,
video surveillance
I. INTRODUCTION
Computer vision system is the best way to monitor public
spaces. It aims to duplicate the effect of human vision by
electronically perceiving and understanding an image. Video
surveillance is an application of computer vision system that
can be used for scene interpretation, image segmentation,
object recognition and tracking. The classical problem in
computer vision and image processing is that of determining
whether or not the image data contains some specific object,
feature, or activity [1]. This task can normally be solved
robustly and without effort by a human, but is still not
satisfactorily solved in computer vision for the general case
of arbitrary objects in arbitrary situations. The presence of
shadows adversely affects the performance of these
computer vision systems as shadows are misclassified as
objects because shadows are typically different from
background [2].
Shadow is a region of relative darkness. Shadow
occurs when an object totally, or partially occludes direct
light from a light source [3]. Shadows can be classified as
self shadow and cast shadow. Self shadow occurs on the
object occluding the light. Cast shadow is the shadow
generated by one object on some other objects [4]. Cast
shadows can be further divided into umbra and penumbra
part. Umbra is the darkest part of shadow. Within umbra,
light source is completely blocked by the object casting the
shadow. Penumbra is the part of shadow where light source
is partially blocked. Penumbras occur when light source is
not a point source.
Cast shadows always move with their
corresponding objects such that background subtractions
cannot separate them accurately [5]. This might lead to
object merging, object shape distortion and object losses.
The presence of cast shadows in an image can modify the
perceived object shape. The existing methods for dealing
with this problem can at best solve it only for specific
objects, human faces, or vehicles and in specific situation,
typically described in terms of well-defined illumination,
background and pose of the object relative to the camera [6].
In order to provide a correct description of the objects,
shadows should be identified and removed [7]. Therefore,
detecting and eliminating shadow regions are highly
desirable and necessary. Shadows can be detected and
removed based on any of the features such as color,
intensity, texture or geometry. Methods based on a single
feature might lead to misclassification for moving cast
shadows [8].
II. PROPOSED METHOD
Detecting and tracking of moving objects is required for
many of the computer vision applications. Shadows must be
detected to avoid object distortion or object loss. The
overview of the proposed method is shown in fig 1.
Input Video
Preprocessing
Foreground Detection
Shadow Detection
Shadow Removal
Shadowless Video
Fig 1 : phases of shadow detection and removal system
A. PRE-PROCESSING
The pre-processing step for the detection and removal of self
and cast shadow on a moving object in a video sequence
consists of two steps. In the first step, given input video is
converted into sequence of image frames. In the second step,
image frames are converted into a colour invariant model
such as HSV. In HSV color model, color description is in
terms of hue, saturation and lightness which are often more
relevant.
B. FOREGROUND EXTRACTION
Prior to the shadow detection, foreground image must be
detected. Foreground object consists of the moving object
along with its shadow. In most of the video surveillance
applications, background scene remains constant. Hence the
Design of Shadow Detection and Removal System
(IJSRD/Vol. 2/Issue 09/2014/077)
All rights reserved by www.ijsrd.com 348
subject of interest comes in detecting the foreground scene.
Frame differencing, background subtraction, Guassian
method are the different techniques used for foreground
extraction. Once foreground is extracted, shadow region can
be detected and removed easily.
C. SHADOW DETECTION
For effective shadow detection, features in which shadows
differ from their moving objects must be extracted.
According to assumptions of shadows, several types of
features including intensity, color and texture are employed
adequately. Shadow region can be detected using any of
these features. Shadow region have lower intensity when
compared to non-shadow region. Shadows doesn’t change
the texture of the object on which it is falling. These all
features can be used for the detection of the shadow. Each
feature has its own advantages and disadvantages.
Sometimes a combination of two or more features is also
using to detect the shadow region. In the proposed system,
shadow detection is done using the features such as hue,
saturation, and intensity. The pseudo-code for the detection
of shadow region is as follows.
Step 1: start
Step 2: If all foreground images are processed, goto step 14.
Step 3: Read foreground image
Step 4: Extract Hue, Saturation, and Intensity of foreground
image
Step 5: Extract Hue, Saturation and Intensity of background
image.
Step 6: Hue = | Hue foreground – Hue background |
Step 7: Saturation = | Saturation foreground – Saturation background
|
Step 8: Intensity = Intensity foreground / Intensity background
Step 9: If Threshold1 > Intensity > Threshold 2, goto step 13
Step 10: If Saturation > Threshold 3 , goto step 13
Step 11: If Hue > Threshold 4, goto step 13
Step 12: Spoint(x, y) = 1. Goto step 2
Step 13: Spoint(x, y) = 0. Goto step 2.
D. SHADOW REMOVAL
Once shadow has been detected, next step is to remove it.
The normal way of removing shadow is by replacing the
shadow region pixels with the corresponding background
pixels. The psedocode for shadow removal is as follows.
Step 1: Start
Step 2: If all shadow regions are processed, then goto step 7.
Step 3: For every shadow region Spoint ( x, y ) = 0 , goto
Step 5
Step 4: Frame ( x ,y ) = Background ( x, y )
Step 5: Goto Step 2.
Step 6: Stop
III. EXPERIMENT DESIGN AND ANALYSIS
Evaluation metrics are the criteria under which different
algorithms are tested. The metrics are used to determine the
behavior of the algorithms and techniques. The different
metrics used in the evaluation of shadow detection and
removal system are True Positive (TP), True Negative (TN),
False Positive (FP), False Negative (FN), and precision. The
metrics values for three different kinds of input videos are
shown in Table I.
Video
s
True
Positiv
e
False
Positiv
e
True
Negativ
e
False
Negativ
e
Precisio
n
Video
1
1562 12 756 35 0.9924
Video
2
2329 18 808 29 0.9923
Video
3
3932 16 846 47 0.9959
TABLE 1 : METRIC VALUES FOR DIFFERENT
VIDEOS
Three different types of videos are used for the
analysis of the shadow detection and removal system. First
video is an outdoor real time video which is captured in a
static camera. The background is set as static. In this video,
only one moving ball with uniform color. The second video
is an indoor laboratory video. In this video, two moving
objects are there of different type in which only one is
moving in the frame at a time. In third video, multiple
moving objects are moving simultaneously in a laboratory.
Using ImageSeek tool, performance analysis of
shadow detection and removal is done. The video frames
from which shadow part removed manually are considered
as groundtruth frames. Frames in the output video are
compared with these groundtruth frames. ImageSeek tool
displays a percentage for each of the groundtruth frame.
This percentage is displayed in comparison with the
groundtruth frame. The accuracy of shadow detection and
removal for three different videos are tabulated in table II.
TABLE 2 : ACCURACY OF SHADOW DETECTION
AND REMOVAL SYSTEM
Videos Accuracy
Video 1 93.8975
Video 2 89.42
Video 3 91.84
IV. CONCLUSION
Detection and removal of shadows forms a major usage in
computer vision. It covers many areas such as video
surveillance to medical imaging. The proposed method
effectively detects and removes shadow from video
sequences. The shadow part of the foreground image is
detected using the features such as hue, saturation, and
intensity. Precision of the proposed system was calculated
using the evaluation metrics such as true positive, false
Design of Shadow Detection and Removal System
(IJSRD/Vol. 2/Issue 09/2014/077)
All rights reserved by www.ijsrd.com 349
positive, true negative, and false negative. Precision value
for video 1, video 2, video 3 are 0.9924, 0.9923, and 0.9959
respectively. Accuracy of the system is compared using
ImageSeek tool. Accuracy for video 1, video 2, and video 3
are 93.8975, 89.42, and 91.84 respectively.
REFERENCES
[1] Yuan Zhou, Jin Chen, Qinghua Guo, Ruyin Cao,
Xiaolin Zhu, “Restoration of information obscured
by mountainous shadows through landsat
TM/ETM+ images without the use of DEM data: A
new method”, Proc of IEEE transaction on
Geoscience and Remote Sensing, Vol 20, Sep
2014, pp 1132-1138.
[2] N Salamati, A Germain, S Susstrunk, “Removing
shadows from images using colour and near-
infrared”, Proc of IEEE transaction on Colour
Imaging, Vol 13, Aug 2014, pp 1478-1585.
[3] Thiago Statella, Erivaldo Antniom da Silva,
”Shadows and clouds detection in high resolution
images using mathematical morphology”, Proc of
IEEE transaction on Remote Sensing, Vol 17, Apr
2013, pp 216-225.
[4] A.Leone, C. Distante, “Shadow detection for
moving objects based on texture analysis”, Proc of
IEEE transaction on Pattern Recognition, Vol 40,
Nov 2013, pp 1222-1229.
[5] A Sanin, C Sanderson, B Lovell, “Improved
shadow removal for robust person tracking in
surveillance scenarios”, Proc of IEEE transaction
on Pattern Recognition, Vol 14 Oct 2010, pp.141-
144.
[6] Shoaib R, Dragon M, and Ostermann J, “Shadow
detection for moving humans using gradient-based
background subtraction”, Proc. of IEEE transaction
on Acoustics, Speech and Signal Processing, Vol
23, May 2009, pp 397-403.
[7] Corina, Peter Jozesef, Zoltan and Laszlo, “Shadow
detection and removal from a single image”, Proc
of IEEE transaction on Image processing , Vol 12,
Apr 2011, pp 1233-1239.
[8] K Emily Esther Rani and G. Jemilda, “Shadow
detection in single still images using TAM based
multi step algorithm”, Proc of IJCST on
multimedia, Vol 2, Dec 2011, pp 343-348.
[9] Liu, K. Huang, and T Tan, “Cast shadow removal
combining local and global features”, Proc. Of
IEEE transaction on Computer vision and pattern
recognition, Vol 10, June 2008, pp 1-8.
[10]Saritha Murali and V K Govindan, “Removal of
shadows from a single image”, Proc of ICCT on
Trends in Computer Science and Engineering, Vol
4, June 2012, pp 111-114.

More Related Content

What's hot

Object recognition
Object recognitionObject recognition
Object recognitionakkichester
 
Depth Estimation from Defocused Images: a Survey
Depth Estimation from Defocused Images: a SurveyDepth Estimation from Defocused Images: a Survey
Depth Estimation from Defocused Images: a SurveyIJAAS Team
 
Overview Of Video Object Tracking System
Overview Of Video Object Tracking SystemOverview Of Video Object Tracking System
Overview Of Video Object Tracking SystemEditor IJMTER
 
Copy of 3 d report
Copy of 3 d reportCopy of 3 d report
Copy of 3 d reportVirajjha
 
Detection and Tracking of Moving Object: A Survey
Detection and Tracking of Moving Object: A SurveyDetection and Tracking of Moving Object: A Survey
Detection and Tracking of Moving Object: A SurveyIJERA Editor
 
Image segmentation 2
Image segmentation 2 Image segmentation 2
Image segmentation 2 Rumah Belajar
 
Implementing Camshift on a Mobile Robot for Person Tracking and Pursuit_ICDM
Implementing Camshift on a Mobile Robot for Person Tracking and Pursuit_ICDMImplementing Camshift on a Mobile Robot for Person Tracking and Pursuit_ICDM
Implementing Camshift on a Mobile Robot for Person Tracking and Pursuit_ICDMSoma Boubou
 
HUMAN MOTION DETECTION AND TRACKING FOR VIDEO SURVEILLANCE
HUMAN MOTION  DETECTION AND TRACKING FOR VIDEO SURVEILLANCEHUMAN MOTION  DETECTION AND TRACKING FOR VIDEO SURVEILLANCE
HUMAN MOTION DETECTION AND TRACKING FOR VIDEO SURVEILLANCENEHA THADEUS
 
Object detection technique using bounding box algorithm for
Object detection technique using bounding box algorithm forObject detection technique using bounding box algorithm for
Object detection technique using bounding box algorithm forVESIT,Chembur,Mumbai
 
Performance of Various Order Statistics Filters in Impulse and Mixed Noise Re...
Performance of Various Order Statistics Filters in Impulse and Mixed Noise Re...Performance of Various Order Statistics Filters in Impulse and Mixed Noise Re...
Performance of Various Order Statistics Filters in Impulse and Mixed Noise Re...sipij
 
Introduction to Object recognition
Introduction to Object recognitionIntroduction to Object recognition
Introduction to Object recognitionAshiq Ullah
 
Non-Blind Deblurring Using Partial Differential Equation Method
Non-Blind Deblurring Using Partial Differential Equation MethodNon-Blind Deblurring Using Partial Differential Equation Method
Non-Blind Deblurring Using Partial Differential Equation MethodEditor IJCATR
 

What's hot (20)

Graphics
GraphicsGraphics
Graphics
 
Object recognition
Object recognitionObject recognition
Object recognition
 
Object tracking
Object trackingObject tracking
Object tracking
 
Depth Estimation from Defocused Images: a Survey
Depth Estimation from Defocused Images: a SurveyDepth Estimation from Defocused Images: a Survey
Depth Estimation from Defocused Images: a Survey
 
Overview Of Video Object Tracking System
Overview Of Video Object Tracking SystemOverview Of Video Object Tracking System
Overview Of Video Object Tracking System
 
Background subtraction
Background subtractionBackground subtraction
Background subtraction
 
Object Recognition
Object RecognitionObject Recognition
Object Recognition
 
PPT s02-machine vision-s2
PPT s02-machine vision-s2PPT s02-machine vision-s2
PPT s02-machine vision-s2
 
Fb3110231028
Fb3110231028Fb3110231028
Fb3110231028
 
Copy of 3 d report
Copy of 3 d reportCopy of 3 d report
Copy of 3 d report
 
F045073136
F045073136F045073136
F045073136
 
Detection and Tracking of Moving Object: A Survey
Detection and Tracking of Moving Object: A SurveyDetection and Tracking of Moving Object: A Survey
Detection and Tracking of Moving Object: A Survey
 
Image segmentation 2
Image segmentation 2 Image segmentation 2
Image segmentation 2
 
Implementing Camshift on a Mobile Robot for Person Tracking and Pursuit_ICDM
Implementing Camshift on a Mobile Robot for Person Tracking and Pursuit_ICDMImplementing Camshift on a Mobile Robot for Person Tracking and Pursuit_ICDM
Implementing Camshift on a Mobile Robot for Person Tracking and Pursuit_ICDM
 
HUMAN MOTION DETECTION AND TRACKING FOR VIDEO SURVEILLANCE
HUMAN MOTION  DETECTION AND TRACKING FOR VIDEO SURVEILLANCEHUMAN MOTION  DETECTION AND TRACKING FOR VIDEO SURVEILLANCE
HUMAN MOTION DETECTION AND TRACKING FOR VIDEO SURVEILLANCE
 
Object detection technique using bounding box algorithm for
Object detection technique using bounding box algorithm forObject detection technique using bounding box algorithm for
Object detection technique using bounding box algorithm for
 
Moving object detection
Moving object detectionMoving object detection
Moving object detection
 
Performance of Various Order Statistics Filters in Impulse and Mixed Noise Re...
Performance of Various Order Statistics Filters in Impulse and Mixed Noise Re...Performance of Various Order Statistics Filters in Impulse and Mixed Noise Re...
Performance of Various Order Statistics Filters in Impulse and Mixed Noise Re...
 
Introduction to Object recognition
Introduction to Object recognitionIntroduction to Object recognition
Introduction to Object recognition
 
Non-Blind Deblurring Using Partial Differential Equation Method
Non-Blind Deblurring Using Partial Differential Equation MethodNon-Blind Deblurring Using Partial Differential Equation Method
Non-Blind Deblurring Using Partial Differential Equation Method
 

Viewers also liked

Viewers also liked (9)

E commerce Presentation
E commerce PresentationE commerce Presentation
E commerce Presentation
 
Presentación1
Presentación1Presentación1
Presentación1
 
ACTL_Journal77_Online
ACTL_Journal77_OnlineACTL_Journal77_Online
ACTL_Journal77_Online
 
Siup pdf
Siup pdfSiup pdf
Siup pdf
 
50-Green-recycling
50-Green-recycling50-Green-recycling
50-Green-recycling
 
Ejer 3 a
Ejer 3 aEjer 3 a
Ejer 3 a
 
Bonus math project
Bonus math projectBonus math project
Bonus math project
 
κατανοώντας την ανωση 3
κατανοώντας την ανωση 3κατανοώντας την ανωση 3
κατανοώντας την ανωση 3
 
InStyle_ZIT.Zielinski
InStyle_ZIT.ZielinskiInStyle_ZIT.Zielinski
InStyle_ZIT.Zielinski
 

Similar to Design of Shadow Detection and Removal System

Analysis of Human Behavior Based On Centroid and Treading Track
Analysis of Human Behavior Based On Centroid and Treading  TrackAnalysis of Human Behavior Based On Centroid and Treading  Track
Analysis of Human Behavior Based On Centroid and Treading TrackIJMER
 
A Moving Target Detection Algorithm Based on Dynamic Background
A Moving Target Detection Algorithm Based on Dynamic BackgroundA Moving Target Detection Algorithm Based on Dynamic Background
A Moving Target Detection Algorithm Based on Dynamic BackgroundChittipolu Praveen
 
A Novel Approach for Tracking with Implicit Video Shot Detection
A Novel Approach for Tracking with Implicit Video Shot DetectionA Novel Approach for Tracking with Implicit Video Shot Detection
A Novel Approach for Tracking with Implicit Video Shot DetectionIOSR Journals
 
AN EMERGING TREND OF FEATURE EXTRACTION METHOD IN VIDEO PROCESSING
AN EMERGING TREND OF FEATURE EXTRACTION METHOD IN VIDEO PROCESSINGAN EMERGING TREND OF FEATURE EXTRACTION METHOD IN VIDEO PROCESSING
AN EMERGING TREND OF FEATURE EXTRACTION METHOD IN VIDEO PROCESSINGcscpconf
 
Image processing
Image processingImage processing
Image processingkamal330
 
IRJET- Face Spoof Detection using Machine Learning with Colour Features
IRJET-  	  Face Spoof Detection using Machine Learning with Colour FeaturesIRJET-  	  Face Spoof Detection using Machine Learning with Colour Features
IRJET- Face Spoof Detection using Machine Learning with Colour FeaturesIRJET Journal
 
motion and feature based person tracking in survillance videos
motion and feature based person tracking in survillance videosmotion and feature based person tracking in survillance videos
motion and feature based person tracking in survillance videosshiva kumar cheruku
 
Parameterized Image Filtering Using fuzzy Logic
Parameterized Image Filtering Using fuzzy LogicParameterized Image Filtering Using fuzzy Logic
Parameterized Image Filtering Using fuzzy LogicEditor IJCATR
 
Recognition and tracking moving objects using moving camera in complex scenes
Recognition and tracking moving objects using moving camera in complex scenesRecognition and tracking moving objects using moving camera in complex scenes
Recognition and tracking moving objects using moving camera in complex scenesIJCSEA Journal
 
Development of Human Tracking in Video Surveillance System for Activity Anal...
Development of Human Tracking in Video Surveillance System  for Activity Anal...Development of Human Tracking in Video Surveillance System  for Activity Anal...
Development of Human Tracking in Video Surveillance System for Activity Anal...IOSR Journals
 
26.motion and feature based person tracking
26.motion and feature based person tracking26.motion and feature based person tracking
26.motion and feature based person trackingsajit1975
 
SENSITIVITY OF A VIDEO SURVEILLANCE SYSTEM BASED ON MOTION DETECTION
SENSITIVITY OF A VIDEO SURVEILLANCE SYSTEM BASED ON MOTION DETECTIONSENSITIVITY OF A VIDEO SURVEILLANCE SYSTEM BASED ON MOTION DETECTION
SENSITIVITY OF A VIDEO SURVEILLANCE SYSTEM BASED ON MOTION DETECTIONsipij
 
A Decision tree and Conditional Median Filter Based Denoising for impulse noi...
A Decision tree and Conditional Median Filter Based Denoising for impulse noi...A Decision tree and Conditional Median Filter Based Denoising for impulse noi...
A Decision tree and Conditional Median Filter Based Denoising for impulse noi...IJERA Editor
 
Detection of a user-defined object in an image using feature extraction- Trai...
Detection of a user-defined object in an image using feature extraction- Trai...Detection of a user-defined object in an image using feature extraction- Trai...
Detection of a user-defined object in an image using feature extraction- Trai...IRJET Journal
 
Authentication Using Hand Vein Pattern
Authentication Using Hand Vein PatternAuthentication Using Hand Vein Pattern
Authentication Using Hand Vein PatternIJTET Journal
 

Similar to Design of Shadow Detection and Removal System (20)

F04613040
F04613040F04613040
F04613040
 
Analysis of Human Behavior Based On Centroid and Treading Track
Analysis of Human Behavior Based On Centroid and Treading  TrackAnalysis of Human Behavior Based On Centroid and Treading  Track
Analysis of Human Behavior Based On Centroid and Treading Track
 
final_project
final_projectfinal_project
final_project
 
[IJET-V1I3P20] Authors:Prof. D.S.Patil, Miss. R.B.Khanderay, Prof.Teena Padvi.
[IJET-V1I3P20] Authors:Prof. D.S.Patil, Miss. R.B.Khanderay, Prof.Teena Padvi.[IJET-V1I3P20] Authors:Prof. D.S.Patil, Miss. R.B.Khanderay, Prof.Teena Padvi.
[IJET-V1I3P20] Authors:Prof. D.S.Patil, Miss. R.B.Khanderay, Prof.Teena Padvi.
 
A Moving Target Detection Algorithm Based on Dynamic Background
A Moving Target Detection Algorithm Based on Dynamic BackgroundA Moving Target Detection Algorithm Based on Dynamic Background
A Moving Target Detection Algorithm Based on Dynamic Background
 
A Novel Approach for Tracking with Implicit Video Shot Detection
A Novel Approach for Tracking with Implicit Video Shot DetectionA Novel Approach for Tracking with Implicit Video Shot Detection
A Novel Approach for Tracking with Implicit Video Shot Detection
 
L010427275
L010427275L010427275
L010427275
 
AN EMERGING TREND OF FEATURE EXTRACTION METHOD IN VIDEO PROCESSING
AN EMERGING TREND OF FEATURE EXTRACTION METHOD IN VIDEO PROCESSINGAN EMERGING TREND OF FEATURE EXTRACTION METHOD IN VIDEO PROCESSING
AN EMERGING TREND OF FEATURE EXTRACTION METHOD IN VIDEO PROCESSING
 
H028038042
H028038042H028038042
H028038042
 
Image processing
Image processingImage processing
Image processing
 
IRJET- Face Spoof Detection using Machine Learning with Colour Features
IRJET-  	  Face Spoof Detection using Machine Learning with Colour FeaturesIRJET-  	  Face Spoof Detection using Machine Learning with Colour Features
IRJET- Face Spoof Detection using Machine Learning with Colour Features
 
motion and feature based person tracking in survillance videos
motion and feature based person tracking in survillance videosmotion and feature based person tracking in survillance videos
motion and feature based person tracking in survillance videos
 
Parameterized Image Filtering Using fuzzy Logic
Parameterized Image Filtering Using fuzzy LogicParameterized Image Filtering Using fuzzy Logic
Parameterized Image Filtering Using fuzzy Logic
 
Recognition and tracking moving objects using moving camera in complex scenes
Recognition and tracking moving objects using moving camera in complex scenesRecognition and tracking moving objects using moving camera in complex scenes
Recognition and tracking moving objects using moving camera in complex scenes
 
Development of Human Tracking in Video Surveillance System for Activity Anal...
Development of Human Tracking in Video Surveillance System  for Activity Anal...Development of Human Tracking in Video Surveillance System  for Activity Anal...
Development of Human Tracking in Video Surveillance System for Activity Anal...
 
26.motion and feature based person tracking
26.motion and feature based person tracking26.motion and feature based person tracking
26.motion and feature based person tracking
 
SENSITIVITY OF A VIDEO SURVEILLANCE SYSTEM BASED ON MOTION DETECTION
SENSITIVITY OF A VIDEO SURVEILLANCE SYSTEM BASED ON MOTION DETECTIONSENSITIVITY OF A VIDEO SURVEILLANCE SYSTEM BASED ON MOTION DETECTION
SENSITIVITY OF A VIDEO SURVEILLANCE SYSTEM BASED ON MOTION DETECTION
 
A Decision tree and Conditional Median Filter Based Denoising for impulse noi...
A Decision tree and Conditional Median Filter Based Denoising for impulse noi...A Decision tree and Conditional Median Filter Based Denoising for impulse noi...
A Decision tree and Conditional Median Filter Based Denoising for impulse noi...
 
Detection of a user-defined object in an image using feature extraction- Trai...
Detection of a user-defined object in an image using feature extraction- Trai...Detection of a user-defined object in an image using feature extraction- Trai...
Detection of a user-defined object in an image using feature extraction- Trai...
 
Authentication Using Hand Vein Pattern
Authentication Using Hand Vein PatternAuthentication Using Hand Vein Pattern
Authentication Using Hand Vein Pattern
 

More from ijsrd.com

IoT Enabled Smart Grid
IoT Enabled Smart GridIoT Enabled Smart Grid
IoT Enabled Smart Gridijsrd.com
 
A Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of ThingsA Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of Thingsijsrd.com
 
IoT for Everyday Life
IoT for Everyday LifeIoT for Everyday Life
IoT for Everyday Lifeijsrd.com
 
Study on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOTStudy on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOTijsrd.com
 
Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...ijsrd.com
 
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...ijsrd.com
 
A Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's LifeA Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's Lifeijsrd.com
 
Pedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language LearningPedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language Learningijsrd.com
 
Virtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation SystemVirtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation Systemijsrd.com
 
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...ijsrd.com
 
Understanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart RefrigeratorUnderstanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart Refrigeratorijsrd.com
 
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...ijsrd.com
 
A Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processingA Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processingijsrd.com
 
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web LogsWeb Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logsijsrd.com
 
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEMAPPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEMijsrd.com
 
Making model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point TrackingMaking model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point Trackingijsrd.com
 
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...ijsrd.com
 
Study and Review on Various Current Comparators
Study and Review on Various Current ComparatorsStudy and Review on Various Current Comparators
Study and Review on Various Current Comparatorsijsrd.com
 
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...ijsrd.com
 
Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.ijsrd.com
 

More from ijsrd.com (20)

IoT Enabled Smart Grid
IoT Enabled Smart GridIoT Enabled Smart Grid
IoT Enabled Smart Grid
 
A Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of ThingsA Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of Things
 
IoT for Everyday Life
IoT for Everyday LifeIoT for Everyday Life
IoT for Everyday Life
 
Study on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOTStudy on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOT
 
Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...
 
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
 
A Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's LifeA Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's Life
 
Pedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language LearningPedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language Learning
 
Virtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation SystemVirtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation System
 
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
 
Understanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart RefrigeratorUnderstanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart Refrigerator
 
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
 
A Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processingA Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processing
 
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web LogsWeb Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
 
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEMAPPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
 
Making model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point TrackingMaking model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point Tracking
 
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
 
Study and Review on Various Current Comparators
Study and Review on Various Current ComparatorsStudy and Review on Various Current Comparators
Study and Review on Various Current Comparators
 
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
 
Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.
 

Recently uploaded

Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...jaredbarbolino94
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 

Recently uploaded (20)

Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 

Design of Shadow Detection and Removal System

  • 1. IJSRD - International Journal for Scientific Research & Development| Vol. 2, Issue 09, 2014 | ISSN (online): 2321-0613 All rights reserved by www.ijsrd.com 347 Design of Shadow Detection and Removal System Bileesh P Babu1 Shobha G2 1,2 Department of Computer Science and Engineering 1,2 RVCE, Bangalore Abstract— Detection and removal of shadow forms a major usage in computer vision application. Presence of shadows causes object distortion. Shadow removal increases the quality of the video surveillance. Shadow detection and removal is carried out in three stages. Foreground image is detected in the first stage using frame differencing technique. Shadow part is detected in the second stage using the hue, saturation, and intensity of the moving object. Shadow removal is done in the third stage by replacing the shadow pixels with the background pixels. All the three modules are collectively implemented in Visual C++. Precision values in the range of 0.9923 to 0.9959 are obtained for different input videos. Key words: shadow forms, computer vision application, video surveillance I. INTRODUCTION Computer vision system is the best way to monitor public spaces. It aims to duplicate the effect of human vision by electronically perceiving and understanding an image. Video surveillance is an application of computer vision system that can be used for scene interpretation, image segmentation, object recognition and tracking. The classical problem in computer vision and image processing is that of determining whether or not the image data contains some specific object, feature, or activity [1]. This task can normally be solved robustly and without effort by a human, but is still not satisfactorily solved in computer vision for the general case of arbitrary objects in arbitrary situations. The presence of shadows adversely affects the performance of these computer vision systems as shadows are misclassified as objects because shadows are typically different from background [2]. Shadow is a region of relative darkness. Shadow occurs when an object totally, or partially occludes direct light from a light source [3]. Shadows can be classified as self shadow and cast shadow. Self shadow occurs on the object occluding the light. Cast shadow is the shadow generated by one object on some other objects [4]. Cast shadows can be further divided into umbra and penumbra part. Umbra is the darkest part of shadow. Within umbra, light source is completely blocked by the object casting the shadow. Penumbra is the part of shadow where light source is partially blocked. Penumbras occur when light source is not a point source. Cast shadows always move with their corresponding objects such that background subtractions cannot separate them accurately [5]. This might lead to object merging, object shape distortion and object losses. The presence of cast shadows in an image can modify the perceived object shape. The existing methods for dealing with this problem can at best solve it only for specific objects, human faces, or vehicles and in specific situation, typically described in terms of well-defined illumination, background and pose of the object relative to the camera [6]. In order to provide a correct description of the objects, shadows should be identified and removed [7]. Therefore, detecting and eliminating shadow regions are highly desirable and necessary. Shadows can be detected and removed based on any of the features such as color, intensity, texture or geometry. Methods based on a single feature might lead to misclassification for moving cast shadows [8]. II. PROPOSED METHOD Detecting and tracking of moving objects is required for many of the computer vision applications. Shadows must be detected to avoid object distortion or object loss. The overview of the proposed method is shown in fig 1. Input Video Preprocessing Foreground Detection Shadow Detection Shadow Removal Shadowless Video Fig 1 : phases of shadow detection and removal system A. PRE-PROCESSING The pre-processing step for the detection and removal of self and cast shadow on a moving object in a video sequence consists of two steps. In the first step, given input video is converted into sequence of image frames. In the second step, image frames are converted into a colour invariant model such as HSV. In HSV color model, color description is in terms of hue, saturation and lightness which are often more relevant. B. FOREGROUND EXTRACTION Prior to the shadow detection, foreground image must be detected. Foreground object consists of the moving object along with its shadow. In most of the video surveillance applications, background scene remains constant. Hence the
  • 2. Design of Shadow Detection and Removal System (IJSRD/Vol. 2/Issue 09/2014/077) All rights reserved by www.ijsrd.com 348 subject of interest comes in detecting the foreground scene. Frame differencing, background subtraction, Guassian method are the different techniques used for foreground extraction. Once foreground is extracted, shadow region can be detected and removed easily. C. SHADOW DETECTION For effective shadow detection, features in which shadows differ from their moving objects must be extracted. According to assumptions of shadows, several types of features including intensity, color and texture are employed adequately. Shadow region can be detected using any of these features. Shadow region have lower intensity when compared to non-shadow region. Shadows doesn’t change the texture of the object on which it is falling. These all features can be used for the detection of the shadow. Each feature has its own advantages and disadvantages. Sometimes a combination of two or more features is also using to detect the shadow region. In the proposed system, shadow detection is done using the features such as hue, saturation, and intensity. The pseudo-code for the detection of shadow region is as follows. Step 1: start Step 2: If all foreground images are processed, goto step 14. Step 3: Read foreground image Step 4: Extract Hue, Saturation, and Intensity of foreground image Step 5: Extract Hue, Saturation and Intensity of background image. Step 6: Hue = | Hue foreground – Hue background | Step 7: Saturation = | Saturation foreground – Saturation background | Step 8: Intensity = Intensity foreground / Intensity background Step 9: If Threshold1 > Intensity > Threshold 2, goto step 13 Step 10: If Saturation > Threshold 3 , goto step 13 Step 11: If Hue > Threshold 4, goto step 13 Step 12: Spoint(x, y) = 1. Goto step 2 Step 13: Spoint(x, y) = 0. Goto step 2. D. SHADOW REMOVAL Once shadow has been detected, next step is to remove it. The normal way of removing shadow is by replacing the shadow region pixels with the corresponding background pixels. The psedocode for shadow removal is as follows. Step 1: Start Step 2: If all shadow regions are processed, then goto step 7. Step 3: For every shadow region Spoint ( x, y ) = 0 , goto Step 5 Step 4: Frame ( x ,y ) = Background ( x, y ) Step 5: Goto Step 2. Step 6: Stop III. EXPERIMENT DESIGN AND ANALYSIS Evaluation metrics are the criteria under which different algorithms are tested. The metrics are used to determine the behavior of the algorithms and techniques. The different metrics used in the evaluation of shadow detection and removal system are True Positive (TP), True Negative (TN), False Positive (FP), False Negative (FN), and precision. The metrics values for three different kinds of input videos are shown in Table I. Video s True Positiv e False Positiv e True Negativ e False Negativ e Precisio n Video 1 1562 12 756 35 0.9924 Video 2 2329 18 808 29 0.9923 Video 3 3932 16 846 47 0.9959 TABLE 1 : METRIC VALUES FOR DIFFERENT VIDEOS Three different types of videos are used for the analysis of the shadow detection and removal system. First video is an outdoor real time video which is captured in a static camera. The background is set as static. In this video, only one moving ball with uniform color. The second video is an indoor laboratory video. In this video, two moving objects are there of different type in which only one is moving in the frame at a time. In third video, multiple moving objects are moving simultaneously in a laboratory. Using ImageSeek tool, performance analysis of shadow detection and removal is done. The video frames from which shadow part removed manually are considered as groundtruth frames. Frames in the output video are compared with these groundtruth frames. ImageSeek tool displays a percentage for each of the groundtruth frame. This percentage is displayed in comparison with the groundtruth frame. The accuracy of shadow detection and removal for three different videos are tabulated in table II. TABLE 2 : ACCURACY OF SHADOW DETECTION AND REMOVAL SYSTEM Videos Accuracy Video 1 93.8975 Video 2 89.42 Video 3 91.84 IV. CONCLUSION Detection and removal of shadows forms a major usage in computer vision. It covers many areas such as video surveillance to medical imaging. The proposed method effectively detects and removes shadow from video sequences. The shadow part of the foreground image is detected using the features such as hue, saturation, and intensity. Precision of the proposed system was calculated using the evaluation metrics such as true positive, false
  • 3. Design of Shadow Detection and Removal System (IJSRD/Vol. 2/Issue 09/2014/077) All rights reserved by www.ijsrd.com 349 positive, true negative, and false negative. Precision value for video 1, video 2, video 3 are 0.9924, 0.9923, and 0.9959 respectively. Accuracy of the system is compared using ImageSeek tool. Accuracy for video 1, video 2, and video 3 are 93.8975, 89.42, and 91.84 respectively. REFERENCES [1] Yuan Zhou, Jin Chen, Qinghua Guo, Ruyin Cao, Xiaolin Zhu, “Restoration of information obscured by mountainous shadows through landsat TM/ETM+ images without the use of DEM data: A new method”, Proc of IEEE transaction on Geoscience and Remote Sensing, Vol 20, Sep 2014, pp 1132-1138. [2] N Salamati, A Germain, S Susstrunk, “Removing shadows from images using colour and near- infrared”, Proc of IEEE transaction on Colour Imaging, Vol 13, Aug 2014, pp 1478-1585. [3] Thiago Statella, Erivaldo Antniom da Silva, ”Shadows and clouds detection in high resolution images using mathematical morphology”, Proc of IEEE transaction on Remote Sensing, Vol 17, Apr 2013, pp 216-225. [4] A.Leone, C. Distante, “Shadow detection for moving objects based on texture analysis”, Proc of IEEE transaction on Pattern Recognition, Vol 40, Nov 2013, pp 1222-1229. [5] A Sanin, C Sanderson, B Lovell, “Improved shadow removal for robust person tracking in surveillance scenarios”, Proc of IEEE transaction on Pattern Recognition, Vol 14 Oct 2010, pp.141- 144. [6] Shoaib R, Dragon M, and Ostermann J, “Shadow detection for moving humans using gradient-based background subtraction”, Proc. of IEEE transaction on Acoustics, Speech and Signal Processing, Vol 23, May 2009, pp 397-403. [7] Corina, Peter Jozesef, Zoltan and Laszlo, “Shadow detection and removal from a single image”, Proc of IEEE transaction on Image processing , Vol 12, Apr 2011, pp 1233-1239. [8] K Emily Esther Rani and G. Jemilda, “Shadow detection in single still images using TAM based multi step algorithm”, Proc of IJCST on multimedia, Vol 2, Dec 2011, pp 343-348. [9] Liu, K. Huang, and T Tan, “Cast shadow removal combining local and global features”, Proc. Of IEEE transaction on Computer vision and pattern recognition, Vol 10, June 2008, pp 1-8. [10]Saritha Murali and V K Govindan, “Removal of shadows from a single image”, Proc of ICCT on Trends in Computer Science and Engineering, Vol 4, June 2012, pp 111-114.