Semi-Automatic People Counting in Aerial Images of Large Crowds

Size: px
Start display at page:

Download "Semi-Automatic People Counting in Aerial Images of Large Crowds"

Transcription

1 Semi-Automatic People Counting in Aerial Images of Large Crowds Christian Herrmann, Juergen Metzler, Dieter Willersinn Fraunhofer Institute of Optronics, System Technologies and Image Exploitation, Fraunhoferstraße 1, Karlsruhe, Germany ABSTRACT Counting people in crowds is a common problem in visual surveillance. Many solutions are just designed to count less than one hundred people. Only few systems have been tested on large crowds of several hundred people and no known counting system has been tested on crowds of several thousand people. Furthermore, none of these large scale systems delivers people s positions, they just estimate the number. But having the position of people would be a large benefit, since this would enable a human observer to carry out a plausibility check. In addition, most approaches require video data as input or a scene model. In order to generally solve the problem, these assumptions must not be made. We propose a system that can count people on single aerial images including mosaic images generated from video data. No assumptions about crowd density will be made, i. e. the system has to work from low to very high density. The main challenge is the large variety of possible input data. Typical scenarios would be public events such as demonstrations or open air concerts. Our system uses a model-based detection of individual humans. This includes the determination of their positions and the total number. In order to cope with the given challenges we divide our system into three steps: foreground segmentation, person size determination and person detection. We evaluate our proposed system on a variety of aerial images showing large crowds with up to several thousand people. Keywords: people counting, crowd analysis, aerial image 1. INTRODUCTION There is a large interest in the number of participants at a public event. On the one hand, authorities need the number for security and staff planning aspects. On the other hand, the organizer often measures the success of the event by the number of participants. One traditional method for counting people is to divide the event area into squares of known size. In each square of the grid a trained person estimates the person density. Another conventional method is to position persons with tally counters at all entrances to the event area and let them count the entering people. The drawbacks of these methods are the more or less extensive need of staff and the divergences and inaccuracies of the results when comparing them. Divergences of 50 percent between the two presented methods are not uncommon. Furthermore, once a counting is completed it cannot be reproduced or checked for its correctness afterwards. Hence, divergences between counting results cannot be solved. Because of that, a solution based on aerial images offers the possibility to improve the counting. Using an image as basis for people counting enables to check the counting result anytime. In addition, image processing techniques promise to reduce the workload of people counting and to deliver a more reliable result. A robust people counting system addressing the mentioned problems needs to fulfill two requirements: The first is to return the number of people present in the image as accurately as possible and the second is to return the position of each counted person to achieve traceability. Although these requirements seem consequent, no known system is able to achieve this task on large crowds. Junior et al. 1 distinguish three major approach categories in their survey about people counting: object-based, pixel-based and texture-based. Object-based approaches work with some kind of a person model like head 2, 3 or whole body 4, 5. These approaches provide the number and positions of people, but generally need good image resolution of the person and the people must not occlude each other. These restrictions limit the maximum number of people such systems can count. The test images for these systems contain mostly below 20 people. Lin et al. 2 try to overcome this drawback by estimating the size Electro-Optical Remote Sensing, Photonic Technologies, and Applications VI, edited by G. W. Kamerman, O. Steinvall, K. L. Lewis, R. C. Hollins, T. J. Merlet, M. T. Gruneisen, M. Dusek, J. G. Rarity, G. J. Bishop, J. Gonglewski, Proc. of SPIE Vol. 8542, 85420Q 2012 SPIE CCC code: /12/$18 doi: /

2 , I Jr. 1, e ano. st, 7412:451 " Pk V 4 Figure 1. Image of a large demonstration in Stuttgart, Germany. The crowd shown in this figure contains about 12,000 people. Courtesy of Polizeipraesidium Stuttgart. of a crowd out of a few head detections. So the number of people can indeed be estimated for larger crowds, but without giving the positions of people. Unfortunately, they could not verify their estimated numbers for large crowds due to the lack of ground truth data. Early counting systems from Velastin 6 and Davies 7 use the simple pixel-based methods as their structure is simpler. In a constant scene, segmentation is provided by background subtraction. Based on the segmentation the number of people is determined by the number of foreground pixels. Hou et al. 8 use similar pixel-based methods on larger crowds. Wu et al. 9 estimate the number of people in crowds by local texture analysis mainly based on the gray level dependence matrix. The texture gives an indication about the local crowd density, which again is turned into the number of people. There are approaches which do not even count the people, but only determine the crowd density in a texture-based way 10. It is also possible to combine pixel-based and texture-based methods to count people 11. The combination promises to achieve better results on dense crowds. However, the pixel-based and texture-based methods altogether have one drawback, they just estimate the number of people, but they do not give their positions. So they are very much the same as the traditional non-image based counting methods with respect to a visual plausibility check. The novelty of the system we present in this contribution is its capability to count people in large crowds containing hundreds or thousands of people (see Fig. 1) and to give the positions of people. Another system aspect is that its operation does not require a particular imaging technique. Our purpose is to analyze all images which satisfy certain simple conditions. Due to the large variability of possible input data, the system has to overcome the following challenges: JPG

3 Single image Just one image is available for the counting task. The image is taken by a digital camera or it may be a mosaic image generated from video. Arbitrary crowd density Crowd density reaches from single or loose groups of people to a densely packed crowd, e. g. in front of a stage. Large number of people Crowds can contain thousands of people. Arbitrary person size The person size in the image can vary heavily from image to image. Outdoor scenes Disturbances by shadows or different lighting conditions have to be considered. Unknown scenes The location is variable and not known beforehand. The only requirement for the input image is that it must be an aerial view of the crowd. The image does not need to be taken from an airborne platform. Each camera location that provides an approximately vertical view on the crowd will suffice. This view ensures a homogeneous representation of the crowd in the image. Thus lamp poles, mobile cranes and high-rise buildings are, for example, suitable camera positions. 2. COUNTING SYSTEM As we do not only want to extract the number of people present in the image, but also their positions, a modelbased approach is necessary. However, a model-based system alone is not able to cope with the given images, as a single person might barely be visible in a dense crowd. Because of that, we choose a design following the approach of Schofield et al. 5. In this approach, persons are searched after a foreground segmentation by a rectangular person model. This model can tolerate occlusions between the persons. In addition to these two steps, we need a third one to determine the person size in the image. This is necessary because of the different scenes in the case at hand, whereas Schofield s approach solely works with a constant scene and camera perspective. Hence, the person size is not changing from one image to another. For a generally applicable solution, this restriction needs to be overcome. The three steps of our proposed system are shown in Fig. 2. Segmentation Person size determination People counting Figure 2. Major processing steps of our counting system. After successfully loading an image (Fig. 3a), the first step is a manual segmentation supported by several tools (Fig. 3b). An automatic background segmentation is not provided as unknown scenes with no background model are assumed. In the second step, the person size has to be determined. For this, the user tags several persons with a rectangular frame. This frame must have the same size as the tagged person (Fig. 3c). The person size gives the size of the person model for counting and localizing the persons in the third step. In this step no user interaction is necessary. Finally, the result is displayed as rectangles on the original image and the people s positions are listed (Fig. 3d). 2.1 Foreground segmentation As only single images are provided as input data, segmentation is quite a challenging task. Usual approaches like background subtraction or learning are not available, unlike in systems using video data. To overcome this problem, a manually supported segmentation approach is chosen. The system provides three different tools the user can utilize to get a foreground mask. These are a simple rectangular marking tool, a region detection tool and a color selection tool. As examples, we use regions of the image of a large demonstration shown in Fig. 1. The rectangle tool is a simple tool to quickly mark large regions of background. In general, there are regions in images of crowded public events with no persons in them. There might also be large buildings that could be

