SlideShare a Scribd company logo
Proc. of Int. Conf. on Information Technology in Signal and Image Processing

Automatic Real Time Auditorium Power Supply
Control using Image Processing
Venkatesh K1and Sarath Kumar P2
1 Department of Electronics and Communication Engineering, Kamaraj College of Engineering and Technology,
Virudhunagar, India
Email: vivekkvenkat@gmail.com
2 Department of Electronics and Communication Engineering, Kamaraj College of Engineering and Technology,
Virudhunagar, India
Email: smaartsarath@gmail.com

Abstract —One of the major problems in the most populated and developing countries like
India, is Energy or Power crisis. Hence, there is a pressing need to conserve power. There
are many simple ways to save electricity, like using the electric and electronic gadgets
whenever and wherever needed and switching them off, while not in use. But in places such
as large auditoriums and meeting halls, there will be a fan or an Air-conditioner keeps
running in unmanned area too, even before the people arrive. This contributes to a
considerable amount of electricity wastage. There are many ways to prevent this wastage,
like, installing IR sensors to detect people etc. These methods are quite costlier and complex
for larger areas. Hence, here we propose a new method of controlling the power supply of
auditoriums using, Image Processing. Here first we take a reference image of an empty
auditorium and any change in that reference image is detected and then according to that
change respective equipments alone are turned on. Thus power wastage is controlled. This is
dual usage system in which a camera is used for detecting people as well as surveillance
purposes. This is very simple, efficient and cheaper technique to save energy. Another big
advantage is, we can extend this up to applications like home automation etc.
Keywords — Image Partitioning, Edge Detection, Image Subtraction, Threshold
Determination

I.INTRODUCTION
Often, we may have came across a scenario that in places such as large auditoriums or halls, electric
equipments like, fans, lights or air conditioners are running, even if there is no people. They are operated
manually. Moreover, in some cases, some areas may be unfilled. But even in those areas those electric
equipments are running meaninglessly. This is because, every time manually turning on and off a fan in
accordance with the arrival of people, is an uncomfortable task. To avoid this, they are turned on prior to the
arrival of people, as a precaution. This causes considerable wastage of power. Hence an efficient system that
automatically controls the power supply of this kind of places is in a demand. Current automatic controlling
techniques use Infrared sensors to detect people. For simple setup, the operation depends on the count [1].
But we cannot find the places which are unoccupied. Large array of IR sensors are needed to be installed in
places with larger area. Hence installation cost as well as the circuit complexity increases. As
everyoneknows, IR is harmful for human beings. Hence, here we propose a new method to meet this demand,
DOI:03.LSCS.2013.6.524
© Association of Computer Electronics and Electrical Engineers, 2013
using a famous technique called, Image Processing.
Using this technique we monitor the changes in the auditorium through sequence of images and according to
that the power supply is controlled. Image processing is a form of signal processing for which the input is an
image, and the output may be either an image or, a set of characteristics or parameters related to the image
[2]. Most image-processing techniques involve treating the image as a two-dimensional signal and applying
standard signal-processing techniques to it. The implementation of power supply control using image
processing is relatively very simple. The empty image of the auditorium is taken as a reference image, using
a digital camera in an elevated view. The image is converted to gray and enhanced using image enhancement
techniques. Now edge detection is done. Similarly the captured real time image is enhanced and edge
detected. These two images are compared and using the comparison results, respective control signals are
generated using a hardware prototype. The reference and real time images undergo the following processes
starting from their acquisition, Gray conversion, Partitioning, Edge detection, Comparison and finally
generating the control signals.
II. METHODOLOGY
The General framework is given as a block diagram in Fig. 1.

Figure 1. General Framework

For convenience, in this entire paper, we consider a class room instead of an auditorium for an example.
A. Image Acquisition
The first stage is the image acquisition. After that any processing techniques can be applied to it. Image
acquisition means creating digital images from a physical scene. It includes processing, compressing, storing,
printing and displaying the images [2]. The most usual method is by digital photography with a digital
camera but other methods like using image sensors can also be employed. Here we go with the digital
camera. The camera should be installed in a perfect place so that it covers the entire auditorium or Hall. The
camera is interfaced with a computer or a micro-controller. First image of the auditorium is captured, when
there are no people. This empty auditorium’s image is saved as reference image at a particular location
specified in the program (Fig. 2a). The images resolution may vary from camera to camera. But a fixed
resolution must be maintained for an application. In this illustration, the image resolution is of width 2592
pixels and height 1944 pixels. Note that, reference image is taken only once, whereas the real time images are
captured in certain intervals of time. Here we take the real time images in the interval of 10 seconds (Fig. 2b).
In this example case a person occupies a seat in the last row. Here the camera angle is a very important
parameter. Aerial view is the most recommended one. And camera should be fixed and stationary one,
throughout the process. The captured images are fed as inputs to the main program through certain
algorithms.
66
Figure 2a.Reference Image

Figure 2b. Real Time Image

The real time image captured is a color image (RGB image). But grayscale images are comfortable for
processing. A Grayscale image contains each pixel as a single sample. In other words it carries only intensity
information. These images are also known as black-and-white images, and that are composed exclusively of
shades of gray, varying from black at the weakest intensity to white at the strongest. The gray scale image
contains image components with 256 intensity levels ranging from 0 to 255. RGB to Gray conversion is
done for both the reference and captured images (Fig. 3a and Fig. 3b). The purpose of this image intensity
conversion is the analysis of the image which is easy for processing in gray scale mode than in the RGB
mode.

Figure 3a.Grayscale Reference Image

Figure 3b.Grayscale Real Time Image

B. Image Partitioning
An image is understood as a collection of regions that totally covers it (a partition). Regions are
homogeneous in the selected feature space and connected in the image space. Such an image representation
enables region-baseduser interaction. In it, the user can interact with the underlying partition(s) that represent
the image [3]. After partitioning the features are the regions can be parallel processed. Now in our case,
auditorium is installed with many fans and lights. Each fan or a light has its own coverage area. According to
the coverage area we split the image into many cells, with each cell is simply the area covered by a fan. This
is because; during the image comparison we have to know the place where the humans exist. So initially the
cells are split and given a unique name or label. In this example if a hall has 4 fans, we will divide the image
into four regions (Fig. 4). Each region is the coverage area of each fan. Using these regions further
processing is carried out. Totally there are twelve regions. But out of them only four regions are going to be
occupied by humans. Hence those four regions are alone considered. They are indicated by numbers in the
Fig.4. The resolutions for these cells are given in the TABLE 1. These are the cells that are going to be
processed. Note that both the reference and real time images are partitioned in a same manner. Field study is
required to know the exact coverage areas. These areas are carefully specified in the main program.
TABLE I. RESOLUTION FOR VARIOUS CELLS
Cell Name
Cell 1
Cell 2
Cell 3
Cell 4

Width (Pixels)
370
370
880
880

Height (Pixels)
1140
1022
1140
1022

67

Corresponding Equipment
Fan 1
Fan 2
Fan 3
Fan 4
Figure 4. Image Partitioning Illustration

