Linear Regression Based Global Thresholding

Size: px
Start display at page:

Download "Linear Regression Based Global Thresholding"

Transcription

1 Linear Regression Based Global ing Khalid Aboura Centre for Built Infrastructure Research University of Technology Sydney 5 Broadway, Ultimo, NSW 27, Australia kaboura@eng.uts.edu.au Abstract A large number of thresholding methods exist. These methods perform differently in various image analysis problems where they are often used locally. They are not as effective globally. Global thresholding is a difficult task in most problems. We highlight a linear regression based global thresholding method that performed well in an engineering problem. This same approach can be used in biomedical applications where the environment is better controlled.. Introduction In image processing, there is almost always the need to segment the image, that is separate an object from the rest of the image. A natural way to segment is through thresholding, using the intensities of the pixels to create binary images. It is done by turning all pixels below an intensity threshold to zero and all pixels above that threshold to one. This reduction of information facilitates the application of mathematical algorithms in the treatment of the image for the localization of objects or assessment of characteristics of the image. This facilitation is important in image processing where volume, real-time processing, and reliability needs impose the requirement for automatic processing. ing can be effective. But this simple and easy to conduct operation requires a careful choice of the threshold. The almost infinite variety of pixel color combinations that can exist in an image presents a challenge in determining the threshold value. A large number of thresholding algorithms exist but their success is often local, where the algorithms exploit the local properties of the object being sought in the image. Effective global thresholding methods are rare. While success in any approach is measured within the context of the image processing task at hand, it remains that few global approaches are attempted. In this article we review briefly the operation of thresholding and see its importance in biomedical applications. We then highlight a global method that proved effective in an engineering problem. The approach uses linear regression on transformations of the colors of the image to produce a clear segmentation of the desired foreground. We conclude by encouraging the use of the approach in the treatment of biomedical images where the environment is better controlled. 2. ing Image thresholding is a classification problem where the pixels of an image are put into two classes: foreground and background. ing creates binary images from grey-scale ones by turning all pixels below some intensity threshold (gray level) to zero (black) and all pixels above that threshold to one (white). A digital image is a matrix of values consisting of the colors of the pixels. For a n m image, let I i,j represents the color of pixel (i, j), i =,..., n, j =,..., m. In the RGB (Red Green Blue) image color space, I i,j can take one of = 6, 777, 26 possible colors. This range creates an extremely large number of combinations of pixel values making up the image. To work in such image space makes it nearly impossible to have reasonable processing times. A reduction in dimension is unavoidable and it comes first in the form of a grayscale, or gray level, transformation. The color image is reduced to a grayscale image through the application of one of a number of transformations that can take the pixel value from [ 255] 3 to [ 255]. One such transformation is J i,j =.2989 R G +.4 B if I i,j = (R, G, B) where R, G and B are in [ 255]. This mathematical operation turns the color image into an image with shades of gray, where only the intensity of the pixel is shown. However, even in this gray-level, one dimensioned pixel space, the application of some search algorithms can be tedious and would require long processing times. In some image analysis problems such as the search for an object in the image, or the definition of a contour, the difficulty may be greatly reduced by switching to a black and white image, without too much loss in efficiency. The reduction

2 Level =.3 in information is compensated by the large reduction in the size of the search problem. In a black and white image, each pixel can have only one of two values, for black and for white, as compared to a whole interval [ 255], or 256 values for a gray pixel. When this difference is taken to a n m image, where n and m are in the hundreds, it makes a great difference. In a black and white image, it is possible to apply mathematical algorithms in realistic processing times. The operation of turning a gray-scale image into a black and white image is often done through a thresholding operation, by letting the pixel value be if it corresponding gray-scale value, or intensity, J is above some threshold T. Often, T is normalized and taken to be in the range [ ], and the intensities J of the pixels are compared to 255 T. Bellow this value, the pixels are blackened. Above it, they are whitened. To illustrate the thresholding problem, we take the image of cells used in biomedicine (Figure a) and taken from the image bank of the National Institutes of Health, US Department of Health and Human Services []. The actin (purple), microtubules (yellow), and nuclei (green) are labeled in these cells by immunofluorescence. We first take the image though a grayscale transformation using the formula J =.2989 R+.587 G+.4 B on the RGB components of the image. Then we use a well known thresholding method, the Otsu method [2] and apply it to the grayscale image to obtain the black and white image in Figure b. The (a) Original Image (b) Otsu ing Figure. Cell image (NIH []) Otsu method is a clustering-based method. The algorithm assumes two classes of pixels, say foreground and background. It then computes the optimal threshold that minimizes the weighted sum of within-class variances of the foreground and background pixels. This method gives satisfactory results when the numbers of pixels in each class are close to each other. The Otsu method still remains one of the most referenced thresholding methods. In the case of Figure a, it yielded an optimal threshold of To understand threshloding better, we vary the threshold T from its optimal value and set it to.,.3,.7 and.9. The resulting black and white images are show in Figure 2. Varying the threshold T from to takes the resulting image from an all white image to a completely dark (a) T=. (c) T=.7 (b) T=.3 (d) T=.9 Figure 2. Different thresholds one. There is an optimal threshold level that separates best the desired features in the image. In this example, the Otsu level of.4275 seems to provide a good black and white image, although good here depends on the context, that is the goal of the image analysis problem. Another biomedical example of thresholding is the automatic segmentation of the caudate nucleus (CN) region from human brain magnetic resonance images (MRI) [3]. The issue of automation is important in the analysis of MRIs. Manual segmentation requires significant time on the part of expert medical staff. In addition, manual inspection is prone to human errors [4]. In the case of this particular biomedical problem, existing solutions such as SnAP [5], a software package for CN segmentation available in the public domain, require manual input for a number of tasks including thresholding. This highlight the importance of thresholding. It is a significant step in any image analysis. All ensuing results depend on the effectiveness of the separation of pixels in the image before applying any search or localization algorithm. Undeman and Lindeberg [6] discuss the difficulty of segmenting MRI brain images. Figure 3 shows a 2D section of a MRI brain image and its corresponding Otsu thresholded binary image. Another biomedical image thresholding application is the skin lesion segmentation problem for automated early skin cancer detection and diagnosis [7]. Accurate segmentation is critical for early detection. 2. Local thresholding A common problem with global thresholding is the changes in illumination across an image. Parts of the image