4 41:1=2) óane Sprache ; G F R -- s,ycak,j.,yi.'lolüll G F R 238e1 Subje14z1119 rg813 ;prame NOW A,, G F R.. Subgexnrsm óa.i Sprache G F R suyexnrsm [ g 5 3 gl imi (a) (b) (c) (d) ubjekgrbbebenimmen AwM1ltlerS bjene ANOm2I 26e]a61ung Figure 3. Processing of a simple example. (a) Input image showing 6 persons. (b) Segmentation mask. (c) Manually tagged persons for person size determination: black rectangles. (d) Counting result: white rectangles. ir +r, e0 fi í II (a) (b) (c) (d) (e) (f) Figure 4. Image regions of Fig. 1 and the respective tool output. Segmented background regions are surrounded by white frames. (a),(b) In- and output of rectangular marking tool. (c),(d) In- and output of region detection tool. (e),(f) In- and output of color selection tool. eliminated out of the foreground this way. In a short period of time and with a few mouse clicks, it is possible to segment large areas of the image containing no people (see Fig. 4b for an example). As the capabilities of the basic rectangle tool are limited, we provide another tool for segmenting larger regions of background. After excluding the areas showing no people, the areas with sparse people have to be processed. Typical examples for these regions are streets or lawn at the outer parts of a public event. In general, the ground has quite a homogeneous appearance which can be used for segmentation. The region tool detects a connected region simply by clicking into it. This is done by a region growing algorithm starting with the pixel marked by the user as seed point. Further pixels are included into the region if they are similar enough to a neighboring pixel that already belongs to the region. A typical example with uniform background and sparse people is given in Fig. 4c. The output of the region tool is shown in Fig. 4d. The most difficult task is still remaining: segmentation of dense crowds. Such image regions show just some small spots of ground between people. These spots are not connected to each other so the previously introduced region detection tool is quite ineffective here. However, spots close to each other generally show a similar color

5 t t 10! i t It ti Àt.. If r r r Figure 5. Iterative person detection. Each column gives the current data of one processing step in the counting process. First row shows the input images with so far counted persons, second row shows the foreground masks M and last row shows the density maps D. which can be used for segmentation. We design our color tool in a way that it marks all pixels with a similar color to a seed pixel as background (Fig. 4f). Pixels are set as background if their distance to the seed point does not exceed a threshold. This will prevent wrong segmentations of similarly colored pixels that do not belong to the same ground area. The result of the segmentation is a foreground mask M indicating all the people in the image (Fig. 5, second row, first image). 2.2 Person size determination One remaining problem is the unknown size of the people. The size s has to be measured as width w and height h in pixels. With this size we can adapt our model for person detection to the image at hand. Because we demanded the input images to have a vertical view on the scene, size differences between the persons in one image are insignificant. Thus, we can use one model for a whole image and do not have to modify it according to the position. A good way to get the person size s in the image is a user supported approach. The user marks several persons by drawing a frame around each person like in Fig. 3c. The final size s is calculated as average of all marked person sizes. According to experience, a small amount of 5 to 10 people is sufficient to reliably determine the person size s. This results in a small user effort and high accuracy. 2.3 Person detection With the foreground mask M and the person size s, we start a model-based counting. The main idea is to detect persons in the foreground M with a person model P and remove them afterwards out of the foreground so they

6 will not be detected again. Removing a person could simply be done with a foreground subtraction of the person model. We use a rectangular person model of exactly the same size s as a person. The likeliness of the model being at a person s position is measured by the foreground density inside the rectangle. Calculating the density for all possible positions of the model results in a density map D. We store the density at the position of the model s upper left corner pixel. As not all image pixels ensure that the model is completely included in the image, the remaining density values at the border are set to zero. The density at a valid corner pixel p x,y is calculated as follows: D p = 1 w h x+w y+h m i,j, (1) i=x j=y w is the person s width, h is the person s height, both in pixels and m i,j is the value of the foreground mask M at position (i, j). The most likely position of a person is at the position of the largest density value v in D. So this maximum is searched and if v exceeds a threshold S, a person is assumed there. For each found person the total person counter n c is increased by one and the position (x i, y i ) is stored to a list. Since an already found person should not be detected twice, it will be removed from the mask M. This is done by declaring all foreground pixels in the person model rectangle to background pixels. After the reduction of M, the density map D has to be updated at all according positions. This whole process is repeated iteratively until the maximum density v no longer exceeds the threshold S. This process is shown step by step in Fig. 5 for a small example. As result, we get the total number of detected persons and their respective image coordinates. 3. RESULTS We measure the performance of our system in three categories: user effort, computational effort and accuracy. In each category the system is compared to a totally manual counting of the people shown in the image. Manual counting is done similar to the person size determination step: each person is tagged by a rectangular frame. A simple tool for this task allows to load an image and draw rectangles around the people with the mouse. Our test dataset includes 16 images showing a crowd or part of a crowd. They contain between 2 and 12,000 people. We included the image with 2 people for comparison purposes. Most of the images contain about one hundred people. Furthermore, the actual number n a of people in the image has to be known for testing purposes. In most cases, this reference count must carefully be done by hand which means that individuals need to be distinguishable in the image. We determined the actual number n a either from context knowledge or as average from multiple thorough counting cycles by hand. The exact number of people in an image is hard to determine due to occlusions. Unlike the manual counting, which will be compared to the performance of our system, the reference counts were not made as fast as possible, but as accurate as possible. For measuring the accuracy, we take the relative difference between the counted number n c and the actual number n a of persons in the image: d = n c n a n a 100%. (2) The algebraic sign of the divergence d indicates if the number of persons is over- (positive) or underestimated (negative). Fig. 6 shows the divergence in dependency of the actual number of people in the image. The manual counting reaches an average divergence of about 4 percent, whereas our system reaches an average divergence of 24 percent. Although this is not as good as the manual count, it is better than the performance of traditional non-image based methods. In addition, the semi-automatic system tends to produce better counting results with higher numbers of persons in the image. User and computational effort are measured as necessary time in seconds. The user effort t u for our semiautomatic system contains the time for foreground segmentation t f and person size determination t s. Within the computational effort t c all processing times of the person counting step are accumulated. For manual counting there exists of course no computational effort, only the user effort t u. Because the processing duration depends a lot on the input image, we define a normalized version t for each time measure t. With division by the actual