C. Edge Detection
Edge detection is a basic tool in image processing used for feature detection and attributes extraction. The
edge is detected by any abrupt change in intensity levels of an image. Using this technique the amount of data
to be analyzed is reduced and hence the response time will be reduced. The main objective of edge detection
is to find out the variations in the real time captured image from the reference image. There are many
detectors for edge detection like sobel, prewitt, canny etc. Here we go with the canny edge detector. It is one
of the most widely used algorithms. First, it smoothens the image and detects the image gradient to highlight
regions with high spatial derivatives. It then tracks along these regions to suppress any pixel that is not at the
maximum. Finally, through hysteresis, it uses two thresholds and if the magnitude is below the first
threshold, it is set to zero. If the magnitude is above the high threshold, it is made an edge and if the
magnitude is between the two thresholds, it is set to zero unless there is a path from this pixel to a pixel with
a gradient above the second threshold. That is to say that the two thresholds are used to detect strong and
weak edges, and include the weak edges in the output only if they are connected to strong edges [4]. Here, we
find edge detected images for each and every cell. A typical edge detected cell in both reference image and
real time image is shown in the Fig. 5a and
Fig. 5b respectively. When the images are directly taken for
any processing, the analysis time and the process data will be very high. But, here after the edge detection,
only the edges appear in the images. So the calculation time will be reduced.

Figure 5a. Edge Detected Reference Image of Cell 1

Figure 5b. Edge Detected Real Time Image of Cell 1

D. Image Comparison
In this step, the two edge detected images are compared by merely subtracting and the intensity values for the
entire new image is calculated. Image subtraction is a type of Image segmentation. We need to extract the
human shape from the background. Hence, the real time images are subtracted from the reference image.
This subtraction results in indication of the places which are modified. In other words we can say that, the
regions which are occupied by humans are obviously indicated (Fig. 6). The summation of all values in the
resultant matrix is then obtained.
E. Generating Control Signals
Now all the changes are identified. The cells which are occupied by humans will be detected in the above
step. The modified values are summed for each cell separately. If this sum of a particular cell exceeds the
68
threshold value then the fan or light corresponding to that cell is turned ON. The threshold value
determination is the important process here. Various test cases are considered and the threshold value must

Figure 6. Subtracted Image

be carefully determined. Generally it is should be the minimum change that can be detected when a human
being enters the cell. The threshold values vary from cell to cell. The cells that are closer to the camera will
have larger threshold values than that of the cells that are farther. Here for the four cells the threshold values
vary from 1500 to 2500. This controlling can be done using separate microcontroller circuitry interfaced with
the programming system.
III. RESULTS AND DISCUSSIONS
The various results are compared with some test cases (Figures 7a, 7b, 7c and 7d). Figures 8a, 8b, 8c and 8d
are the respective edge detected subtracted images. The probability of seating arrangement people is very
vast in numbers. They can either occupy the areas which are closer the camera or the areas that are farther
from the camera. When people occupy the cells at the bottom of image matrix (cells 3 and 4) the threshold
value will be more. One the other hand if people occupy the cells in the top of image matrix (cells 1 and 2)
then the threshold level will be lesser. This is because; when a person occupies a seat that is farther to the
camera, his size will be smaller in the captured image. Similarly, if he occupies a seat that is nearer to the
camera, his size will be larger in the image. The minimum change when a human being enters the cell can be
detected and the minimum threshold level must be found out. Refer TABLE 2 for the threshold values of
these cells. In Fig. 7a a man occupies the cell 1. His presence will exceed the threshold value in image
subtraction and hence the fan 1 will be turned ON (TABLE 2 and TABLE 3). Similarly in Fig. 7b all the cells
are occupied resulting in switching all the four fans ON. If a person occupies a place near the frontiers of two
cells, so that his presence is detected in two cells, then both the fans corresponding to those cells are turned
on, with the summation exceeding the threshold value. Figures 7c and 7d are examples for this case. Fan 1
and fan 3 will be turned ON for these cases.

Figure 7a. Cell 1 is occupied

Figure 8a.Subtracted Image
for Fig. 7a

Figure 7b. All the cells are occupied

Figure 7c. Cell 3 is occupied

Figure 7d. Group of people
occupying cell 3

Figure 8b.Subtracted Image Figure 8c.Subtracted Image Figure 8d. Subtracted Image
for Fig. 7b
for Fig. 7c
for Fig. 7d

Here various test images are given as inputs as real time images and the minimum threshold for each cells
have be tabulated as follows:

69
TABLE II. T HRESHOLD VALUES FOR VARIOUS CELLS
Cell Number
Cell 1
Cell 2
Cell 3
Cell 4

Minimum Estimated Threshold Value
1500
1500
2500
2500

TABLE. III. OBTAINED SUMMATION VALUES FOR VARIOUS CELLS
Test Figures Name
Fig. 7a
Fig. 7b
Fig. 7c
Fig. 7d

Cell 1
2557
29248
8060
47703

Summation Values for
Cell 2
Cell 3
0
0
9050
13413
0
5478
0
34987

Fans Turned ON
Cell 4
0
10686
0
0

Fan 1
Fan 1, Fan 2, Fan 3 and Fan 4
Fan 1 and Fan 3
Fan 1 and Fan 3

IV. CONCLUSION
The study showed that image processing is a better technique to control the power supply in the auditoriums. It
shows that it can reduce the wastage of electricity and avoids the free running of those electrical equipments. It
is also more consistent in detecting presence of people because it uses real time images. Overall, the system is
good but it still needs improvement to achieve a hundred percent accuracy. If achieved, then we can extend this
application to many places like theaters and even for home automation.
V. FUTURE WORK
The main drawback with this system is that, it can be used only for the places whose orientation or
arrangement of seats never changes. But we can overcome this by resetting the reference images whenever
the arrangement is altered. The main program needs not to be altered. Another way of overcoming this
limitation is using the face detection techniques. It is expected to give much flexibility and simplicity to the
overall system.
VI. ACKNOWLEDGEMENT
Our deepest thanks to our professors J.Augustin Jacob and J.Prabin Jose for guiding us to bring up this idea.
Also we thank our project mates S.Mohan and S.ThalavaiShanmugaBalaji.
REFERNCES
[1]

Sunil Kumar.Matangiand, Sateesh.Prathapani, “Design of Smart Power Controlling and Saving System in
Auditorium by using MCS 51 Microcontrollers ” , Advanced Engineering and Applied Sciences: An International
Journal 2013; 3(1): 5-9
[2] G. Lloyd Singh, M. MelbernParthido , R. Sudha, “Embedded based Implementation: Controlling of Real Time
Traffic Light using Image Processing”,National Conference on Advances in Computer Science and Applications
with International Journal of Computer Applications (NCACSA 2012) Proceedings published in International
Journal of Computer Applications® (IJCA)
[3] F. MarquCs B. Marcotenui, F. Zanoguera P. Correia R. Mech, M. Wollborn, “PARTITION-BASED IMAGE
REPRESENTATION AS BASIS FOR USER-ASSISTED SEGMENTATION” 0-7803-6297-7/00/$10.00 0 2000
IEEE
[4] VikramadityaDangi, AmolParab, KshitijPawar& S.S Rathod,“ Image Processing Based Intelligent Traffic
Controller”, Undergraduate Academic Research Journal (UARJ), ISSN : 2278 – 1129, Volume-1, Issue-1, 2012