3 second the ground truth (hand segmentation) and the third the segmentation result. (a) Original Image (b) Otsu ing Figure 3. MRI brain image (NIH []) appear to be brighter and some parts darker regardless of the objects being photographed. This illumination can be natural or man made and has to do with the angle of the shot, the time of the day and other factors, some random. This variation of illumination renders the application of a global threshold difficult. A commonly used solution is to apply thresholds locally. Instead of having a single global threshold, the threshold is allowed to vary across the image. A number of thresholding methods exist. They are classified by Sezgin and Sankur (24) [8] into i) histogram shapebased methods, (ii) clustering-based methods, (iii) entropybased methods (iv) object attribute-based methods (v) spatial methods that use higher-order probability distribution and/or correlation between pixels and (vi) local methods that adapt the threshold value on each pixel to the local image characteristics. An earlier survey is that of Sahoo et al. (988) [9]. Recently, Chang et al. (26) [] provide a survey and comparative analysis of entropy-based thresholding techniques. The thresholding methods effectiveness varies over the applications and new problems often necessitate the development of new thresholding techniques. New methods are constantly being developed (see [, 2]). 2.. Hysteresis thresholding The hysteresis thresholding approach [3] is a local thresholding method that can be used efficiently in a number of problems, for example in angiography where vessel imaging is conducted after the injection of a radiopaque substance [4]. Angiography is a widely used procedure for vessel observation in both clinical routine and medical research. Angiograms are X-ray images of blood vessels in situ with contrast medium in them. Vessel extraction from angiogram images is useful for blood vessel measurement and computer visualization of the coronary artery tree [5]. To segment the vessels in the image, the hysteresis thresholding is applied. It is a bi-threshold procedure typically used for two class object-background pixel segmentation. Figure 4 shows the segmentation results obtained for a retina image. The first column shows the original image, the Figure 4. The hysteresis thresholding approach (Condurache and Aach [4]) 3. Linear regression based thresholding Aboura (28) [6] introduces a linear regression based global thresholding for the segmentation of characters of a license plate in the image of a car. The method uses colorbased histogram classification information and leads to a 93.4% success rate. In the license plate recognition problem, thresholding is essential in all steps [7, 8]. However, the issue is often not mentioned, assuming an effective or at the very least an adequate foreground separation. In general, thresholding methods are not mentioned in the literature. A typical article reports a solution on one of the steps in the image analysis problem. The focus is more on the solution than on the thresholding method used for the data set of images. Some authors do admit to the difficulty, for example [7]. It is not simple to automatically determine a threshold value that would separate the letters from a license plate for any image. Brightness and illumination are factors that affect the performance of a binarization (thresholding) method. Some other authors, Anagnostopoulos et al.(26) [9], also find the use of global threshoding difficult to apply satisfactorily and instead choose to divide the image into blocks, and use a threshold for each block. ing locally each block of an image can be costly computationally, particularly when one is looking for an object that is much smaller than the image. In using a global approach, the computational savings are obvious. In this article, we highlight the approach of Aboura (28) [6] where the linear regression method is fast and its application renders the approach implementable in real time systems. 3. Major Color Histogram Piccardi and Cheng (25) [2] use image color information to introduce a Major Color Spectrum Histogram Representation (MCSHR) to identify a moving object in images. Using a normalized geometric distance between the

4 colors of two pixels in the RGB space, they rank the colors by creating clusters of colors and counting the sizes of the clusters. In doing so, they scale down the possible colors to a very limited number of major colors (for example 5 to ) without losing much accuracy on representing an object in an image. Colors within a given mutual distance threshold are dealt with as a single color. This approach results in a histogram that ranks major colors found in the image according to their frequency in pixels. Aboura (28) [6] uses the MCSHR metric to define a new thresholding approach. The approach mimics at first the Bayesian combination of prior information and image data to provide an estimate of the optimal thresholding level of the image, in what is called a Likelihood Global ing method. The author then refines the approach by applying a formal solution in the form of a linear regression solution. 3.2 Likelihood global thresholding A set of images was studied and the license plate regions in the images were identified visually and thresholded using the hysteresis method. When applied locally, the hysteresis threshold provides an optimal binary image, separating adequately the characters in the image. Then each license plate image was run through the straightforward thresholding where a level T [, ] separates the grayscale version of the image into two sets. T was varied from to, with. increments. The minimization of squared errors was used to select that T opt value that yielded a thresholded image that most resembles the result of the hysteresis approach. This T opt value is considered to be the optimal threshold level and provides a good binary image in all license plate region images. In the second step, the MCSHR is calculated from the image of a vehicle. The histogram MCSHR of the image is obtained, as described in [2]. Let c represent the vector of colors on the x-axis of the MCSHR histogram. These are the major colors found in the image. c is a vector of RGB colors. Let J be its grayscale transform, that is J =.2989 c(., ) c(., 2) +.4 c(., 3), where c(., ), c(., 2) and c(., 3) are the RGB colors, respectively, of the corresponding color c. J is then sorted in a descending order into u = {u,..., u n }, where u i > u j for i > j. Given the u i s, the image data is generated the following manner. Let Rs =.6,..., 2, with increments of.4. Let T (Rs) be the threshold value u m /255, such that m is the first i that satisfies Eq. (). m n i= u i > u i, () Rs i= Then these image sampled values, T (Rs), Rs =.6,.64,..., 2, are the image data that is combined with the prior information to generate a thresholded image. The prior information is the discrete probability distribution derived from the histogram of optimal thresholds, p = {p i }, such that p i = Prob(T opt = T i ), T i =,.,,...,. The image data T (Rs), Rs =.6,.64,..., 2 is rounded off to match the discrete sample space T i =,.,,...,, and its frequency is summarized in a probability distribution q = {q i }, such that q i = Prob(T (Rs) = T i ), T i =,.,,...,. In an ad-hoc manner that mimics the combination of likelihood and prior in a Bayesian analysis, [6] multiplies these two distribution in Eq. (2) to obtain a distribution Q, Q = p.q i p. (2) i.q i Using this distribution, the author generates an image he calls Likelihood ed image by simply thresholding the original image for each threshold level T i =,.,,...,, and multiplying the image with Q i = p i.q i / j p j.q j, then summing all the resulting images. This image has pixel values between and. To make it a fully thresholded image, he thresholds again, this time in the middle, by turning all pixels of value less than.5 into and the others into. This approach yielded good results. In about 89.8% of the cases, this thresholding gave a high level of separation of the characters in the license plate. However the method is ad-hoc and does not make full use of the color information contained in J. It uses the intensities found in the image, but not the frequencies at which these intensities exist in the image. To incorporate the full color information, a formal statistical approach is adopted by developing a thresholding method based on a linear regression model. 3.3 Regression global thresholding A Linear regression Y = β + β X β p X p + ɛ is used next by [6] to model the optimal threshold Y of an image with characteristics X,..., X p. Over 4 different explanatory variables were tried leading to a selection of 9 variables. The first source of explanation was the same one used to generate the image data in the likelihood thresholding method. Instead of varying Rs from.6 to 2 and sampling within, the intensity and therefore the threshold T (Rs) is taken at 6 values Rs = 4, 2.66, 2,.6,.33,.4. These variables provide the information about the intensities in the image, using the MCSHR. To use the full color information, the histogram values corresponding to the intensities given by the MCSHR are accumulated from the smallest intensity to the highest. Then the three intensities that provide the 25%, 5% and 75% of the accumulated sum are used as the remaining 3 variables in the linear regression. These 9 variables plus the intercept proved to be the most effective regression in the case of the data. A training set of 2 images was used to estimate the β parameters.