7 75 Divergence in % Number of persons Figure 6. Counting divergence d in dependency of the number of persons n a in the image. Compared between manual counting (boxes) and semi-automatic counting (crosses). Overall effort in s Number of persons User effort in s Number of persons Computational effort in s Number of persons (a) (b) (c) Figure 7. Time effort per person in dependency of the number of persons n a in the image. Compared between manual counting (boxes) and semi-automatic counting (crosses). (a) Overall effort t o, (b) User effort t u, (c) Computational effort t c. number of persons n a in the image, the time for counting one person is calculated: t u = t u n a, t c = t c n a. (3) This allows to compare time measures between different images. The results of the time measurements are shown in Fig. 7. Manual counting generally takes about 1 second per person. But with higher numbers of persons, according to our experience from about 500 persons on, manual counting takes more and more time per person as concentration and attention of the user tend to fade. This explains the single outlier at about 850 persons. For this reason, we did not count the images with more than one thousand people by hand. The actual number of persons for these images was given by their providers. The semi-automatic system shows the inverse trend with an increasing number of people in the image. Due to the decreasing user effort t u, the overall effort t o decreases. One reason is the constant effort for person size determination t s which is independent of the image size and the number of people. In addition, large images of respective crowds can be segmented more efficiently. In this case, larger regions in the image can be segmented in one step. The computational effort is of no consequence to the overall effort, even though, it seems to increase with higher number of persons. In summary, our semi-automatic system reliably exceeds the counting speed of the manual count if the image contains more than one hundred persons.

8 The speedup increases with the number of persons. Counting the image with 12,000 people takes about 9 minutes on the semi-automatic system, whereas manual counting would take more than 3 hours if the optimistic counting speed of 1 second per person is assumed. This results in a speedup factor of at least 20 for the semi-automatic system. 4. CONCLUSION We built an image-based system for counting large crowds. The counting is faster than counting the people in the image by hand and reaches an accuracy that is comparable to the accuracy of the traditional non-image based methods. Because our system provides the people s positions in addition to the number of people present in the image, an ordinary person can check if the counted number is plausible. Having the positions also enables a post-processing of the counting result. If at some spot in the image the segmentation failed, it is possible to delete counted persons there or add them manually. The still rather large user involvement in the system might be reduced by an automated segmentation. This challenge will be the next step to a fully automated counting system. Even though, this might not turn out as an easy task on single images as input data. REFERENCES [1] Junior, J., Musse, S., and Jung, C., Crowd analysis using computer vision techniques, IEEE Signal Processing Magazine 27(5), (2010). [2] Lin, S., Chen, J., and Chao, H., Estimation of number of people in crowded scenes using perspective transformation, IEEE Transactions on Systems, Man and Cybernetics, Part A: Systems and Humans 31(6), (2001). [3] Zhang, X. and Sexton, G., Automatic human head location for pedestrian counting, in [Sixth International Conference on Image Processing and Its Applications, 1997], 2, , IET (1997). [4] Zhao, T. and Nevatia, R., Bayesian human segmentation in crowded situations, in [IEEE Computer Society Conference on Computer Vision and Pattern Recognition, Proceedings], 2, , IEEE (2003). [5] Schofield, A., Stonham, T., and Mehta, P., Automated people counting to aid lift control, Automation in Construction 6(5-6), (1997). [6] Velastin, S., Yin, J., Davies, A., Vicencio-Silva, M., Allsop, R., and Penn, A., Automated measurement of crowd density and motion using image processing, in [Seventh International Conference on Road Traffic Monitoring and Control, 1994], , IET (1994). [7] Davies, A., Yin, J., and Velastin, S., Crowd monitoring using image processing, Electronics & Communication Engineering Journal 7(1), (1995). [8] Hou, Y. and Pang, G., People counting and human detection in a challenging situation, IEEE Transactions on Systems, Man and Cybernetics, Part A: Systems and Humans 41(1), (2011). [9] Wu, X., Liang, G., Lee, K., and Xu, Y., Crowd density estimation using texture analysis and learning, in [IEEE International Conference on Robotics and Biomimetics, ROBIO 06.], , IEEE (2006). [10] Hinz, S., Density and Motion Estimation of People in Crowded Environments Based on Aerial Image Sequences, International Archives of Photogrammetry, Remote Sensing and Spatial Information Sciences 38(1-4-7/W5), on CD (2009). [11] Li, W., Wu, X., and Zhao, H., New techniques of foreground detection, segmentation and density estimation for crowded objects motion analysis, Information and Media Technologies 6(2), (2011).

9 Year: 2012 Author(s): Herrmann, Christian; Metzler, Jürgen; Willersinn, Dieter Title: Semi-automatic people counting in aerial images of large crowds DOI: / ( Copyright Society of Photo-Optical Instrumentation Engineers. One print or electronic copy may be made for personal use only. Systematic reproduction and distribution, duplication of any material in this paper for a fee or for commercial purposes, or modification of the content of the paper are prohibited. Details: Society of Photo-Optical Instrumentation Engineers -SPIE-, Bellingham/Wash.: Electro-Optical Remote Sensing, Photonic Technologies, and Applications VI : 24. Sept. 2012, Edinburgh, United Kingom Bellingham, WA: SPIE, 2012 (Proceedings of SPIE 8542) ISBN: Paper 85420Q

IMAGE PROCESSING TECHNIQUES FOR CROWD DENSITY ESTIMATION USING A REFERENCE IMAGE

IMAGE PROCESSING TECHNIQUES FOR CROWD DENSITY ESTIMATION USING A REFERENCE IMAGE Second Asian Conference on Computer Vision (ACCV9), Singapore, -8 December, Vol. III, pp. 6-1 (invited) IMAGE PROCESSING TECHNIQUES FOR CROWD DENSITY ESTIMATION USING A REFERENCE IMAGE Jia Hong Yin, Sergio

More information

8.2 IMAGE PROCESSING VERSUS IMAGE ANALYSIS Image processing: The collection of routines and

8.2 IMAGE PROCESSING VERSUS IMAGE ANALYSIS Image processing: The collection of routines and 8.1 INTRODUCTION In this chapter, we will study and discuss some fundamental techniques for image processing and image analysis, with a few examples of routines developed for certain purposes. 8.2 IMAGE

More information

Detection and Verification of Missing Components in SMD using AOI Techniques

Detection and Verification of Missing Components in SMD using AOI Techniques , pp.13-22 http://dx.doi.org/10.14257/ijcg.2016.7.2.02 Detection and Verification of Missing Components in SMD using AOI Techniques Sharat Chandra Bhardwaj Graphic Era University, India bhardwaj.sharat@gmail.com

More information

Real-Time Face Detection and Tracking for High Resolution Smart Camera System

Real-Time Face Detection and Tracking for High Resolution Smart Camera System Digital Image Computing Techniques and Applications Real-Time Face Detection and Tracking for High Resolution Smart Camera System Y. M. Mustafah a,b, T. Shan a, A. W. Azman a,b, A. Bigdeli a, B. C. Lovell

More information

A New Connected-Component Labeling Algorithm

A New Connected-Component Labeling Algorithm A New Connected-Component Labeling Algorithm Yuyan Chao 1, Lifeng He 2, Kenji Suzuki 3, Qian Yu 4, Wei Tang 5 1.Shannxi University of Science and Technology, China & Nagoya Sangyo University, Aichi, Japan,

More information

Image Processing Based Vehicle Detection And Tracking System

Image Processing Based Vehicle Detection And Tracking System Image Processing Based Vehicle Detection And Tracking System Poonam A. Kandalkar 1, Gajanan P. Dhok 2 ME, Scholar, Electronics and Telecommunication Engineering, Sipna College of Engineering and Technology,

More information

Proposed Method for Off-line Signature Recognition and Verification using Neural Network

Proposed Method for Off-line Signature Recognition and Verification using Neural Network e-issn: 2349-9745 p-issn: 2393-8161 Scientific Journal Impact Factor (SJIF): 1.711 International Journal of Modern Trends in Engineering and Research www.ijmter.com Proposed Method for Off-line Signature

More information

Face Detection System on Ada boost Algorithm Using Haar Classifiers

Face Detection System on Ada boost Algorithm Using Haar Classifiers Vol.2, Issue.6, Nov-Dec. 2012 pp-3996-4000 ISSN: 2249-6645 Face Detection System on Ada boost Algorithm Using Haar Classifiers M. Gopi Krishna, A. Srinivasulu, Prof (Dr.) T.K.Basak 1, 2 Department of Electronics

More information

Modelling, Simulation and Computing Laboratory (msclab) School of Engineering and Information Technology, Universiti Malaysia Sabah, Malaysia

Modelling, Simulation and Computing Laboratory (msclab) School of Engineering and Information Technology, Universiti Malaysia Sabah, Malaysia 1.0 Introduction During the recent years, image processing based vehicle license plate localisation and recognition has been widely used in numerous areas:- a) Entrance admission b) Speed control Modelling,