70

More Related Content

What's hot

Multiresolution SVD based Image Fusion
Multiresolution SVD based Image FusionMultiresolution SVD based Image Fusion
Multiresolution SVD based Image Fusion
IOSRJVSP
 
Design and Analysis CMOS Image Sensor
Design and Analysis CMOS Image SensorDesign and Analysis CMOS Image Sensor
Design and Analysis CMOS Image Sensor
inventionjournals
 
Adaptive denoising technique for colour images
Adaptive denoising technique for colour imagesAdaptive denoising technique for colour images
Adaptive denoising technique for colour images
eSAT Journals
 
Image proccessing and its application
Image proccessing and its applicationImage proccessing and its application
Image proccessing and its application
Ashwini Awatare
 
Introduction to image processing-Class Notes
Introduction to image processing-Class NotesIntroduction to image processing-Class Notes
Introduction to image processing-Class Notes
Dr.YNM
 
Digital Image Processing and gis software systems
Digital Image Processing and gis software systemsDigital Image Processing and gis software systems
Digital Image Processing and gis software systems
Nirmal Kumar
 
IRJET - Change Detection in Satellite Images using Convolutional Neural N...
IRJET -  	  Change Detection in Satellite Images using Convolutional Neural N...IRJET -  	  Change Detection in Satellite Images using Convolutional Neural N...
IRJET - Change Detection in Satellite Images using Convolutional Neural N...
IRJET Journal
 
ppt on image processing
ppt on image processingppt on image processing
ppt on image processing
sangeethachinnasamy
 
Intensity Enhancement in Gray Level Images using HSV Color Coding Technique
Intensity Enhancement in Gray Level Images using HSV Color Coding TechniqueIntensity Enhancement in Gray Level Images using HSV Color Coding Technique
Intensity Enhancement in Gray Level Images using HSV Color Coding Technique
IRJET Journal
 
Image processing
Image processingImage processing
Image processing
Raga Deepthi
 
Comparison of image fusion methods
Comparison of image fusion methodsComparison of image fusion methods
Comparison of image fusion methodsAmr Nasr
 
Digital image processing
Digital image processingDigital image processing
Digital image processing
Trishna Pattanaik
 
Digital Image Processing
Digital Image ProcessingDigital Image Processing
Digital Image Processing
Reshma KC
 
Dip lect2-Machine Vision Fundamentals
Dip  lect2-Machine Vision Fundamentals Dip  lect2-Machine Vision Fundamentals
Dip lect2-Machine Vision Fundamentals
Abdul Abbasi
 
Digital Image Processing
Digital Image ProcessingDigital Image Processing
Digital Image Processing
Athanasios Anastasiou
 
Applications of Digital image processing in Medical Field
Applications of Digital image processing in Medical FieldApplications of Digital image processing in Medical Field
Applications of Digital image processing in Medical Field
Ashwani Srivastava
 
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
cscpconf
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
ijceronline
 
IRJET - Computer-Assisted ALL, AML, CLL, CML Detection and Counting for D...
IRJET -  	  Computer-Assisted ALL, AML, CLL, CML Detection and Counting for D...IRJET -  	  Computer-Assisted ALL, AML, CLL, CML Detection and Counting for D...
IRJET - Computer-Assisted ALL, AML, CLL, CML Detection and Counting for D...
IRJET Journal
 

What's hot (20)

Multiresolution SVD based Image Fusion
Multiresolution SVD based Image FusionMultiresolution SVD based Image Fusion
Multiresolution SVD based Image Fusion
 
Design and Analysis CMOS Image Sensor
Design and Analysis CMOS Image SensorDesign and Analysis CMOS Image Sensor
Design and Analysis CMOS Image Sensor
 
Adaptive denoising technique for colour images
Adaptive denoising technique for colour imagesAdaptive denoising technique for colour images
Adaptive denoising technique for colour images
 
Image proccessing and its application
Image proccessing and its applicationImage proccessing and its application
Image proccessing and its application
 
Introduction to image processing-Class Notes
Introduction to image processing-Class NotesIntroduction to image processing-Class Notes
Introduction to image processing-Class Notes
 
Digital Image Processing and gis software systems
Digital Image Processing and gis software systemsDigital Image Processing and gis software systems
Digital Image Processing and gis software systems
 
IRJET - Change Detection in Satellite Images using Convolutional Neural N...
IRJET -  	  Change Detection in Satellite Images using Convolutional Neural N...IRJET -  	  Change Detection in Satellite Images using Convolutional Neural N...
IRJET - Change Detection in Satellite Images using Convolutional Neural N...
 
ppt on image processing
ppt on image processingppt on image processing
ppt on image processing
 
Image processing ppt
Image processing pptImage processing ppt
Image processing ppt
 
Intensity Enhancement in Gray Level Images using HSV Color Coding Technique
Intensity Enhancement in Gray Level Images using HSV Color Coding TechniqueIntensity Enhancement in Gray Level Images using HSV Color Coding Technique
Intensity Enhancement in Gray Level Images using HSV Color Coding Technique
 
Image processing
Image processingImage processing
Image processing
 
Comparison of image fusion methods
Comparison of image fusion methodsComparison of image fusion methods
Comparison of image fusion methods
 
Digital image processing
Digital image processingDigital image processing
Digital image processing
 
Digital Image Processing
Digital Image ProcessingDigital Image Processing
Digital Image Processing
 
Dip lect2-Machine Vision Fundamentals
Dip  lect2-Machine Vision Fundamentals Dip  lect2-Machine Vision Fundamentals
Dip lect2-Machine Vision Fundamentals
 
Digital Image Processing
Digital Image ProcessingDigital Image Processing
Digital Image Processing
 
Applications of Digital image processing in Medical Field
Applications of Digital image processing in Medical FieldApplications of Digital image processing in Medical Field
Applications of Digital image processing in Medical Field
 
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
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
IRJET - Computer-Assisted ALL, AML, CLL, CML Detection and Counting for D...
IRJET -  	  Computer-Assisted ALL, AML, CLL, CML Detection and Counting for D...IRJET -  	  Computer-Assisted ALL, AML, CLL, CML Detection and Counting for D...
IRJET - Computer-Assisted ALL, AML, CLL, CML Detection and Counting for D...
 

Viewers also liked

Cassandra-Based Image Processing: Two Case Studies (Kerry Koitzsch, Kildane) ...
Cassandra-Based Image Processing: Two Case Studies (Kerry Koitzsch, Kildane) ...Cassandra-Based Image Processing: Two Case Studies (Kerry Koitzsch, Kildane) ...
Cassandra-Based Image Processing: Two Case Studies (Kerry Koitzsch, Kildane) ...
DataStax
 
Image processing for robotics
Image processing for roboticsImage processing for robotics
Image processing for robotics
SALAAMCHAUS
 