5 Figure 5 shows the regressed threshold within the training data. The red line is the plot of the optimal threshold for the 2 images of the training set. The black line is the corresponding Otsu threshold, and the blue line is the regressed threshold. One can easily see that the linear regression solution outperforms both a fixed threshold such as the T =.5 represented by the dashed line, and the Otsu threshold. Depending on its colors and brightness, an image may or may not be that sensitive to a change in the threshold value. Each of the thresholded images in the 3 cases was checked visually, for all original images in the training set. The regression method performed even better than reflected in figure 5, except for the obvious cases. Looking closely at some of these cases, the problem was identified as being that of excessive brightness in the image, due to the sun shining strongly on parts of the image. But in general, the regression method fits well the training data. Figure 6 shows the a 93.4% reliability figure. Figure 7 shows the example of a thresholded image using the regression approach. Figure 7. Regression thresholded image Value =.5 Otsu Method Optimal Regression Method Figure 5. s within the training data performance of the approach over the 8 images outside the training data for which the optimal threshold was computed. All images were inspected visually for each of the =.5 Otsu Method Optimal.8 Regression Method Figure 6. s for the validation data three thresholding methods. The regression approach yields 4. Application to medical imaging There is a wide variety of segmentation techniques proposed for medical imaging (see [2]). However, the problem of global thresholding remains open as not one single method can offer a satisfactory solution in all medical imaging applications. Global thresholding is fast and effective but often fails when there is a low contrast between the background and the foreground. The problem is further complicated in some cases where not one but multiple thresholds are sought for an image. For example, in the segmentation of MRI brain images, several tissues are sought in the image; white matter, grey matter, bone and cerebrospinal fluid. Undeman and Lindeberg (23) [6] discuss several approaches to brain segmentation and present a fully automatic method for segmenting the brain from other tissue in a MR image of the human head. While each method has its own merit, none provides a fully satisfactory approach to all problems. The reason we propose the use of the method of [6] in medical imaging is that the technique solved a problem in a different context where the environment is less controlled than in a bio-medical setup and yet performed reasonably well enough. Brightness and illumination are factors that affect the performance of a binarization method in license plate recognition. While this effect is observed in the reported methodology through its failure in a percentage of tested cases, some of the effects of brightness and illumination are attenuated by the regression model. For example, in studying the failed cases in the license plate example, we observed that () the image brightness is a factor that affect the global threshold in some images more than others, (2) the area of the license plate in the image is strongly illuminated in comparison to the rest of the image due to a random distribution of the sunlight and the position of the car and (3) the license plate wears

6 a protective sheet of plastic that is transparent but creates a reflection. These sort of illumination problems do not occur in bio-medical imaging or are better controlled. The power of the regression method could be well utilized in some thresholding problem in that context. 5. Conclusion Converting an image into a binary image has several applications in the biomedical field. There is a large variety of methods, but the problem remains. We highlight an approach based on the application of a linear regression model where the explanatory variables are color/intensity informative variables extracted from the original images. The method succeeds in the good segmentation of the image in an engineering problem where outdoor conditions increase the difficult of separating the foreground from the background. The purpose of this article is to introduce a thresholding method that can be considered a generic approach. The idea is is to bring the success of the method to the attention of researchers in the bio-medical imaging field. References [] National Institutes of Health, US Department of Health and Human Services, NIH Image Bank, [2] N. Otsu, A threshold selection method from gray-level histogram, IEEE Trans. System Man Cybernetics 9(), 979, pp [3] Y. Xia, K. Bettinger, L. Shen, and A. L. Reiss, Automatic Segmentation of the Caudate Nucleus From Human Brain MR Images, IEEE Transactions on Medical Imaging 26(4), 27, pp [4] W.-H. Chao, Y.-Y. Chen, S.-H. Lin, Y.-Y. I. Shih and S. Tsang, Automatic segmentation of magnetic resonance images using a decision tree with spatial information, Computerized Medical Imaging and Graphics 33, 29, pp. 2. [5] SnAP, University of Pennsylvania, Univ. North CarolinaChapel Hill, ETH Zurich, [6] C. Undeman and T. Lindeberg, Fully Automatic Segmentation of MRI Brain Images using Probabilistic Anisotropic Diffusion d Multi-Scale Watersheds, In L. Griffin and M. Lillholm (Eds), Proc. Scale-Space3, Isle of Skye, Scotland, Springer Lecture Notes in Computer Science 2695, 23, pp [7] X. Yuan, N. Situ and G. Zouridakis, A Narrow Band Graph Partitioning Method for Skin Lesion Segmentation, Pattern Recognition 42, 29, pp [8] M. Sezgin and B. Sankur, Survey over image thresholding techniques and quantitative performance evaluation, Journal of Electronic Imaging 3(), 24, pp [9] P.K. Sahoo, S. Soltani, A.K.C. Wong and Y. Chen, A Survey of ing Techniques, Computer Vision, Graphics and Image Processing 4, 988, pp [] C.-I Chang, Y. Du, J. Wang, S.-M. Guo and P.D. Thouin, Survey and comparative analysis of entropy and relative entropy thresholding techniques, IEE Proceedings Vision, Image and Signal Processing 53(6), 26, pp [] Y. Qiao, Q. Hu, G. Qian, S. Luo, W. L. Nowinski, ing based on variance and intensity contrast, Pattern Recognition 4, 27, pp [2] B. Saha and N. Ray, Image thresholding by variational minimax optimization, Pattern Recognition 42, 29, [3] J. Canny, A computational approach to edge detection, IEEE Transactions on Pattern Analysis and Machine Intelligence 8(6), 986, pp [4] A.P. Condurache and T. Aach, Vessel segmentation in angiograms using Hysteresis thresholding, Proc. of the Ninth IAPR Conference on Machine Vision Applications, 25, pp [5] D. Guo and P. Richardson, Automatic Vessel Extraction from Angiogram Images, Computers in Cardiology l25, 998, pp [6] K. Aboura, Automatic ing of License Plate, International Journal of Automation and Control 2(2-3), 28, pp [7] J.R. Parker and P. Federl, An approach to licence plate recognition, Computer Science Technical Report , The laboratory for Computer Vision, Calgary University, 996. [8] X. Zhang, L. Liu, Z. Chen and Z. Yuan, ing based on the fuzzy entropy and genetic algorithm of vehicle license plate, Proc. Fourth International Conference on Virtual Reality and Its Applications in Industry, Eds Jizhou Sun, Zhigeng Pan, Proceedings of the SPIE 5444, 24, pp [9] C.N.E Anagnostopoulos, I.E. Anagnostopoulos, V. Loumos and E. Kayafas, A License Plate-Recognition Algorithm for Intelligent Transportation System Applications, IEEE Trans. Intelligent Transportation Systems 7(3), 26, pp [2] M. Piccardi and E.D. Cheng, Multi-frame moving object track matching based on an incremental major color spectrum histogram matching algorithm, Proc. IEEE Computer Society Conference on Computer Vision and Pattern Recognition (CVPR 5), 3, 25, pp [2] J. Rogowska, Overview and Fundamentals of Medical Image Segmentation, In Handbook of Medical Imaging: Processing and Analysis, By Issac N. Bankman, Academic Press, 2.