More information

Development of an Automatic Camera Control System for Videoing a Normal Classroom to Realize a Distant Lecture

Development of an Automatic Camera Control System for Videoing a Normal Classroom to Realize a Distant Lecture Development of an Automatic Camera Control System for Videoing a Normal Classroom to Realize a Distant Lecture Akira Suganuma Depertment of Intelligent Systems, Kyushu University, 6 1, Kasuga-koen, Kasuga,

More information

Face Detection using 3-D Time-of-Flight and Colour Cameras

Face Detection using 3-D Time-of-Flight and Colour Cameras Face Detection using 3-D Time-of-Flight and Colour Cameras Jan Fischer, Daniel Seitz, Alexander Verl Fraunhofer IPA, Nobelstr. 12, 70597 Stuttgart, Germany Abstract This paper presents a novel method to

More information

An Evaluation of Automatic License Plate Recognition Vikas Kotagyale, Prof.S.D.Joshi

An Evaluation of Automatic License Plate Recognition Vikas Kotagyale, Prof.S.D.Joshi An Evaluation of Automatic License Plate Recognition Vikas Kotagyale, Prof.S.D.Joshi Department of E&TC Engineering,PVPIT,Bavdhan,Pune ABSTRACT: In the last decades vehicle license plate recognition systems

More information

Automatic Vehicles Detection from High Resolution Satellite Imagery Using Morphological Neural Networks

Automatic Vehicles Detection from High Resolution Satellite Imagery Using Morphological Neural Networks Automatic Vehicles Detection from High Resolution Satellite Imagery Using Morphological Neural Networks HONG ZHENG Research Center for Intelligent Image Processing and Analysis School of Electronic Information

More information

Recognition Of Vehicle Number Plate Using MATLAB

Recognition Of Vehicle Number Plate Using MATLAB Recognition Of Vehicle Number Plate Using MATLAB Mr. Ami Kumar Parida 1, SH Mayuri 2,Pallabi Nayk 3,Nidhi Bharti 4 1Asst. Professor, Gandhi Institute Of Engineering and Technology, Gunupur 234Under Graduate,

More information

中国科技论文在线. An Efficient Method of License Plate Location in Natural-scene Image. Haiqi Huang 1, Ming Gu 2,Hongyang Chao 2

中国科技论文在线. An Efficient Method of License Plate Location in Natural-scene Image.   Haiqi Huang 1, Ming Gu 2,Hongyang Chao 2 Fifth International Conference on Fuzzy Systems and Knowledge Discovery n Efficient ethod of License Plate Location in Natural-scene Image Haiqi Huang 1, ing Gu 2,Hongyang Chao 2 1 Department of Computer

More information

Keywords: - Gaussian Mixture model, Maximum likelihood estimator, Multiresolution analysis

Keywords: - Gaussian Mixture model, Maximum likelihood estimator, Multiresolution analysis Volume 4, Issue 2, February 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Expectation

More information

Copyright 1997 by the Society of Photo-Optical Instrumentation Engineers.

Copyright 1997 by the Society of Photo-Optical Instrumentation Engineers. Copyright 1997 by the Society of Photo-Optical Instrumentation Engineers. This paper was published in the proceedings of Microlithographic Techniques in IC Fabrication, SPIE Vol. 3183, pp. 14-27. It is

More information

An Efficient Noise Removing Technique Using Mdbut Filter in Images

An Efficient Noise Removing Technique Using Mdbut Filter in Images IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 10, Issue 3, Ver. II (May - Jun.2015), PP 49-56 www.iosrjournals.org An Efficient Noise

More information

Collaborative Augmented Reality Based People Counting System

Collaborative Augmented Reality Based People Counting System Collaborative Augmented Reality Based People Counting System Akhil Khare, Kanchan Warke, Dr. Akhilesh Upadhayay Abstract People counting system have wide potential application including video surveillance

More information

Semi-Automated Road Extraction from QuickBird Imagery. Ruisheng Wang, Yun Zhang

Semi-Automated Road Extraction from QuickBird Imagery. Ruisheng Wang, Yun Zhang Semi-Automated Road Extraction from QuickBird Imagery Ruisheng Wang, Yun Zhang Department of Geodesy and Geomatics Engineering University of New Brunswick Fredericton, New Brunswick, Canada. E3B 5A3

More information

International Journal of Advanced Research in Computer Science and Software Engineering

International Journal of Advanced Research in Computer Science and Software Engineering Volume 3, Issue 4, April 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A Novel Approach

More information

Improving Signal- to- noise Ratio in Remotely Sensed Imagery Using an Invertible Blur Technique

Improving Signal- to- noise Ratio in Remotely Sensed Imagery Using an Invertible Blur Technique Improving Signal- to- noise Ratio in Remotely Sensed Imagery Using an Invertible Blur Technique Linda K. Le a and Carl Salvaggio a a Rochester Institute of Technology, Center for Imaging Science, Digital

More information

Multi-Resolution Estimation of Optical Flow on Vehicle Tracking under Unpredictable Environments

Multi-Resolution Estimation of Optical Flow on Vehicle Tracking under Unpredictable Environments , pp.32-36 http://dx.doi.org/10.14257/astl.2016.129.07 Multi-Resolution Estimation of Optical Flow on Vehicle Tracking under Unpredictable Environments Viet Dung Do 1 and Dong-Min Woo 1 1 Department of

More information

Automatic License Plate Recognition System using Histogram Graph Algorithm

Automatic License Plate Recognition System using Histogram Graph Algorithm Automatic License Plate Recognition System using Histogram Graph Algorithm Divyang Goswami 1, M.Tech Electronics & Communication Engineering Department Marudhar Engineering College, Raisar Bikaner, Rajasthan,

More information

Background Subtraction Fusing Colour, Intensity and Edge Cues