Image degradation and noise by Md.Naseem Ashraf
Image degradation and noise by Md.Naseem AshrafImage degradation and noise by Md.Naseem Ashraf
Image degradation and noise by Md.Naseem Ashraf
MD Naseem Ashraf
 
Vehicle detection by using rear parts and tracking system
Vehicle detection by using rear parts and tracking systemVehicle detection by using rear parts and tracking system
Vehicle detection by using rear parts and tracking system
eSAT Journals
 
Intelligent image processing
Intelligent image processingIntelligent image processing
Intelligent image processingAndrew Stewart
 
A Novel Visual Cryptographic Steganography Technique by Mohit Goel
A Novel Visual Cryptographic Steganography Technique by Mohit GoelA Novel Visual Cryptographic Steganography Technique by Mohit Goel
A Novel Visual Cryptographic Steganography Technique by Mohit Goel
Mohit Goel
 
The Pohlig-Hellman Exponentiation Cipher as a Bridge Between Classical and Mo...
The Pohlig-Hellman Exponentiation Cipher as a Bridge Between Classical and Mo...The Pohlig-Hellman Exponentiation Cipher as a Bridge Between Classical and Mo...
The Pohlig-Hellman Exponentiation Cipher as a Bridge Between Classical and Mo...
Joshua Holden
 
Intelligent analysers for control and optimization of wastewater treatment pl...
Intelligent analysers for control and optimization of wastewater treatment pl...Intelligent analysers for control and optimization of wastewater treatment pl...
Intelligent analysers for control and optimization of wastewater treatment pl...
CLIC Innovation Ltd
 
Elementry Cryptography
Elementry CryptographyElementry Cryptography
Elementry Cryptography
Tata Consultancy Services
 
Online Payment System using Steganography and Visual Cryptography
Online Payment System using Steganography and Visual CryptographyOnline Payment System using Steganography and Visual Cryptography
Online Payment System using Steganography and Visual Cryptography
IJCERT
 
Strong cryptography in PHP
Strong cryptography in PHPStrong cryptography in PHP
Strong cryptography in PHP
Enrico Zimuel
 
Information Security Cryptography ( L03- Old Cryptography Algorithms )
Information Security Cryptography ( L03- Old Cryptography Algorithms )Information Security Cryptography ( L03- Old Cryptography Algorithms )
Information Security Cryptography ( L03- Old Cryptography Algorithms )
Anas Rock
 
Data Steganography for Optical Color Image Cryptosystems
Data Steganography for Optical Color Image CryptosystemsData Steganography for Optical Color Image Cryptosystems
Data Steganography for Optical Color Image Cryptosystems
CSCJournals
 
Intelligent Traffic light detection for individuals with CVD
Intelligent Traffic light detection for individuals with CVDIntelligent Traffic light detection for individuals with CVD
Intelligent Traffic light detection for individuals with CVD
Swaroop Aradhya M C
 
File transfer using cryptography techniques
File transfer using cryptography techniquesFile transfer using cryptography techniques
File transfer using cryptography techniquesmiteshkumar82
 
A novel steganographic technique based on lsb dct approach by Mohit Goel
A novel steganographic technique based on lsb dct approach  by Mohit GoelA novel steganographic technique based on lsb dct approach  by Mohit Goel
A novel steganographic technique based on lsb dct approach by Mohit Goel
Mohit Goel
 
online game over cryptography
online game over cryptographyonline game over cryptography
online game over cryptography
Ashish Kumar
 
3.point operation and histogram based image enhancement
3.point operation and histogram based image enhancement3.point operation and histogram based image enhancement
3.point operation and histogram based image enhancement
mukesh bhardwaj
 
Automated traffic control by using image processing
Automated traffic control by using image processingAutomated traffic control by using image processing
Automated traffic control by using image processing
swarnajui
 
Modeling Design and Analysis of Intelligent Traffic Control System Based on S...
Modeling Design and Analysis of Intelligent Traffic Control System Based on S...Modeling Design and Analysis of Intelligent Traffic Control System Based on S...
Modeling Design and Analysis of Intelligent Traffic Control System Based on S...
Yasar Abbas
 

Viewers also liked (20)

Cassandra-Based Image Processing: Two Case Studies (Kerry Koitzsch, Kildane) ...
Cassandra-Based Image Processing: Two Case Studies (Kerry Koitzsch, Kildane) ...Cassandra-Based Image Processing: Two Case Studies (Kerry Koitzsch, Kildane) ...
Cassandra-Based Image Processing: Two Case Studies (Kerry Koitzsch, Kildane) ...
 
Image processing for robotics
Image processing for roboticsImage processing for robotics
Image processing for robotics
 
Image degradation and noise by Md.Naseem Ashraf
Image degradation and noise by Md.Naseem AshrafImage degradation and noise by Md.Naseem Ashraf
Image degradation and noise by Md.Naseem Ashraf
 
Vehicle detection by using rear parts and tracking system
Vehicle detection by using rear parts and tracking systemVehicle detection by using rear parts and tracking system
Vehicle detection by using rear parts and tracking system
 
Intelligent image processing
Intelligent image processingIntelligent image processing
Intelligent image processing
 
A Novel Visual Cryptographic Steganography Technique by Mohit Goel
A Novel Visual Cryptographic Steganography Technique by Mohit GoelA Novel Visual Cryptographic Steganography Technique by Mohit Goel
A Novel Visual Cryptographic Steganography Technique by Mohit Goel
 
The Pohlig-Hellman Exponentiation Cipher as a Bridge Between Classical and Mo...
The Pohlig-Hellman Exponentiation Cipher as a Bridge Between Classical and Mo...The Pohlig-Hellman Exponentiation Cipher as a Bridge Between Classical and Mo...
The Pohlig-Hellman Exponentiation Cipher as a Bridge Between Classical and Mo...
 
Intelligent analysers for control and optimization of wastewater treatment pl...
Intelligent analysers for control and optimization of wastewater treatment pl...Intelligent analysers for control and optimization of wastewater treatment pl...
Intelligent analysers for control and optimization of wastewater treatment pl...
 
Elementry Cryptography
Elementry CryptographyElementry Cryptography
Elementry Cryptography
 
Online Payment System using Steganography and Visual Cryptography
Online Payment System using Steganography and Visual CryptographyOnline Payment System using Steganography and Visual Cryptography
Online Payment System using Steganography and Visual Cryptography
 
Strong cryptography in PHP
Strong cryptography in PHPStrong cryptography in PHP
Strong cryptography in PHP
 
Information Security Cryptography ( L03- Old Cryptography Algorithms )
Information Security Cryptography ( L03- Old Cryptography Algorithms )Information Security Cryptography ( L03- Old Cryptography Algorithms )
Information Security Cryptography ( L03- Old Cryptography Algorithms )
 
Data Steganography for Optical Color Image Cryptosystems
Data Steganography for Optical Color Image CryptosystemsData Steganography for Optical Color Image Cryptosystems
Data Steganography for Optical Color Image Cryptosystems
 
Intelligent Traffic light detection for individuals with CVD
Intelligent Traffic light detection for individuals with CVDIntelligent Traffic light detection for individuals with CVD
Intelligent Traffic light detection for individuals with CVD
 