VEHICLE LICENSE PLATE DETECTION ALGORITHM BASED ON STATISTICAL CHARACTERISTICS IN HSI COLOR MODEL

VEHICLE LICENSE PLATE DETECTION ALGORITHM BASED ON STATISTICAL CHARACTERISTICS IN HSI COLOR MODEL VEHICLE LICENSE PLATE DETECTION ALGORITHM BASED ON STATISTICAL CHARACTERISTICS IN HSI COLOR MODEL Instructor : Dr. K. R. Rao Presented by: Prasanna Venkatesh Palani (1000660520) prasannaven.palani@mavs.uta.edu

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

Multilevel Rendering of Document Images

Multilevel Rendering of Document Images Multilevel Rendering of Document Images ANDREAS SAVAKIS Department of Computer Engineering Rochester Institute of Technology Rochester, New York, 14623 USA http://www.rit.edu/~axseec Abstract: Rendering

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

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

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

Libyan Licenses Plate Recognition Using Template Matching Method

Libyan Licenses Plate Recognition Using Template Matching Method Journal of Computer and Communications, 2016, 4, 62-71 Published Online May 2016 in SciRes. http://www.scirp.org/journal/jcc http://dx.doi.org/10.4236/jcc.2016.47009 Libyan Licenses Plate Recognition Using

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

Detection of License Plates of Vehicles

Detection of License Plates of Vehicles 13 W. K. I. L Wanniarachchi 1, D. U. J. Sonnadara 2 and M. K. Jayananda 2 1 Faculty of Science and Technology, Uva Wellassa University, Sri Lanka 2 Department of Physics, University of Colombo, Sri Lanka

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

Preprocessing and Segregating Offline Gujarati Handwritten Datasheet for Character Recognition