Background Subtraction Fusing Colour, Intensity and Edge Cues Background Subtraction Fusing Colour, Intensity and Edge Cues I. Huerta and D. Rowe and M. Viñas and M. Mozerov and J. Gonzàlez + Dept. d Informàtica, Computer Vision Centre, Edifici O. Campus UAB, 08193,

More information

Automated Driving Car Using Image Processing

Automated Driving Car Using Image Processing Automated Driving Car Using Image Processing Shrey Shah 1, Debjyoti Das Adhikary 2, Ashish Maheta 3 Abstract: In day to day life many car accidents occur due to lack of concentration as well as lack of

More information

Main Subject Detection of Image by Cropping Specific Sharp Area

Main Subject Detection of Image by Cropping Specific Sharp Area Main Subject Detection of Image by Cropping Specific Sharp Area FOTIOS C. VAIOULIS 1, MARIOS S. POULOS 1, GEORGE D. BOKOS 1 and NIKOLAOS ALEXANDRIS 2 Department of Archives and Library Science Ionian University

More information

THERMAL IMAGING ANALYSIS OF POTENTIALLY HARMFUL SUBJECT FOR NIGHT VISION SYSTEM

THERMAL IMAGING ANALYSIS OF POTENTIALLY HARMFUL SUBJECT FOR NIGHT VISION SYSTEM THERMAL IMAGING ANALYSIS OF POTENTIALLY HARMFUL SUBJECT FOR NIGHT VISION SYSTEM Noor Amira Syuhada Mahamad Salleh 1, Kamarul Hawari Ghazali 2 Faculty of Electrical and Electronics Engineering, Universiti

More information

C. Efficient Removal Of Impulse Noise In [7], a method used to remove the impulse noise (ERIN) is based on simple fuzzy impulse detection technique.

C. Efficient Removal Of Impulse Noise In [7], a method used to remove the impulse noise (ERIN) is based on simple fuzzy impulse detection technique. Removal of Impulse Noise In Image Using Simple Edge Preserving Denoising Technique Omika. B 1, Arivuselvam. B 2, Sudha. S 3 1-3 Department of ECE, Easwari Engineering College Abstract Images are most often

More information

Color Image Segmentation Using K-Means Clustering and Otsu s Adaptive Thresholding

Color Image Segmentation Using K-Means Clustering and Otsu s Adaptive Thresholding Color Image Segmentation Using K-Means Clustering and Otsu s Adaptive Thresholding Vijay Jumb, Mandar Sohani, Avinash Shrivas Abstract In this paper, an approach for color image segmentation is presented.

More information

Stochastic Screens Robust to Mis- Registration in Multi-Pass Printing

Stochastic Screens Robust to Mis- Registration in Multi-Pass Printing Published as: G. Sharma, S. Wang, and Z. Fan, "Stochastic Screens robust to misregistration in multi-pass printing," Proc. SPIE: Color Imaging: Processing, Hard Copy, and Applications IX, vol. 5293, San

More information

Automatic Licenses Plate Recognition System

Automatic Licenses Plate Recognition System Automatic Licenses Plate Recognition System Garima R. Yadav Dept. of Electronics & Comm. Engineering Marathwada Institute of Technology, Aurangabad (Maharashtra), India yadavgarima08@gmail.com Prof. H.K.

More information

Independent Component Analysis- Based Background Subtraction for Indoor Surveillance

Independent Component Analysis- Based Background Subtraction for Indoor Surveillance Independent Component Analysis- Based Background Subtraction for Indoor Surveillance Du-Ming Tsai, Shia-Chih Lai IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 18, NO. 1, pp. 158 167, JANUARY 2009 Presenter

More information

A Chinese License Plate Recognition System

A Chinese License Plate Recognition System A Chinese License Plate Recognition System Bai Yanping, Hu Hongping, Li Fei Key Laboratory of Instrument Science and Dynamic Measurement North University of China, No xueyuan road, TaiYuan, ShanXi 00051,

More information

Image Extraction using Image Mining Technique

Image Extraction using Image Mining Technique IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719 Vol. 3, Issue 9 (September. 2013), V2 PP 36-42 Image Extraction using Image Mining Technique Prof. Samir Kumar Bandyopadhyay,

More information

ROBOT VISION. Dr.M.Madhavi, MED, MVSREC

ROBOT VISION. Dr.M.Madhavi, MED, MVSREC ROBOT VISION Dr.M.Madhavi, MED, MVSREC Robotic vision may be defined as the process of acquiring and extracting information from images of 3-D world. Robotic vision is primarily targeted at manipulation

More information

License Plate Localisation based on Morphological Operations

License Plate Localisation based on Morphological Operations License Plate Localisation based on Morphological Operations Xiaojun Zhai, Faycal Benssali and Soodamani Ramalingam School of Engineering & Technology University of Hertfordshire, UH Hatfield, UK Abstract

More information

Colour Profiling Using Multiple Colour Spaces

Colour Profiling Using Multiple Colour Spaces Colour Profiling Using Multiple Colour Spaces Nicola Duffy and Gerard Lacey Computer Vision and Robotics Group, Trinity College, Dublin.Ireland duffynn@cs.tcd.ie Abstract This paper presents an original

More information

Segmentation Plate and Number Vehicle using Integral Projection

Segmentation Plate and Number Vehicle using Integral Projection Segmentation Plate and Number Vehicle using Integral Projection Mochamad Mobed Bachtiar 1, Sigit Wasista 2, Mukhammad Syarifudin Hidayatulloh 3 1,2,3 Program Studi D4 Teknik Komputer Departemen Informatika

More information

A Mathematical model for the determination of distance of an object in a 2D image

A Mathematical model for the determination of distance of an object in a 2D image A Mathematical model for the determination of distance of an object in a 2D image Deepu R 1, Murali S 2,Vikram Raju 3 Maharaja Institute of Technology Mysore, Karnataka, India rdeepusingh@mitmysore.in

More information

Multimodal Face Recognition using Hybrid Correlation Filters

Multimodal Face Recognition using Hybrid Correlation Filters Multimodal Face Recognition using Hybrid Correlation Filters Anamika Dubey, Abhishek Sharma Electrical Engineering Department, Indian Institute of Technology Roorkee, India {ana.iitr, abhisharayiya}@gmail.com

More information

WHITE PAPER. Methods for Measuring Flat Panel Display Defects and Mura as Correlated to Human Visual Perception

WHITE PAPER. Methods for Measuring Flat Panel Display Defects and Mura as Correlated to Human Visual Perception Methods for Measuring Flat Panel Display Defects and Mura as Correlated to Human Visual Perception Methods for Measuring Flat Panel Display Defects and Mura as Correlated to Human Visual Perception Abstract

More information

Improving registration metrology by correlation methods based on alias-free image simulation

Improving registration metrology by correlation methods based on alias-free image simulation Improving registration metrology by correlation methods based on alias-free image simulation D. Seidel a, M. Arnz b, D. Beyer a a Carl Zeiss SMS GmbH, 07745 Jena, Germany b Carl Zeiss SMT AG, 73447 Oberkochen,

More information

People Counting in Extremely Dense Crowd using Blob Size Optimization.