File transfer using cryptography techniques
File transfer using cryptography techniquesFile transfer using cryptography techniques
File transfer using cryptography techniques
 
A novel steganographic technique based on lsb dct approach by Mohit Goel
A novel steganographic technique based on lsb dct approach  by Mohit GoelA novel steganographic technique based on lsb dct approach  by Mohit Goel
A novel steganographic technique based on lsb dct approach by Mohit Goel
 
online game over cryptography
online game over cryptographyonline game over cryptography
online game over cryptography
 
3.point operation and histogram based image enhancement
3.point operation and histogram based image enhancement3.point operation and histogram based image enhancement
3.point operation and histogram based image enhancement
 
Automated traffic control by using image processing
Automated traffic control by using image processingAutomated traffic control by using image processing
Automated traffic control by using image processing
 
Modeling Design and Analysis of Intelligent Traffic Control System Based on S...
Modeling Design and Analysis of Intelligent Traffic Control System Based on S...Modeling Design and Analysis of Intelligent Traffic Control System Based on S...
Modeling Design and Analysis of Intelligent Traffic Control System Based on S...
 

Similar to Automatic Real Time Auditorium Power Supply Control using Image Processing

IMPROVING IMAGE RESOLUTION THROUGH THE CRA ALGORITHM INVOLVED RECYCLING PROCE...
IMPROVING IMAGE RESOLUTION THROUGH THE CRA ALGORITHM INVOLVED RECYCLING PROCE...IMPROVING IMAGE RESOLUTION THROUGH THE CRA ALGORITHM INVOLVED RECYCLING PROCE...
IMPROVING IMAGE RESOLUTION THROUGH THE CRA ALGORITHM INVOLVED RECYCLING PROCE...
cscpconf
 
Authentication Using Hand Vein Pattern
Authentication Using Hand Vein PatternAuthentication Using Hand Vein Pattern
Authentication Using Hand Vein Pattern
IJTET Journal
 
Paper id 21201419
Paper id 21201419Paper id 21201419
Paper id 21201419IJRAT
 
IRJET- Review on Image Processing based Fire Detetion using Raspberry Pi
IRJET- Review on Image Processing based Fire Detetion using Raspberry PiIRJET- Review on Image Processing based Fire Detetion using Raspberry Pi
IRJET- Review on Image Processing based Fire Detetion using Raspberry Pi
IRJET Journal
 
Final Project Report on Image processing based intelligent traffic control sy...
Final Project Report on Image processing based intelligent traffic control sy...Final Project Report on Image processing based intelligent traffic control sy...
Final Project Report on Image processing based intelligent traffic control sy...
Louise Antonio
 
IRJET- A Hybrid Approach for Fire Safety Intensives Automatic Assistance ...
IRJET-  	  A Hybrid Approach for Fire Safety Intensives Automatic Assistance ...IRJET-  	  A Hybrid Approach for Fire Safety Intensives Automatic Assistance ...
IRJET- A Hybrid Approach for Fire Safety Intensives Automatic Assistance ...
IRJET Journal
 
Wavelet Based Image Watermarking
Wavelet Based Image WatermarkingWavelet Based Image Watermarking
Wavelet Based Image Watermarking
IJERA Editor
 
Parameterized Image Filtering Using fuzzy Logic
Parameterized Image Filtering Using fuzzy LogicParameterized Image Filtering Using fuzzy Logic
Parameterized Image Filtering Using fuzzy Logic
Editor IJCATR
 
A Flexible Scheme for Transmission Line Fault Identification Using Image Proc...
A Flexible Scheme for Transmission Line Fault Identification Using Image Proc...A Flexible Scheme for Transmission Line Fault Identification Using Image Proc...
A Flexible Scheme for Transmission Line Fault Identification Using Image Proc...
IJEEE
 
IRJET- Low Light Image Enhancement using Convolutional Neural Network
IRJET-  	  Low Light Image Enhancement using Convolutional Neural NetworkIRJET-  	  Low Light Image Enhancement using Convolutional Neural Network
IRJET- Low Light Image Enhancement using Convolutional Neural Network
IRJET Journal
 
Basic Video-Surveillance with Low Computational and Power Requirements Using ...
Basic Video-Surveillance with Low Computational and Power Requirements Using ...Basic Video-Surveillance with Low Computational and Power Requirements Using ...
Basic Video-Surveillance with Low Computational and Power Requirements Using ...
uberticcd
 
Paper on image processing
Paper on image processingPaper on image processing
Paper on image processing
Saloni Bhatia
 
image Processing Fundamental Is .ppt
image Processing Fundamental Is     .pptimage Processing Fundamental Is     .ppt
image Processing Fundamental Is .ppt
Desalechali1
 
Image Processing Fundamentals .ppt
Image Processing Fundamentals        .pptImage Processing Fundamentals        .ppt
Image Processing Fundamentals .ppt
Desalechali1
 
An Application of Second Generation Wavelets for Image Denoising using Dual T...
An Application of Second Generation Wavelets for Image Denoising using Dual T...An Application of Second Generation Wavelets for Image Denoising using Dual T...
An Application of Second Generation Wavelets for Image Denoising using Dual T...
IDES Editor
 
Ijmsr 2016-10
Ijmsr 2016-10Ijmsr 2016-10
Ijmsr 2016-10
ijmsr
 
A Real Time Image Processing Based Fire Safety Intensive Automatic Assistance...
A Real Time Image Processing Based Fire Safety Intensive Automatic Assistance...A Real Time Image Processing Based Fire Safety Intensive Automatic Assistance...
A Real Time Image Processing Based Fire Safety Intensive Automatic Assistance...
IJMTST Journal
 
Hardware Unit for Edge Detection with Comparative Analysis of Different Edge ...
Hardware Unit for Edge Detection with Comparative Analysis of Different Edge ...Hardware Unit for Edge Detection with Comparative Analysis of Different Edge ...
Hardware Unit for Edge Detection with Comparative Analysis of Different Edge ...
paperpublications3
 
Using Image Acquisition Is The Input Text Document
Using Image Acquisition Is The Input Text DocumentUsing Image Acquisition Is The Input Text Document
Using Image Acquisition Is The Input Text Document
Lisa Williams
 

Similar to Automatic Real Time Auditorium Power Supply Control using Image Processing (20)

IMPROVING IMAGE RESOLUTION THROUGH THE CRA ALGORITHM INVOLVED RECYCLING PROCE...
IMPROVING IMAGE RESOLUTION THROUGH THE CRA ALGORITHM INVOLVED RECYCLING PROCE...IMPROVING IMAGE RESOLUTION THROUGH THE CRA ALGORITHM INVOLVED RECYCLING PROCE...
IMPROVING IMAGE RESOLUTION THROUGH THE CRA ALGORITHM INVOLVED RECYCLING PROCE...
 
Authentication Using Hand Vein Pattern
Authentication Using Hand Vein PatternAuthentication Using Hand Vein Pattern
Authentication Using Hand Vein Pattern
 
Paper id 21201419
Paper id 21201419Paper id 21201419
Paper id 21201419
 