Preprocessing and Segregating Offline Gujarati Handwritten Datasheet for Character Recognition Preprocessing and Segregating Offline Gujarati Handwritten Datasheet for Character Recognition Hetal R. Thaker Atmiya Institute of Technology & science, Kalawad Road, Rajkot Gujarat, India C. K. Kumbharana,

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

][ R G [ Q] Y =[ a b c. d e f. g h I

][ R G [ Q] Y =[ a b c. d e f. g h I Abstract Unsupervised Thresholding and Morphological Processing for Automatic Fin-outline Extraction in DARWIN (Digital Analysis and Recognition of Whale Images on a Network) Scott Hale Eckerd College

More information

Quantitative Analysis of Local Adaptive Thresholding Techniques

Quantitative Analysis of Local Adaptive Thresholding Techniques Quantitative Analysis of Local Adaptive Thresholding Techniques M. Chandrakala Assistant Professor, Department of ECE, MGIT, Hyderabad, Telangana, India ABSTRACT: Thresholding is a simple but effective

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

Content Based Image Retrieval Using Color Histogram

Content Based Image Retrieval Using Color Histogram Content Based Image Retrieval Using Color Histogram Nitin Jain Assistant Professor, Lokmanya Tilak College of Engineering, Navi Mumbai, India. Dr. S. S. Salankar Professor, G.H. Raisoni College of Engineering,

More information

MAV-ID card processing using camera images

MAV-ID card processing using camera images EE 5359 MULTIMEDIA PROCESSING SPRING 2013 PROJECT PROPOSAL MAV-ID card processing using camera images Under guidance of DR K R RAO DEPARTMENT OF ELECTRICAL ENGINEERING UNIVERSITY OF TEXAS AT ARLINGTON

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

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

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

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

COLOR IMAGE SEGMENTATION USING K-MEANS CLASSIFICATION ON RGB HISTOGRAM SADIA BASAR, AWAIS ADNAN, NAILA HABIB KHAN, SHAHAB HAIDER

COLOR IMAGE SEGMENTATION USING K-MEANS CLASSIFICATION ON RGB HISTOGRAM SADIA BASAR, AWAIS ADNAN, NAILA HABIB KHAN, SHAHAB HAIDER COLOR IMAGE SEGMENTATION USING K-MEANS CLASSIFICATION ON RGB HISTOGRAM SADIA BASAR, AWAIS ADNAN, NAILA HABIB KHAN, SHAHAB HAIDER Department of Computer Science, Institute of Management Sciences, 1-A, Sector

More information

Automatic Locating the Centromere on Human Chromosome Pictures

Automatic Locating the Centromere on Human Chromosome Pictures Automatic Locating the Centromere on Human Chromosome Pictures M. Moradi Electrical and Computer Engineering Department, Faculty of Engineering, University of Tehran, Tehran, Iran moradi@iranbme.net S.

More information

Parallel Genetic Algorithm Based Thresholding for Image Segmentation

Parallel Genetic Algorithm Based Thresholding for Image Segmentation Parallel Genetic Algorithm Based Thresholding for Image Segmentation P. Kanungo NIT, Rourkela IPCV Lab. Department of Electrical Engineering p.kanungo@yahoo.co.in P. K. Nanda NIT Rourkela IPCV Lab. Department

More information

A Method of Using Digital Image Processing for Edge Detection of Red Blood Cells

A Method of Using Digital Image Processing for Edge Detection of Red Blood Cells Sensors & Transducers 013 by IFSA http://www.sensorsportal.com A Method of Using Digital Image Processing for Edge Detection of Red Blood Cells 1 Jinping LI, Hongshan MU, Wei XU 1 Software School, East

More information

Automated Detection of Early Lung Cancer and Tuberculosis Based on X- Ray Image Analysis

Automated Detection of Early Lung Cancer and Tuberculosis Based on X- Ray Image Analysis Proceedings of the 6th WSEAS International Conference on Signal, Speech and Image Processing, Lisbon, Portugal, September 22-24, 2006 110 Automated Detection of Early Lung Cancer and Tuberculosis Based

More information

Automatic Morphological Segmentation and Region Growing Method of Diagnosing Medical Images

Automatic Morphological Segmentation and Region Growing Method of Diagnosing Medical Images International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 2, Number 3 (2012), pp. 173-180 International Research Publications House http://www. irphouse.com Automatic Morphological

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

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

A Study On Preprocessing A Mammogram Image Using Adaptive Median Filter

A Study On Preprocessing A Mammogram Image Using Adaptive Median Filter A Study On Preprocessing A Mammogram Image Using Adaptive Median Filter Dr.K.Meenakshi Sundaram 1, D.Sasikala 2, P.Aarthi Rani 3 Associate Professor, Department of Computer Science, Erode Arts and Science

More information

INDIAN VEHICLE LICENSE PLATE EXTRACTION AND SEGMENTATION

INDIAN VEHICLE LICENSE PLATE EXTRACTION AND SEGMENTATION International Journal of Computer Science and Communication Vol. 2, No. 2, July-December 2011, pp. 593-599 INDIAN VEHICLE LICENSE PLATE EXTRACTION AND SEGMENTATION Chetan Sharma 1 and Amandeep Kaur 2 1

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 Fast Algorithm of Extracting Rail Profile Base on the Structured Light

A Fast Algorithm of Extracting Rail Profile Base on the Structured Light A Fast Algorithm of Extracting Rail Profile Base on the Structured Light Abstract Li Li-ing Chai Xiao-Dong Zheng Shu-Bin College of Urban Railway Transportation Shanghai University of Engineering Science

More information

Preprocessing on Digital Image using Histogram Equalization: An Experiment Study on MRI Brain Image

Preprocessing on Digital Image using Histogram Equalization: An Experiment Study on MRI Brain Image Preprocessing on Digital Image using Histogram Equalization: An Experiment Study on MRI Brain Image Musthofa Sunaryo 1, Mochammad Hariadi 2 Electrical Engineering, Institut Teknologi Sepuluh November Surabaya,

More information

International Journal of Advance Engineering and Research Development

International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 4.72 International Journal of Advance Engineering and Research Development Volume 4, Issue 10, October -2017 e-issn (O): 2348-4470 p-issn (P): 2348-6406 REVIEW

More information

Advanced Maximal Similarity Based Region Merging By User Interactions

Advanced Maximal Similarity Based Region Merging By User Interactions Advanced Maximal Similarity Based Region Merging By User Interactions Nehaverma, Deepak Sharma ABSTRACT Image segmentation is a popular method for dividing the image into various segments so as to change

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

An Analysis of Image Denoising and Restoration of Handwritten Degraded Document Images

An Analysis of Image Denoising and Restoration of Handwritten Degraded Document Images Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 12, December 2014,

More information

Introduction to Video Forgery Detection: Part I

Introduction to Video Forgery Detection: Part I Introduction to Video Forgery Detection: Part I Detecting Forgery From Static-Scene Video Based on Inconsistency in Noise Level Functions IEEE TRANSACTIONS ON INFORMATION FORENSICS AND SECURITY, VOL. 5,

More information

An Online Image Segmentation Method for Foreign Fiber Detection in Lint

An Online Image Segmentation Method for Foreign Fiber Detection in Lint An Online Image Segmentation Method for Foreign Fiber Detection in Lint Daohong Kan *, Daoliang Li, Wenzhu Yang, and Xin Zhang College of Information & Electrical Engineering, China Agricultural University,

More information

Centre for Computational and Numerical Studies, Institute of Advanced Study in Science and Technology 2. Dept. of Statistics, Gauhati University

Centre for Computational and Numerical Studies, Institute of Advanced Study in Science and Technology 2. Dept. of Statistics, Gauhati University Cervix Cancer Diagnosis from Pap Smear Images Using Structure Based Segmentation and Shape Analysis 1 Lipi B. Mahanta, 2 Dilip Ch. Nath, 1 Chandan Kr. Nath 1 Centre for Computational and Numerical Studies,

More information

Enhanced MLP Input-Output Mapping for Degraded Pattern Recognition

Enhanced MLP Input-Output Mapping for Degraded Pattern Recognition Enhanced MLP Input-Output Mapping for Degraded Pattern Recognition Shigueo Nomura and José Ricardo Gonçalves Manzan Faculty of Electrical Engineering, Federal University of Uberlândia, Uberlândia, MG,

More information

COMPARATIVE PERFORMANCE ANALYSIS OF HAND GESTURE RECOGNITION TECHNIQUES

COMPARATIVE PERFORMANCE ANALYSIS OF HAND GESTURE RECOGNITION TECHNIQUES International Journal of Advanced Research in Engineering and Technology (IJARET) Volume 9, Issue 3, May - June 2018, pp. 177 185, Article ID: IJARET_09_03_023 Available online at http://www.iaeme.com/ijaret/issues.asp?jtype=ijaret&vtype=9&itype=3

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

Implementation of global and local thresholding algorithms in image segmentation of coloured prints

Implementation of global and local thresholding algorithms in image segmentation of coloured prints Implementation of global and local thresholding algorithms in image segmentation of coloured prints Miha Lazar, Aleš Hladnik Chair of Information and Graphic Arts Technology, Department of Textiles, Faculty

More information

A comparative study on probability of detection analysis of manual and automated evaluation of thermography images

A comparative study on probability of detection analysis of manual and automated evaluation of thermography images A comparative study on probability of detection analysis of manual and automated evaluation of thermography images by Yuxia Duan 1, 2, Ahmad Osman 3, Clemente Ibarra-Castanedo 2, Ulf Hassler 3, Xavier

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

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

IMAGE TYPE WATER METER CHARACTER RECOGNITION BASED ON EMBEDDED DSP

IMAGE TYPE WATER METER CHARACTER RECOGNITION BASED ON EMBEDDED DSP IMAGE TYPE WATER METER CHARACTER RECOGNITION BASED ON EMBEDDED DSP LIU Ying 1,HAN Yan-bin 2 and ZHANG Yu-lin 3 1 School of Information Science and Engineering, University of Jinan, Jinan 250022, PR China

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

EE 5359 MULTIMEDIA PROCESSING. Vehicle License Plate Detection Algorithm Based on Statistical Characteristics in HSI Color Model

EE 5359 MULTIMEDIA PROCESSING. Vehicle License Plate Detection Algorithm Based on Statistical Characteristics in HSI Color Model EE 5359 MULTIMEDIA PROCESSING Vehicle License Plate Detection Algorithm Based on Statistical Characteristics in HSI Color Model Under the guidance of Dr. K. R. Rao Submitted by: Prasanna Venkatesh Palani

More information

An Improved Binarization Method for Degraded Document Seema Pardhi 1, Dr. G. U. Kharat 2

An Improved Binarization Method for Degraded Document Seema Pardhi 1, Dr. G. U. Kharat 2 An Improved Binarization Method for Degraded Document Seema Pardhi 1, Dr. G. U. Kharat 2 1, Student, SPCOE, Department of E&TC Engineering, Dumbarwadi, Otur 2, Professor, SPCOE, Department of E&TC Engineering,

More information

Image Enhancement in Spatial Domain: A Comprehensive Study

Image Enhancement in Spatial Domain: A Comprehensive Study 17th Int'l Conf. on Computer and Information Technology, 22-23 December 2014, Daffodil International University, Dhaka, Bangladesh Image Enhancement in Spatial Domain: A Comprehensive Study Shanto Rahman

More information

IDENTIFICATION OF FISSION GAS VOIDS. Ryan Collette

IDENTIFICATION OF FISSION GAS VOIDS. Ryan Collette IDENTIFICATION OF FISSION GAS VOIDS Ryan Collette Introduction The Reduced Enrichment of Research and Test Reactor (RERTR) program aims to convert fuels from high to low enrichment in order to meet non-proliferation

More information

Colorful Image Colorizations Supplementary Material

Colorful Image Colorizations Supplementary Material Colorful Image Colorizations Supplementary Material Richard Zhang, Phillip Isola, Alexei A. Efros {rich.zhang, isola, efros}@eecs.berkeley.edu University of California, Berkeley 1 Overview This document

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

Integrated Digital System for Yarn Surface Quality Evaluation using Computer Vision and Artificial Intelligence

Integrated Digital System for Yarn Surface Quality Evaluation using Computer Vision and Artificial Intelligence Integrated Digital System for Yarn Surface Quality Evaluation using Computer Vision and Artificial Intelligence Sheng Yan LI, Jie FENG, Bin Gang XU, and Xiao Ming TAO Institute of Textiles and Clothing,

More information

Calibration-Based Auto White Balance Method for Digital Still Camera *

Calibration-Based Auto White Balance Method for Digital Still Camera * JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 26, 713-723 (2010) Short Paper Calibration-Based Auto White Balance Method for Digital Still Camera * Department of Computer Science and Information Engineering

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

CHAPTER-4 FRUIT QUALITY GRADATION USING SHAPE, SIZE AND DEFECT ATTRIBUTES

CHAPTER-4 FRUIT QUALITY GRADATION USING SHAPE, SIZE AND DEFECT ATTRIBUTES CHAPTER-4 FRUIT QUALITY GRADATION USING SHAPE, SIZE AND DEFECT ATTRIBUTES In addition to colour based estimation of apple quality, various models have been suggested to estimate external attribute based

More information

Segmentation of Microscopic Bone Images

Segmentation of Microscopic Bone Images International Journal of Electronics Engineering, 2(1), 2010, pp. 11-15 Segmentation of Microscopic Bone Images Anand Jatti Research Scholar, Vishveshvaraiah Technological University, Belgaum, Karnataka

More information

A Novel Algorithm for Hand Vein Recognition Based on Wavelet Decomposition and Mean Absolute Deviation

A Novel Algorithm for Hand Vein Recognition Based on Wavelet Decomposition and Mean Absolute Deviation Sensors & Transducers, Vol. 6, Issue 2, December 203, pp. 53-58 Sensors & Transducers 203 by IFSA http://www.sensorsportal.com A Novel Algorithm for Hand Vein Recognition Based on Wavelet Decomposition

More information

Image Distortion Maps 1

Image Distortion Maps 1 Image Distortion Maps Xuemei Zhang, Erick Setiawan, Brian Wandell Image Systems Engineering Program Jordan Hall, Bldg. 42 Stanford University, Stanford, CA 9435 Abstract Subjects examined image pairs consisting

More information

Images and Graphics. 4. Images and Graphics - Copyright Denis Hamelin - Ryerson University

Images and Graphics. 4. Images and Graphics - Copyright Denis Hamelin - Ryerson University Images and Graphics Images and Graphics Graphics and images are non-textual information that can be displayed and printed. Graphics (vector graphics) are an assemblage of lines, curves or circles with

More information

A Novel Morphological Method for Detection and Recognition of Vehicle License Plates

A Novel Morphological Method for Detection and Recognition of Vehicle License Plates American Journal of Applied Sciences 6 (12): 2066-2070, 2009 ISSN 1546-9239 2009 Science Publications A Novel Morphological Method for Detection and Recognition of Vehicle License Plates 1 S.H. Mohades

More information

A Simple Skew Correction Method of Sudanese License Plate

A Simple Skew Correction Method of Sudanese License Plate A Simple Skew Correction Method of Sudanese License Plate Musab Bagabir 1 and Mohamed Elhafiz 2 1 Faculty of Computer Studies, The National Ribat University, Khartoum, Sudan 2 College of Computer Science

More information

ECC419 IMAGE PROCESSING

ECC419 IMAGE PROCESSING ECC419 IMAGE PROCESSING INTRODUCTION Image Processing Image processing is a subclass of signal processing concerned specifically with pictures. Digital Image Processing, process digital images by means

More information

EFFICIENT CONTRAST ENHANCEMENT USING GAMMA CORRECTION WITH MULTILEVEL THRESHOLDING AND PROBABILITY BASED ENTROPY

EFFICIENT CONTRAST ENHANCEMENT USING GAMMA CORRECTION WITH MULTILEVEL THRESHOLDING AND PROBABILITY BASED ENTROPY EFFICIENT CONTRAST ENHANCEMENT USING GAMMA CORRECTION WITH MULTILEVEL THRESHOLDING AND PROBABILITY BASED ENTROPY S.Gayathri 1, N.Mohanapriya 2, B.Kalaavathi 3 1 PG student, Computer Science and Engineering,

More information

New Lossless Image Compression Technique using Adaptive Block Size

New Lossless Image Compression Technique using Adaptive Block Size New Lossless Image Compression Technique using Adaptive Block Size I. El-Feghi, Z. Zubia and W. Elwalda Abstract: - In this paper, we focus on lossless image compression technique that uses variable block

More information

Binarization of Color Document Images via Luminance and Saturation Color Features

Binarization of Color Document Images via Luminance and Saturation Color Features 434 IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 11, NO. 4, APRIL 2002 Binarization of Color Document Images via Luminance and Saturation Color Features Chun-Ming Tsai and Hsi-Jian Lee Abstract This paper

More information

Performance Comparison of Mean, Median and Wiener Filter in MRI Image De-noising

Performance Comparison of Mean, Median and Wiener Filter in MRI Image De-noising Performance Comparison of Mean, Median and Wiener Filter in MRI Image De-noising 1 Pravin P. Shetti, 2 Prof. A. P. Patil 1 PG Student, 2 Assistant Professor Department of Electronics Engineering, Dr. J.

More information

Enhanced Identification of Malarial Infected Objects using Otsu Algorithm from Thin Smear Digital Images

Enhanced Identification of Malarial Infected Objects using Otsu Algorithm from Thin Smear Digital Images International Journal of Latest Research in Science and Technology Vol.1,Issue 2 :Page No159-163,July-August(2012) http://www.mnkjournals.com/ijlrst.htm ISSN (Online):2278-5299 Enhanced Identification

More information

Student Attendance Monitoring System Via Face Detection and Recognition System

Student Attendance Monitoring System Via Face Detection and Recognition System IJSTE - International Journal of Science Technology & Engineering Volume 2 Issue 11 May 2016 ISSN (online): 2349-784X Student Attendance Monitoring System Via Face Detection and Recognition System Pinal

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

Implementation of License Plate Recognition System in ARM Cortex A8 Board

Implementation of License Plate Recognition System in ARM Cortex A8 Board www..org 9 Implementation of License Plate Recognition System in ARM Cortex A8 Board S. Uma 1, M.Sharmila 2 1 Assistant Professor, 2 Research Scholar, Department of Electrical and Electronics Engg, College

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

FACE RECOGNITION BY PIXEL INTENSITY

FACE RECOGNITION BY PIXEL INTENSITY FACE RECOGNITION BY PIXEL INTENSITY Preksha jain & Rishi gupta Computer Science & Engg. Semester-7 th All Saints College Of Technology, Gandhinagar Bhopal. Email Id-Priky0889@yahoo.com Abstract Face Recognition

More information

Computer Vision. Intensity transformations

Computer Vision. Intensity transformations Computer Vision Intensity transformations Filippo Bergamasco (filippo.bergamasco@unive.it) http://www.dais.unive.it/~bergamasco DAIS, Ca Foscari University of Venice Academic year 2016/2017 Introduction

More information

Noise Adaptive and Similarity Based Switching Median Filter for Salt & Pepper Noise

Noise Adaptive and Similarity Based Switching Median Filter for Salt & Pepper Noise 51 Noise Adaptive and Similarity Based Switching Median Filter for Salt & Pepper Noise F. Katircioglu Abstract Works have been conducted recently to remove high intensity salt & pepper noise by virtue

More information

Comparison of Segmentation Framework on Digital Microscope Images for Acute Lymphoblastic Leukemia Diagnosis using RGB and HSV Color Spaces

Comparison of Segmentation Framework on Digital Microscope Images for Acute Lymphoblastic Leukemia Diagnosis using RGB and HSV Color Spaces ` VOLUME 2 ISSUE 2 Comparison of Segmentation Framework on Digital Microscope Images for Acute Lymphoblastic Leukemia Diagnosis using RGB and HSV Color Spaces 1 Kamal A. ElDahshan, 2 Mohammed I. Youssef,

More information

A Novel Approach for MRI Image De-noising and Resolution Enhancement

A Novel Approach for MRI Image De-noising and Resolution Enhancement A Novel Approach for MRI Image De-noising and Resolution Enhancement 1 Pravin P. Shetti, 2 Prof. A. P. Patil 1 PG Student, 2 Assistant Professor Department of Electronics Engineering, Dr. J. J. Magdum

More information

Image Enhancement in Spatial Domain

Image Enhancement in Spatial Domain Image Enhancement in Spatial Domain 2 Image enhancement is a process, rather a preprocessing step, through which an original image is made suitable for a specific application. The application scenarios

More information

Segmentation of Liver CT Images

Segmentation of Liver CT Images Segmentation of Liver CT Images M.A.Alagdar 1, M.E.Morsy 2, M.M.Elzalabany 3 1,2,3 Electronics And Communications Department-.Faculty Of Engineering Mansoura University, Egypt. Abstract In this paper we

More information

Automatic Electricity Meter Reading Based on Image Processing

Automatic Electricity Meter Reading Based on Image Processing Automatic Electricity Meter Reading Based on Image Processing Lamiaa A. Elrefaei *,+,1, Asrar Bajaber *,2, Sumayyah Natheir *,3, Nada AbuSanab *,4, Marwa Bazi *,5 * Computer Science Department Faculty

More information

http://www.diva-portal.org This is the published version of a paper presented at SAI Annual Conference on Areas of Intelligent Systems and Artificial Intelligence and their Applications to the Real World

More information

CHAPTER 4 LOCATING THE CENTER OF THE OPTIC DISC AND MACULA

CHAPTER 4 LOCATING THE CENTER OF THE OPTIC DISC AND MACULA 90 CHAPTER 4 LOCATING THE CENTER OF THE OPTIC DISC AND MACULA The objective in this chapter is to locate the centre and boundary of OD and macula in retinal images. In Diabetic Retinopathy, location of

More information

Fundamentals of Multimedia

Fundamentals of Multimedia Fundamentals of Multimedia Lecture 2 Graphics & Image Data Representation Mahmoud El-Gayyar elgayyar@ci.suez.edu.eg Outline Black & white imags 1 bit images 8-bit gray-level images Image histogram Dithering

More information

Hybrid Segmentation Approach and Preprocessing of Color Image based on Haar Wavelet Transform

Hybrid Segmentation Approach and Preprocessing of Color Image based on Haar Wavelet Transform Hybrid Segmentation Approach and Preprocessing of Color Image based on Haar Wavelet Transform Reena Thakur Anand Engineering College, Agra, India Arun Yadav Hindustan Institute of Technology andmanagement,

More information

Malaysian Car Number Plate Detection System Based on Template Matching and Colour Information

Malaysian Car Number Plate Detection System Based on Template Matching and Colour Information Malaysian Car Number Plate Detection System Based on Template Matching and Colour Information Mohd Firdaus Zakaria, Shahrel A. Suandi Intelligent Biometric Group, School of Electrical and Electronics Engineering,

More information

UM-Based Image Enhancement in Low-Light Situations

UM-Based Image Enhancement in Low-Light Situations UM-Based Image Enhancement in Low-Light Situations SHWU-HUEY YEN * CHUN-HSIEN LIN HWEI-JEN LIN JUI-CHEN CHIEN Department of Computer Science and Information Engineering Tamkang University, 151 Ying-chuan

More information

Image Enhancement using Histogram Equalization and Spatial Filtering

Image Enhancement using Histogram Equalization and Spatial Filtering Image Enhancement using Histogram Equalization and Spatial Filtering Fari Muhammad Abubakar 1 1 Department of Electronics Engineering Tianjin University of Technology and Education (TUTE) Tianjin, P.R.

More information

Practical Image and Video Processing Using MATLAB

Practical Image and Video Processing Using MATLAB Practical Image and Video Processing Using MATLAB Chapter 1 Introduction and overview What will we learn? What is image processing? What are the main applications of image processing? What is an image?

More information

An Efficient Method for Landscape Image Classification and Matching Based on MPEG-7 Descriptors

An Efficient Method for Landscape Image Classification and Matching Based on MPEG-7 Descriptors An Efficient Method for Landscape Image Classification and Matching Based on MPEG-7 Descriptors Pharindra Kumar Sharma Nishchol Mishra M.Tech(CTA), SOIT Asst. Professor SOIT, RajivGandhi Technical University,

More information

Contrast adaptive binarization of low quality document images

Contrast adaptive binarization of low quality document images Contrast adaptive binarization of low quality document images Meng-Ling Feng a) and Yap-Peng Tan b) School of Electrical and Electronic Engineering, Nanyang Technological University, Nanyang Avenue, Singapore

More information

IMAGE PROCESSING PAPER PRESENTATION ON IMAGE PROCESSING

IMAGE PROCESSING PAPER PRESENTATION ON IMAGE PROCESSING IMAGE PROCESSING PAPER PRESENTATION ON IMAGE PROCESSING PRESENTED BY S PRADEEP K SUNIL KUMAR III BTECH-II SEM, III BTECH-II SEM, C.S.E. C.S.E. pradeep585singana@gmail.com sunilkumar5b9@gmail.com CONTACT:

More information

Comparative Analysis of Lossless Image Compression techniques SPHIT, JPEG-LS and Data Folding

Comparative Analysis of Lossless Image Compression techniques SPHIT, JPEG-LS and Data Folding Comparative Analysis of Lossless Compression techniques SPHIT, JPEG-LS and Data Folding Mohd imran, Tasleem Jamal, Misbahul Haque, Mohd Shoaib,,, Department of Computer Engineering, Aligarh Muslim University,

More information

Digital Image Processing

Digital Image Processing Digital Image Processing Lecture # 5 Image Enhancement in Spatial Domain- I ALI JAVED Lecturer SOFTWARE ENGINEERING DEPARTMENT U.E.T TAXILA Email:: ali.javed@uettaxila.edu.pk Office Room #:: 7 Presentation

More information

Automatics Vehicle License Plate Recognition using MATLAB

Automatics Vehicle License Plate Recognition using MATLAB Automatics Vehicle License Plate Recognition using MATLAB Alhamzawi Hussein Ali mezher Faculty of Informatics/University of Debrecen Kassai ut 26, 4028 Debrecen, Hungary. Abstract - The objective of this

More information

Acute Lymphocytic Leukemia Detection and Classification (ALLDC) System

Acute Lymphocytic Leukemia Detection and Classification (ALLDC) System Acute Lymphocytic Leukemia Detection and Classification (ALLDC) System Jamila Harbi, PhD Computer Science Dept. College of Science Al- Mustansiriyah University Baghdad, Iraq Rana Ali Computer Science Dept.

More information

Adaptive Feature Analysis Based SAR Image Classification

Adaptive Feature Analysis Based SAR Image Classification I J C T A, 10(9), 2017, pp. 973-977 International Science Press ISSN: 0974-5572 Adaptive Feature Analysis Based SAR Image Classification Debabrata Samanta*, Abul Hasnat** and Mousumi Paul*** ABSTRACT SAR

More information