People Counting in Extremely Dense Crowd using Blob Size Optimization. People Counting in Extremely Dense Crowd using Blob Size Optimization Muhammad Arif [1,2], Sultan Daud [1,2], Saleh Basalamah [1,2] [1] Center of Research Excellence in Hajj and Omrah (HajjCoRE), Umm Al-Qura

More information

A Study on the control Method of 3-Dimensional Space Application using KINECT System Jong-wook Kang, Dong-jun Seo, and Dong-seok Jung,

A Study on the control Method of 3-Dimensional Space Application using KINECT System Jong-wook Kang, Dong-jun Seo, and Dong-seok Jung, IJCSNS International Journal of Computer Science and Network Security, VOL.11 No.9, September 2011 55 A Study on the control Method of 3-Dimensional Space Application using KINECT System Jong-wook Kang,

More information

Frequency Domain Median-like Filter for Periodic and Quasi-Periodic Noise Removal

Frequency Domain Median-like Filter for Periodic and Quasi-Periodic Noise Removal Header for SPIE use Frequency Domain Median-like Filter for Periodic and Quasi-Periodic Noise Removal Igor Aizenberg and Constantine Butakoff Neural Networks Technologies Ltd. (Israel) ABSTRACT Removal

More information

Near Infrared Face Image Quality Assessment System of Video Sequences

Near Infrared Face Image Quality Assessment System of Video Sequences 2011 Sixth International Conference on Image and Graphics Near Infrared Face Image Quality Assessment System of Video Sequences Jianfeng Long College of Electrical and Information Engineering Hunan University

More information

NON UNIFORM BACKGROUND REMOVAL FOR PARTICLE ANALYSIS BASED ON MORPHOLOGICAL STRUCTURING ELEMENT:

NON UNIFORM BACKGROUND REMOVAL FOR PARTICLE ANALYSIS BASED ON MORPHOLOGICAL STRUCTURING ELEMENT: IJCE January-June 2012, Volume 4, Number 1 pp. 59 67 NON UNIFORM BACKGROUND REMOVAL FOR PARTICLE ANALYSIS BASED ON MORPHOLOGICAL STRUCTURING ELEMENT: A COMPARATIVE STUDY Prabhdeep Singh1 & A. K. Garg2

More information

Efficient Car License Plate Detection and Recognition by Using Vertical Edge Based Method

Efficient Car License Plate Detection and Recognition by Using Vertical Edge Based Method Efficient Car License Plate Detection and Recognition by Using Vertical Edge Based Method M. Veerraju *1, S. Saidarao *2 1 Student, (M.Tech), Department of ECE, NIE, Macherla, Andrapradesh, India. E-Mail:

More information

A Global-Local Contrast based Image Enhancement Technique based on Local Standard Deviation

A Global-Local Contrast based Image Enhancement Technique based on Local Standard Deviation A Global-Local Contrast based Image Enhancement Technique based on Local Standard Deviation Archana Singh Ch. Beeri Singh College of Engg & Management Agra, India Neeraj Kumar Hindustan College of Science

More information

Detail preserving impulsive noise removal

Detail preserving impulsive noise removal Signal Processing: Image Communication 19 (24) 993 13 www.elsevier.com/locate/image Detail preserving impulsive noise removal Naif Alajlan a,, Mohamed Kamel a, Ed Jernigan b a PAMI Lab, Electrical and

More information

Combined Approach for Face Detection, Eye Region Detection and Eye State Analysis- Extended Paper

Combined Approach for Face Detection, Eye Region Detection and Eye State Analysis- Extended Paper International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 10, Issue 9 (September 2014), PP.57-68 Combined Approach for Face Detection, Eye

More information

Color Image Segmentation in RGB Color Space Based on Color Saliency

Color Image Segmentation in RGB Color Space Based on Color Saliency Color Image Segmentation in RGB Color Space Based on Color Saliency Chen Zhang 1, Wenzhu Yang 1,*, Zhaohai Liu 1, Daoliang Li 2, Yingyi Chen 2, and Zhenbo Li 2 1 College of Mathematics and Computer Science,

More information

Research on Pupil Segmentation and Localization in Micro Operation Hu BinLiang1, a, Chen GuoLiang2, b, Ma Hui2, c

Research on Pupil Segmentation and Localization in Micro Operation Hu BinLiang1, a, Chen GuoLiang2, b, Ma Hui2, c 3rd International Conference on Machinery, Materials and Information Technology Applications (ICMMITA 2015) Research on Pupil Segmentation and Localization in Micro Operation Hu BinLiang1, a, Chen GuoLiang2,

More information

Checkerboard Tracker for Camera Calibration. Andrew DeKelaita EE368

Checkerboard Tracker for Camera Calibration. Andrew DeKelaita EE368 Checkerboard Tracker for Camera Calibration Abstract Andrew DeKelaita EE368 The checkerboard extraction process is an important pre-preprocessing step in camera calibration. This project attempts to implement

More information

Vehicle License Plate Recognition System Using LoG Operator for Edge Detection and Radon Transform for Slant Correction

Vehicle License Plate Recognition System Using LoG Operator for Edge Detection and Radon Transform for Slant Correction Vehicle License Plate Recognition System Using LoG Operator for Edge Detection and Radon Transform for Slant Correction Jaya Gupta, Prof. Supriya Agrawal Computer Engineering Department, SVKM s NMIMS University

More information

Vehicle parameter detection in Cyber Physical System

Vehicle parameter detection in Cyber Physical System Vehicle parameter detection in Cyber Physical System Prof. Miss. Rupali.R.Jagtap 1, Miss. Patil Swati P 2 1Head of Department of Electronics and Telecommunication Engineering,ADCET, Ashta,MH,India 2Department

More information

Evolution of Sensor Suites for Complex Environments

Evolution of Sensor Suites for Complex Environments Evolution of Sensor Suites for Complex Environments Annie S. Wu, Ayse S. Yilmaz, and John C. Sciortino, Jr. Abstract We present a genetic algorithm (GA) based decision tool for the design and configuration

More information

Correction of Clipped Pixels in Color Images

Correction of Clipped Pixels in Color Images Correction of Clipped Pixels in Color Images IEEE Transaction on Visualization and Computer Graphics, Vol. 17, No. 3, 2011 Di Xu, Colin Doutre, and Panos Nasiopoulos Presented by In-Yong Song School of

More information

Improved Region of Interest for Infrared Images Using. Rayleigh Contrast-Limited Adaptive Histogram Equalization

Improved Region of Interest for Infrared Images Using. Rayleigh Contrast-Limited Adaptive Histogram Equalization Improved Region of Interest for Infrared Images Using Rayleigh Contrast-Limited Adaptive Histogram Equalization S. Erturk Kocaeli University Laboratory of Image and Signal processing (KULIS) 41380 Kocaeli,

More information

Wheeler-Classified Vehicle Detection System using CCTV Cameras

Wheeler-Classified Vehicle Detection System using CCTV Cameras Wheeler-Classified Vehicle Detection System using CCTV Cameras Pratishtha Gupta Assistant Professor: Computer Science Banasthali University Jaipur, India G. N. Purohit Professor: Computer Science Banasthali

More information

An Improved Bernsen Algorithm Approaches For License Plate Recognition