IRJET- Review on Image Processing based Fire Detetion using Raspberry Pi
IRJET- Review on Image Processing based Fire Detetion using Raspberry PiIRJET- Review on Image Processing based Fire Detetion using Raspberry Pi
IRJET- Review on Image Processing based Fire Detetion using Raspberry Pi
 
Final Project Report on Image processing based intelligent traffic control sy...
Final Project Report on Image processing based intelligent traffic control sy...Final Project Report on Image processing based intelligent traffic control sy...
Final Project Report on Image processing based intelligent traffic control sy...
 
IRJET- A Hybrid Approach for Fire Safety Intensives Automatic Assistance ...
IRJET-  	  A Hybrid Approach for Fire Safety Intensives Automatic Assistance ...IRJET-  	  A Hybrid Approach for Fire Safety Intensives Automatic Assistance ...
IRJET- A Hybrid Approach for Fire Safety Intensives Automatic Assistance ...
 
Wavelet Based Image Watermarking
Wavelet Based Image WatermarkingWavelet Based Image Watermarking
Wavelet Based Image Watermarking
 
Parameterized Image Filtering Using fuzzy Logic
Parameterized Image Filtering Using fuzzy LogicParameterized Image Filtering Using fuzzy Logic
Parameterized Image Filtering Using fuzzy Logic
 
A Flexible Scheme for Transmission Line Fault Identification Using Image Proc...
A Flexible Scheme for Transmission Line Fault Identification Using Image Proc...A Flexible Scheme for Transmission Line Fault Identification Using Image Proc...
A Flexible Scheme for Transmission Line Fault Identification Using Image Proc...
 
IRJET- Low Light Image Enhancement using Convolutional Neural Network
IRJET-  	  Low Light Image Enhancement using Convolutional Neural NetworkIRJET-  	  Low Light Image Enhancement using Convolutional Neural Network
IRJET- Low Light Image Enhancement using Convolutional Neural Network
 
Basic Video-Surveillance with Low Computational and Power Requirements Using ...
Basic Video-Surveillance with Low Computational and Power Requirements Using ...Basic Video-Surveillance with Low Computational and Power Requirements Using ...
Basic Video-Surveillance with Low Computational and Power Requirements Using ...
 
final_project
final_projectfinal_project
final_project
 
Paper on image processing
Paper on image processingPaper on image processing
Paper on image processing
 
image Processing Fundamental Is .ppt
image Processing Fundamental Is     .pptimage Processing Fundamental Is     .ppt
image Processing Fundamental Is .ppt
 
Image Processing Fundamentals .ppt
Image Processing Fundamentals        .pptImage Processing Fundamentals        .ppt
Image Processing Fundamentals .ppt
 
An Application of Second Generation Wavelets for Image Denoising using Dual T...
An Application of Second Generation Wavelets for Image Denoising using Dual T...An Application of Second Generation Wavelets for Image Denoising using Dual T...
An Application of Second Generation Wavelets for Image Denoising using Dual T...
 
Ijmsr 2016-10
Ijmsr 2016-10Ijmsr 2016-10
Ijmsr 2016-10
 
A Real Time Image Processing Based Fire Safety Intensive Automatic Assistance...
A Real Time Image Processing Based Fire Safety Intensive Automatic Assistance...A Real Time Image Processing Based Fire Safety Intensive Automatic Assistance...
A Real Time Image Processing Based Fire Safety Intensive Automatic Assistance...
 
Hardware Unit for Edge Detection with Comparative Analysis of Different Edge ...
Hardware Unit for Edge Detection with Comparative Analysis of Different Edge ...Hardware Unit for Edge Detection with Comparative Analysis of Different Edge ...
Hardware Unit for Edge Detection with Comparative Analysis of Different Edge ...
 
Using Image Acquisition Is The Input Text Document
Using Image Acquisition Is The Input Text DocumentUsing Image Acquisition Is The Input Text Document
Using Image Acquisition Is The Input Text Document
 

More from idescitation

65 113-121
65 113-12165 113-121
65 113-121
idescitation
 
69 122-128
69 122-12869 122-128
69 122-128
idescitation
 
71 338-347
71 338-34771 338-347
71 338-347
idescitation
 
72 129-135
72 129-13572 129-135
72 129-135
idescitation
 
74 136-143
74 136-14374 136-143
74 136-143
idescitation
 
80 152-157
80 152-15780 152-157
80 152-157
idescitation
 
82 348-355
82 348-35582 348-355
82 348-355
idescitation
 
84 11-21
84 11-2184 11-21
84 11-21
idescitation
 
62 328-337
62 328-33762 328-337
62 328-337
idescitation
 
46 102-112
46 102-11246 102-112
46 102-112
idescitation
 
47 292-298
47 292-29847 292-298
47 292-298
idescitation
 
49 299-305
49 299-30549 299-305
49 299-305
idescitation
 
57 306-311
57 306-31157 306-311
57 306-311
idescitation
 
60 312-318
60 312-31860 312-318
60 312-318
idescitation
 
5 1-10
5 1-105 1-10
5 1-10
idescitation
 
11 69-81
11 69-8111 69-81
11 69-81
idescitation
 
14 284-291
14 284-29114 284-291
14 284-291
idescitation
 
15 82-87
15 82-8715 82-87
15 82-87
idescitation
 
29 88-96
29 88-9629 88-96
29 88-96
idescitation
 
43 97-101
43 97-10143 97-101
43 97-101
idescitation
 

More from idescitation (20)

65 113-121
65 113-12165 113-121
65 113-121
 
69 122-128
69 122-12869 122-128
69 122-128
 
71 338-347
71 338-34771 338-347
71 338-347
 
72 129-135
72 129-13572 129-135
72 129-135
 
74 136-143
74 136-14374 136-143
74 136-143
 
80 152-157
80 152-15780 152-157
80 152-157
 
82 348-355
82 348-35582 348-355
82 348-355
 
84 11-21
84 11-2184 11-21
84 11-21
 
62 328-337
62 328-33762 328-337
62 328-337
 
46 102-112
46 102-11246 102-112
46 102-112
 
47 292-298
47 292-29847 292-298
47 292-298
 
49 299-305
49 299-30549 299-305
49 299-305
 
57 306-311
57 306-31157 306-311
57 306-311
 
60 312-318
60 312-31860 312-318
60 312-318
 
5 1-10
5 1-105 1-10
5 1-10
 
11 69-81
11 69-8111 69-81
11 69-81
 
14 284-291
14 284-29114 284-291
14 284-291
 
15 82-87
15 82-8715 82-87
15 82-87
 
29 88-96
29 88-9629 88-96
29 88-96
 
43 97-101
43 97-10143 97-101
43 97-101
 

Recently uploaded

Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
Anna Sz.
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
Peter Windle
 
678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf
CarlosHernanMontoyab2
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
SACHIN R KONDAGURI
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
Pavel ( NSTU)
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
vaibhavrinwa19
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
kaushalkr1407
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
beazzy04
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
Jheel Barad
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
BhavyaRajput3
 

Recently uploaded (20)

Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
 