An Improved Bernsen Algorithm Approaches For License Plate Recognition IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) ISSN: 78-834, ISBN: 78-8735. Volume 3, Issue 4 (Sep-Oct. 01), PP 01-05 An Improved Bernsen Algorithm Approaches For License Plate Recognition

More information

Background Adaptive Band Selection in a Fixed Filter System

Background Adaptive Band Selection in a Fixed Filter System Background Adaptive Band Selection in a Fixed Filter System Frank J. Crosby, Harold Suiter Naval Surface Warfare Center, Coastal Systems Station, Panama City, FL 32407 ABSTRACT An automated band selection

More information

Controlling Humanoid Robot Using Head Movements

Controlling Humanoid Robot Using Head Movements Volume-5, Issue-2, April-2015 International Journal of Engineering and Management Research Page Number: 648-652 Controlling Humanoid Robot Using Head Movements S. Mounica 1, A. Naga bhavani 2, Namani.Niharika

More information

Urban Feature Classification Technique from RGB Data using Sequential Methods

Urban Feature Classification Technique from RGB Data using Sequential Methods Urban Feature Classification Technique from RGB Data using Sequential Methods Hassan Elhifnawy Civil Engineering Department Military Technical College Cairo, Egypt Abstract- This research produces a fully

More information

The Effect of Exposure on MaxRGB Color Constancy

The Effect of Exposure on MaxRGB Color Constancy The Effect of Exposure on MaxRGB Color Constancy Brian Funt and Lilong Shi School of Computing Science Simon Fraser University Burnaby, British Columbia Canada Abstract The performance of the MaxRGB illumination-estimation

More information

Detection of Compound Structures in Very High Spatial Resolution Images

Detection of Compound Structures in Very High Spatial Resolution Images Detection of Compound Structures in Very High Spatial Resolution Images Selim Aksoy Department of Computer Engineering Bilkent University Bilkent, 06800, Ankara, Turkey saksoy@cs.bilkent.edu.tr Joint work

More information

Segmentation using Saturation Thresholding and its Application in Content-Based Retrieval of Images

Segmentation using Saturation Thresholding and its Application in Content-Based Retrieval of Images Segmentation using Saturation Thresholding and its Application in Content-Based Retrieval of Images A. Vadivel 1, M. Mohan 1, Shamik Sural 2 and A.K.Majumdar 1 1 Department of Computer Science and Engineering,

More information

Linear Gaussian Method to Detect Blurry Digital Images using SIFT

Linear Gaussian Method to Detect Blurry Digital Images using SIFT IJCAES ISSN: 2231-4946 Volume III, Special Issue, November 2013 International Journal of Computer Applications in Engineering Sciences Special Issue on Emerging Research Areas in Computing(ERAC) www.caesjournals.org

More information

Edge Potency Filter Based Color Filter Array Interruption

Edge Potency Filter Based Color Filter Array Interruption Edge Potency Filter Based Color Filter Array Interruption GURRALA MAHESHWAR Dept. of ECE B. SOWJANYA Dept. of ECE KETHAVATH NARENDER Associate Professor, Dept. of ECE PRAKASH J. PATIL Head of Dept.ECE

More information

OPPORTUNISTIC TRAFFIC SENSING USING EXISTING VIDEO SOURCES (PHASE II)

OPPORTUNISTIC TRAFFIC SENSING USING EXISTING VIDEO SOURCES (PHASE II) CIVIL ENGINEERING STUDIES Illinois Center for Transportation Series No. 17-003 UILU-ENG-2017-2003 ISSN: 0197-9191 OPPORTUNISTIC TRAFFIC SENSING USING EXISTING VIDEO SOURCES (PHASE II) Prepared By Jakob

More information

Intelligent Nighttime Video Surveillance Using Multi-Intensity Infrared Illuminator

Intelligent Nighttime Video Surveillance Using Multi-Intensity Infrared Illuminator , October 19-21, 2011, San Francisco, USA Intelligent Nighttime Video Surveillance Using Multi-Intensity Infrared Illuminator Peggy Joy Lu, Jen-Hui Chuang, and Horng-Horng Lin Abstract In nighttime video

More information

A NOVEL APPROACH FOR CHARACTER RECOGNITION OF VEHICLE NUMBER PLATES USING CLASSIFICATION

A NOVEL APPROACH FOR CHARACTER RECOGNITION OF VEHICLE NUMBER PLATES USING CLASSIFICATION A NOVEL APPROACH FOR CHARACTER RECOGNITION OF VEHICLE NUMBER PLATES USING CLASSIFICATION Nora Naik Assistant Professor, Dept. of Computer Engineering, Agnel Institute of Technology & Design, Goa, India

More information

A Vehicular Visual Tracking System Incorporating Global Positioning System

A Vehicular Visual Tracking System Incorporating Global Positioning System A Vehicular Visual Tracking System Incorporating Global Positioning System Hsien-Chou Liao and Yu-Shiang Wang Abstract Surveillance system is widely used in the traffic monitoring. The deployment of cameras

More information

Bayesian Foreground and Shadow Detection in Uncertain Frame Rate Surveillance Videos

Bayesian Foreground and Shadow Detection in Uncertain Frame Rate Surveillance Videos ABSTRACT AND FIGURES OF PAPER PUBLISHED IN IEEE TRANSACTIONS ON IMAGE PROCESSING VOL. 17, NO. 4, 2008 1 Bayesian Foreground and Shadow Detection in Uncertain Frame Rate Surveillance Videos Csaba Benedek,

More information

Robust Segmentation of Freight Containers in Train Monitoring Videos

Robust Segmentation of Freight Containers in Train Monitoring Videos Robust Segmentation of Freight Containers in Train Monitoring Videos Qing-Jie Kong,, Avinash Kumar, Narendra Ahuja, and Yuncai Liu Department of Electrical and Computer Engineering University of Illinois

More information

Extraction and Recognition of Text From Digital English Comic Image Using Median Filter

Extraction and Recognition of Text From Digital English Comic Image Using Median Filter Extraction and Recognition of Text From Digital English Comic Image Using Median Filter S.Ranjini 1 Research Scholar,Department of Information technology Bharathiar University Coimbatore,India ranjinisengottaiyan@gmail.com

More information

SECTION I - CHAPTER 2 DIGITAL IMAGING PROCESSING CONCEPTS

SECTION I - CHAPTER 2 DIGITAL IMAGING PROCESSING CONCEPTS RADT 3463 - COMPUTERIZED IMAGING Section I: Chapter 2 RADT 3463 Computerized Imaging 1 SECTION I - CHAPTER 2 DIGITAL IMAGING PROCESSING CONCEPTS RADT 3463 COMPUTERIZED IMAGING Section I: Chapter 2 RADT

More information

International Conference on Computer, Communication, Control and Information Technology (C 3 IT 2009) Paper Code: DSIP-024

International Conference on Computer, Communication, Control and Information Technology (C 3 IT 2009) Paper Code: DSIP-024 Paper Code: DSIP-024 Oral 270 A NOVEL SCHEME FOR BINARIZATION OF VEHICLE IMAGES USING HIERARCHICAL HISTOGRAM EQUALIZATION TECHNIQUE Satadal Saha 1, Subhadip Basu 2 *, Mita Nasipuri 2, Dipak Kumar Basu

More information

Artificial Beacons with RGB-D Environment Mapping for Indoor Mobile Robot Localization

Artificial Beacons with RGB-D Environment Mapping for Indoor Mobile Robot Localization Sensors and Materials, Vol. 28, No. 6 (2016) 695 705 MYU Tokyo 695 S & M 1227 Artificial Beacons with RGB-D Environment Mapping for Indoor Mobile Robot Localization Chun-Chi Lai and Kuo-Lan Su * Department

More information

Practical Content-Adaptive Subsampling for Image and Video Compression

Practical Content-Adaptive Subsampling for Image and Video Compression Practical Content-Adaptive Subsampling for Image and Video Compression Alexander Wong Department of Electrical and Computer Eng. University of Waterloo Waterloo, Ontario, Canada, N2L 3G1 a28wong@engmail.uwaterloo.ca

More information

Automatic Counterfeit Protection System Code Classification

Automatic Counterfeit Protection System Code Classification Automatic Counterfeit Protection System Code Classification Joost van Beusekom a,b, Marco Schreyer a, Thomas M. Breuel b a German Research Center for Artificial Intelligence (DFKI) GmbH D-67663 Kaiserslautern,

More information

A Fast Segmentation Algorithm for Bi-Level Image Compression using JBIG2

A Fast Segmentation Algorithm for Bi-Level Image Compression using JBIG2 A Fast Segmentation Algorithm for Bi-Level Image Compression using JBIG2 Dave A. D. Tompkins and Faouzi Kossentini Signal Processing and Multimedia Group Department of Electrical and Computer Engineering

More information

Chapter 17. Shape-Based Operations

Chapter 17. Shape-Based Operations Chapter 17 Shape-Based Operations An shape-based operation identifies or acts on groups of pixels that belong to the same object or image component. We have already seen how components may be identified

More information

An Adaptive Kernel-Growing Median Filter for High Noise Images. Jacob Laurel. Birmingham, AL, USA. Birmingham, AL, USA

An Adaptive Kernel-Growing Median Filter for High Noise Images. Jacob Laurel. Birmingham, AL, USA. Birmingham, AL, USA An Adaptive Kernel-Growing Median Filter for High Noise Images Jacob Laurel Department of Electrical and Computer Engineering, University of Alabama at Birmingham, Birmingham, AL, USA Electrical and Computer

More information

Fig 1: Error Diffusion halftoning method

Fig 1: Error Diffusion halftoning method Volume 3, Issue 6, June 013 ISSN: 77 18X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com An Approach to Digital

More information

Keyword: Morphological operation, template matching, license plate localization, character recognition.

Keyword: Morphological operation, template matching, license plate localization, character recognition. Volume 4, Issue 11, November 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Automatic

More information

Survey on Impulse Noise Suppression Techniques for Digital Images

Survey on Impulse Noise Suppression Techniques for Digital Images Survey on Impulse Noise Suppression Techniques for Digital Images 1PG Student, Department of Electronics and Communication Engineering, Punjabi University, Patiala, India 2Assistant Professor, Department

More information

A Method of Multi-License Plate Location in Road Bayonet Image

A Method of Multi-License Plate Location in Road Bayonet Image A Method of Multi-License Plate Location in Road Bayonet Image Ying Qian The lab of Graphics and Multimedia Chongqing University of Posts and Telecommunications Chongqing, China Zhi Li The lab of Graphics

More information

Copyright 2002 by the Society of Photo-Optical Instrumentation Engineers.

Copyright 2002 by the Society of Photo-Optical Instrumentation Engineers. Copyright 22 by the Society of Photo-Optical Instrumentation Engineers. This paper was published in the proceedings of Optical Microlithography XV, SPIE Vol. 4691, pp. 98-16. It is made available as an

More information

Multi-Image Deblurring For Real-Time Face Recognition System

Multi-Image Deblurring For Real-Time Face Recognition System Volume 118 No. 8 2018, 295-301 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Multi-Image Deblurring For Real-Time Face Recognition System B.Sarojini

More information

Morphological Image Processing Approach of Vehicle Detection for Real-Time Traffic Analysis

Morphological Image Processing Approach of Vehicle Detection for Real-Time Traffic Analysis Morphological Image Processing Approach of Vehicle Detection for Real-Time Traffic Analysis Prutha Y M *1, Department Of Computer Science and Engineering Affiliated to VTU Belgaum, Karnataka Rao Bahadur

More information

Real Time Video Analysis using Smart Phone Camera for Stroboscopic Image

Real Time Video Analysis using Smart Phone Camera for Stroboscopic Image Real Time Video Analysis using Smart Phone Camera for Stroboscopic Image Somnath Mukherjee, Kritikal Solutions Pvt. Ltd. (India); Soumyajit Ganguly, International Institute of Information Technology (India)

More information

Automatic Laser-Controlled Erection Management System for High-rise Buildings

Automatic Laser-Controlled Erection Management System for High-rise Buildings Automation and Robotics in Construction XI D.A. Chamberlain (Editor) 1994 Elsevier Science B.V. All rights reserved. 313 Automatic Laser-Controlled Erection Management System for High-rise Buildings Tadashi

More information

SCIENCE & TECHNOLOGY

SCIENCE & TECHNOLOGY Pertanika J. Sci. & Technol. 25 (S): 163-172 (2017) SCIENCE & TECHNOLOGY Journal homepage: http://www.pertanika.upm.edu.my/ Performance Comparison of Min-Max Normalisation on Frontal Face Detection Using

More information

An Efficient Method for Vehicle License Plate Detection in Complex Scenes

An Efficient Method for Vehicle License Plate Detection in Complex Scenes Circuits and Systems, 011,, 30-35 doi:10.436/cs.011.4044 Published Online October 011 (http://.scirp.org/journal/cs) An Efficient Method for Vehicle License Plate Detection in Complex Scenes Abstract Mahmood

More information

Stamp detection in scanned documents

Stamp detection in scanned documents Annales UMCS Informatica AI X, 1 (2010) 61-68 DOI: 10.2478/v10065-010-0036-6 Stamp detection in scanned documents Paweł Forczmański Chair of Multimedia Systems, West Pomeranian University of Technology,

More information

A Comparison Between Camera Calibration Software Toolboxes

A Comparison Between Camera Calibration Software Toolboxes 2016 International Conference on Computational Science and Computational Intelligence A Comparison Between Camera Calibration Software Toolboxes James Rothenflue, Nancy Gordillo-Herrejon, Ramazan S. Aygün

More information

An Efficient Color Image Segmentation using Edge Detection and Thresholding Methods

An Efficient Color Image Segmentation using Edge Detection and Thresholding Methods 19 An Efficient Color Image Segmentation using Edge Detection and Thresholding Methods T.Arunachalam* Post Graduate Student, P.G. Dept. of Computer Science, Govt Arts College, Melur - 625 106 Email-Arunac682@gmail.com

More information

Image Analysis of Granular Mixtures: Using Neural Networks Aided by Heuristics

Image Analysis of Granular Mixtures: Using Neural Networks Aided by Heuristics Image Analysis of Granular Mixtures: Using Neural Networks Aided by Heuristics Justin Eldridge The Ohio State University In order to gain a deeper understanding of how individual grain configurations affect

More information