678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 
Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345Sha'Carri Richardson Presentation 202345
Sha'Carri Richardson Presentation 202345
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCECLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
CLASS 11 CBSE B.St Project AIDS TO TRADE - INSURANCE
 

Automatic Real Time Auditorium Power Supply Control using Image Processing

  • 1. Proc. of Int. Conf. on Information Technology in Signal and Image Processing Automatic Real Time Auditorium Power Supply Control using Image Processing Venkatesh K1and Sarath Kumar P2 1 Department of Electronics and Communication Engineering, Kamaraj College of Engineering and Technology, Virudhunagar, India Email: vivekkvenkat@gmail.com 2 Department of Electronics and Communication Engineering, Kamaraj College of Engineering and Technology, Virudhunagar, India Email: smaartsarath@gmail.com Abstract —One of the major problems in the most populated and developing countries like India, is Energy or Power crisis. Hence, there is a pressing need to conserve power. There are many simple ways to save electricity, like using the electric and electronic gadgets whenever and wherever needed and switching them off, while not in use. But in places such as large auditoriums and meeting halls, there will be a fan or an Air-conditioner keeps running in unmanned area too, even before the people arrive. This contributes to a considerable amount of electricity wastage. There are many ways to prevent this wastage, like, installing IR sensors to detect people etc. These methods are quite costlier and complex for larger areas. Hence, here we propose a new method of controlling the power supply of auditoriums using, Image Processing. Here first we take a reference image of an empty auditorium and any change in that reference image is detected and then according to that change respective equipments alone are turned on. Thus power wastage is controlled. This is dual usage system in which a camera is used for detecting people as well as surveillance purposes. This is very simple, efficient and cheaper technique to save energy. Another big advantage is, we can extend this up to applications like home automation etc. Keywords — Image Partitioning, Edge Detection, Image Subtraction, Threshold Determination I.INTRODUCTION Often, we may have came across a scenario that in places such as large auditoriums or halls, electric equipments like, fans, lights or air conditioners are running, even if there is no people. They are operated manually. Moreover, in some cases, some areas may be unfilled. But even in those areas those electric equipments are running meaninglessly. This is because, every time manually turning on and off a fan in accordance with the arrival of people, is an uncomfortable task. To avoid this, they are turned on prior to the arrival of people, as a precaution. This causes considerable wastage of power. Hence an efficient system that automatically controls the power supply of this kind of places is in a demand. Current automatic controlling techniques use Infrared sensors to detect people. For simple setup, the operation depends on the count [1]. But we cannot find the places which are unoccupied. Large array of IR sensors are needed to be installed in places with larger area. Hence installation cost as well as the circuit complexity increases. As everyoneknows, IR is harmful for human beings. Hence, here we propose a new method to meet this demand, DOI:03.LSCS.2013.6.524 © Association of Computer Electronics and Electrical Engineers, 2013
  • 2. using a famous technique called, Image Processing. Using this technique we monitor the changes in the auditorium through sequence of images and according to that the power supply is controlled. Image processing is a form of signal processing for which the input is an image, and the output may be either an image or, a set of characteristics or parameters related to the image [2]. Most image-processing techniques involve treating the image as a two-dimensional signal and applying standard signal-processing techniques to it. The implementation of power supply control using image processing is relatively very simple. The empty image of the auditorium is taken as a reference image, using a digital camera in an elevated view. The image is converted to gray and enhanced using image enhancement techniques. Now edge detection is done. Similarly the captured real time image is enhanced and edge detected. These two images are compared and using the comparison results, respective control signals are generated using a hardware prototype. The reference and real time images undergo the following processes starting from their acquisition, Gray conversion, Partitioning, Edge detection, Comparison and finally generating the control signals. II. METHODOLOGY The General framework is given as a block diagram in Fig. 1. Figure 1. General Framework For convenience, in this entire paper, we consider a class room instead of an auditorium for an example. A. Image Acquisition The first stage is the image acquisition. After that any processing techniques can be applied to it. Image acquisition means creating digital images from a physical scene. It includes processing, compressing, storing, printing and displaying the images [2]. The most usual method is by digital photography with a digital camera but other methods like using image sensors can also be employed. Here we go with the digital camera. The camera should be installed in a perfect place so that it covers the entire auditorium or Hall. The camera is interfaced with a computer or a micro-controller. First image of the auditorium is captured, when there are no people. This empty auditorium’s image is saved as reference image at a particular location specified in the program (Fig. 2a). The images resolution may vary from camera to camera. But a fixed resolution must be maintained for an application. In this illustration, the image resolution is of width 2592 pixels and height 1944 pixels. Note that, reference image is taken only once, whereas the real time images are captured in certain intervals of time. Here we take the real time images in the interval of 10 seconds (Fig. 2b). In this example case a person occupies a seat in the last row. Here the camera angle is a very important parameter. Aerial view is the most recommended one. And camera should be fixed and stationary one, throughout the process. The captured images are fed as inputs to the main program through certain algorithms. 66
  • 3. Figure 2a.Reference Image Figure 2b. Real Time Image The real time image captured is a color image (RGB image). But grayscale images are comfortable for processing. A Grayscale image contains each pixel as a single sample. In other words it carries only intensity information. These images are also known as black-and-white images, and that are composed exclusively of shades of gray, varying from black at the weakest intensity to white at the strongest. The gray scale image contains image components with 256 intensity levels ranging from 0 to 255. RGB to Gray conversion is done for both the reference and captured images (Fig. 3a and Fig. 3b). The purpose of this image intensity conversion is the analysis of the image which is easy for processing in gray scale mode than in the RGB mode. Figure 3a.Grayscale Reference Image Figure 3b.Grayscale Real Time Image B. Image Partitioning An image is understood as a collection of regions that totally covers it (a partition). Regions are homogeneous in the selected feature space and connected in the image space. Such an image representation enables region-baseduser interaction. In it, the user can interact with the underlying partition(s) that represent the image [3]. After partitioning the features are the regions can be parallel processed. Now in our case, auditorium is installed with many fans and lights. Each fan or a light has its own coverage area. According to the coverage area we split the image into many cells, with each cell is simply the area covered by a fan. This is because; during the image comparison we have to know the place where the humans exist. So initially the cells are split and given a unique name or label. In this example if a hall has 4 fans, we will divide the image into four regions (Fig. 4). Each region is the coverage area of each fan. Using these regions further processing is carried out. Totally there are twelve regions. But out of them only four regions are going to be occupied by humans. Hence those four regions are alone considered. They are indicated by numbers in the Fig.4. The resolutions for these cells are given in the TABLE 1. These are the cells that are going to be processed. Note that both the reference and real time images are partitioned in a same manner. Field study is required to know the exact coverage areas. These areas are carefully specified in the main program. TABLE I. RESOLUTION FOR VARIOUS CELLS Cell Name Cell 1 Cell 2 Cell 3 Cell 4 Width (Pixels) 370 370 880 880 Height (Pixels) 1140 1022 1140 1022 67 Corresponding Equipment Fan 1 Fan 2 Fan 3 Fan 4
  • 4. Figure 4. Image Partitioning Illustration C. Edge Detection Edge detection is a basic tool in image processing used for feature detection and attributes extraction. The edge is detected by any abrupt change in intensity levels of an image. Using this technique the amount of data to be analyzed is reduced and hence the response time will be reduced. The main objective of edge detection is to find out the variations in the real time captured image from the reference image. There are many detectors for edge detection like sobel, prewitt, canny etc. Here we go with the canny edge detector. It is one of the most widely used algorithms. First, it smoothens the image and detects the image gradient to highlight regions with high spatial derivatives. It then tracks along these regions to suppress any pixel that is not at the maximum. Finally, through hysteresis, it uses two thresholds and if the magnitude is below the first threshold, it is set to zero. If the magnitude is above the high threshold, it is made an edge and if the magnitude is between the two thresholds, it is set to zero unless there is a path from this pixel to a pixel with a gradient above the second threshold. That is to say that the two thresholds are used to detect strong and weak edges, and include the weak edges in the output only if they are connected to strong edges [4]. Here, we find edge detected images for each and every cell. A typical edge detected cell in both reference image and real time image is shown in the Fig. 5a and Fig. 5b respectively. When the images are directly taken for any processing, the analysis time and the process data will be very high. But, here after the edge detection, only the edges appear in the images. So the calculation time will be reduced. Figure 5a. Edge Detected Reference Image of Cell 1 Figure 5b. Edge Detected Real Time Image of Cell 1 D. Image Comparison In this step, the two edge detected images are compared by merely subtracting and the intensity values for the entire new image is calculated. Image subtraction is a type of Image segmentation. We need to extract the human shape from the background. Hence, the real time images are subtracted from the reference image. This subtraction results in indication of the places which are modified. In other words we can say that, the regions which are occupied by humans are obviously indicated (Fig. 6). The summation of all values in the resultant matrix is then obtained. E. Generating Control Signals Now all the changes are identified. The cells which are occupied by humans will be detected in the above step. The modified values are summed for each cell separately. If this sum of a particular cell exceeds the 68
  • 5. threshold value then the fan or light corresponding to that cell is turned ON. The threshold value determination is the important process here. Various test cases are considered and the threshold value must Figure 6. Subtracted Image be carefully determined. Generally it is should be the minimum change that can be detected when a human being enters the cell. The threshold values vary from cell to cell. The cells that are closer to the camera will have larger threshold values than that of the cells that are farther. Here for the four cells the threshold values vary from 1500 to 2500. This controlling can be done using separate microcontroller circuitry interfaced with the programming system. III. RESULTS AND DISCUSSIONS The various results are compared with some test cases (Figures 7a, 7b, 7c and 7d). Figures 8a, 8b, 8c and 8d are the respective edge detected subtracted images. The probability of seating arrangement people is very vast in numbers. They can either occupy the areas which are closer the camera or the areas that are farther from the camera. When people occupy the cells at the bottom of image matrix (cells 3 and 4) the threshold value will be more. One the other hand if people occupy the cells in the top of image matrix (cells 1 and 2) then the threshold level will be lesser. This is because; when a person occupies a seat that is farther to the camera, his size will be smaller in the captured image. Similarly, if he occupies a seat that is nearer to the camera, his size will be larger in the image. The minimum change when a human being enters the cell can be detected and the minimum threshold level must be found out. Refer TABLE 2 for the threshold values of these cells. In Fig. 7a a man occupies the cell 1. His presence will exceed the threshold value in image subtraction and hence the fan 1 will be turned ON (TABLE 2 and TABLE 3). Similarly in Fig. 7b all the cells are occupied resulting in switching all the four fans ON. If a person occupies a place near the frontiers of two cells, so that his presence is detected in two cells, then both the fans corresponding to those cells are turned on, with the summation exceeding the threshold value. Figures 7c and 7d are examples for this case. Fan 1 and fan 3 will be turned ON for these cases. Figure 7a. Cell 1 is occupied Figure 8a.Subtracted Image for Fig. 7a Figure 7b. All the cells are occupied Figure 7c. Cell 3 is occupied Figure 7d. Group of people occupying cell 3 Figure 8b.Subtracted Image Figure 8c.Subtracted Image Figure 8d. Subtracted Image for Fig. 7b for Fig. 7c for Fig. 7d Here various test images are given as inputs as real time images and the minimum threshold for each cells have be tabulated as follows: 69
  • 6. TABLE II. T HRESHOLD VALUES FOR VARIOUS CELLS Cell Number Cell 1 Cell 2 Cell 3 Cell 4 Minimum Estimated Threshold Value 1500 1500 2500 2500 TABLE. III. OBTAINED SUMMATION VALUES FOR VARIOUS CELLS Test Figures Name Fig. 7a Fig. 7b Fig. 7c Fig. 7d Cell 1 2557 29248 8060 47703 Summation Values for Cell 2 Cell 3 0 0 9050 13413 0 5478 0 34987 Fans Turned ON Cell 4 0 10686 0 0 Fan 1 Fan 1, Fan 2, Fan 3 and Fan 4 Fan 1 and Fan 3 Fan 1 and Fan 3 IV. CONCLUSION The study showed that image processing is a better technique to control the power supply in the auditoriums. It shows that it can reduce the wastage of electricity and avoids the free running of those electrical equipments. It is also more consistent in detecting presence of people because it uses real time images. Overall, the system is good but it still needs improvement to achieve a hundred percent accuracy. If achieved, then we can extend this application to many places like theaters and even for home automation. V. FUTURE WORK The main drawback with this system is that, it can be used only for the places whose orientation or arrangement of seats never changes. But we can overcome this by resetting the reference images whenever the arrangement is altered. The main program needs not to be altered. Another way of overcoming this limitation is using the face detection techniques. It is expected to give much flexibility and simplicity to the overall system. VI. ACKNOWLEDGEMENT Our deepest thanks to our professors J.Augustin Jacob and J.Prabin Jose for guiding us to bring up this idea. Also we thank our project mates S.Mohan and S.ThalavaiShanmugaBalaji. REFERNCES [1] Sunil Kumar.Matangiand, Sateesh.Prathapani, “Design of Smart Power Controlling and Saving System in Auditorium by using MCS 51 Microcontrollers ” , Advanced Engineering and Applied Sciences: An International Journal 2013; 3(1): 5-9 [2] G. Lloyd Singh, M. MelbernParthido , R. Sudha, “Embedded based Implementation: Controlling of Real Time Traffic Light using Image Processing”,National Conference on Advances in Computer Science and Applications with International Journal of Computer Applications (NCACSA 2012) Proceedings published in International Journal of Computer Applications® (IJCA) [3] F. MarquCs B. Marcotenui, F. Zanoguera P. Correia R. Mech, M. Wollborn, “PARTITION-BASED IMAGE REPRESENTATION AS BASIS FOR USER-ASSISTED SEGMENTATION” 0-7803-6297-7/00/$10.00 0 2000 IEEE [4] VikramadityaDangi, AmolParab, KshitijPawar& S.S Rathod,“ Image Processing Based Intelligent Traffic Controller”, Undergraduate Academic Research Journal (UARJ), ISSN : 2278 – 1129, Volume-1, Issue-1, 2012 70