Preview

Face Detection in a Colour Image

Better Essays
Open Document
Open Document
799 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Face Detection in a Colour Image
Face Detection in a Colour Image

Muhammad Azeem Khan Raza

MSEE-17
Electrical Engineering Department
Military College of Signals, NUST
Rawalpindi, Pakistan. azeemraza1@yahoo.com Abstract— The perception of colour is very important for humans. Colour perception depends on both the physics of light and the processing by the eye brain which integrates the properties of stimulus with experience. Human use colour information to distinguish objects, food, places, materials, and even the time of the day
Keywords— Face detection, Color histograms, Color segmentation, Training samples, Circularity as variance of “radius”.

I. Introduction The presented MATLAB code detects the face in the colour image by locating regions of a colour image that is potentially a human face. First a training phase is undertaken to identify the nature of face pixels using samples from different people. It identify the pixel of the input image that are similar to the training samples and measures features such as area, elongation, circularity and then identify only those regions that are similar to human face.

II. face detection The color of a pixel contains good information for classifying that pixel in many applications. If a color model for human face color is described then it will help in finding the human face in a color image. Confusion is possible. For example pixel from brown cardboard can pass the skin color test and region shape might be needed to distinguish a polyhedral box face from an ellipsoidal human face. Two ways to detect the human face are.

• Color histogram • Color segmentation A histogram of a color image can be a useful representation of that image for the purpose of image retrieval and object recognition. A histogram counts the number of pixels of each kind and can be rapidly created by reading each image pixel just once and incrementing the appropriate bin of histogram. The intersection of



References: 1] Alasdair McAndrew, “An Introduction to Digital Image Processing with Matlab”, Victoria University of Technology: School of Computer Science and Mathematics 2] Rafael C. Gonzalez, “Digital Image Processing Using Matlab”, University of Tennessee. 3] Digital image processing by shapiro and stockman.

You May Also Find These Documents Helpful

  • Powerful Essays

    In this report, I will talk about my understanding of the impact in various file format, the different compression techniques, and different resolutions and different colour depth. I will show print screens of different types of compression techniques, megapixels under image quality & resolution and three different types of colour depths. I will explain the reasons why some are larger compared to others. The format includes PSD, JPEG, TIFF, BMP and GIF. I will also go into detail why colour depths will affect the quality of the final output that the file has created.…

    • 2192 Words
    • 9 Pages
    Powerful Essays
  • Good Essays

    The subject of face recognition is as old as computer vision and both because of the practical importance of the topic and theoretical interest from cognitive science. Face recognition is not the only method of recognising other people. Even humans between each other use senses in order to recognise others. Machines have a wider range for recognition purposes, which use thinks such as fingerprints, or iris scans. Despite the fact that these methods of identification can be more accurate, face recognition has always remains a major focus of research because of its non-invasive nature and because it is people's primary method of person identification.…

    • 394 Words
    • 2 Pages
    Good Essays
  • Good Essays

    Maria Popva

    • 809 Words
    • 4 Pages

    colors are primary colors that relate to the body, mind, emotions, and balance of human…

    • 809 Words
    • 4 Pages
    Good Essays
  • Satisfactory Essays

    Nt1330 Unit 8

    • 490 Words
    • 2 Pages

    Colour adds dimension, meaning, and beauty to life. Addressing the physiological, psychological, aesthetic, and technical aspects of color is an important part of a designer's job. As a form of energy, colour effects our emotions, state of mind and physiology within a space. Colour can…

    • 490 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    Describe theory and applications of digital graphics technology with some appropriate use of subject terminology.…

    • 742 Words
    • 3 Pages
    Good Essays
  • Good Essays

    Color is a drive behind the world. A thing that helps people describe what something is, who a person, and what kind of person they may be. Color is more than just a look or a style, it can describe who a person is beneath the color coat they may wear. Color determines who a person is in many stories and goes deeper than thought. The extensive use of Color is key in The Great Gatsby and helps find out who people really are.…

    • 895 Words
    • 4 Pages
    Good Essays
  • Good Essays

    Biology Notes

    • 318 Words
    • 2 Pages

    colour vision is important to distinguish information about the environment- food sources, interpersonal relationships etc…

    • 318 Words
    • 2 Pages
    Good Essays
  • Good Essays

    Color is one of the most enjoyable elements in our lives. Color can always attract your attention or change your entire mood. Basically it shows who you are, how you feel and where you're going.…

    • 601 Words
    • 3 Pages
    Good Essays
  • Good Essays

    Prosopagnosia Essay

    • 245 Words
    • 1 Page

    Unfortunately, some individuals are prone to adversity, and in some cases, they do not possess the ability to distinguish a person’s face from other faces, objects, or even one’s very own face due to a neurological disorder known as prosopagnosia. According to the National Institute of…

    • 245 Words
    • 1 Page
    Good Essays
  • Good Essays

    Most humans can see the various colors presented to us day-to-day. However it is interesting to understand what kind of emotions these colors can provoke within an individual. The experiment of which is being proposed lies on a large back pile of research and studies. However, this combines many different areas of which have been studied alone rather than together.…

    • 563 Words
    • 3 Pages
    Good Essays
  • Powerful Essays

    Colour vision is the ability of any organism to distinguish different light based on their wavelength of light they reflect .The visual system derives colour by comparing the responses to light from several types of cone receptor in the eyes. Colour enable use to separate object form each other and from their background as different objects tend to have different colour. On the other hand, object of the same colour are grouped together.…

    • 2159 Words
    • 9 Pages
    Powerful Essays
  • Powerful Essays

    Computer.Vision

    • 1058 Words
    • 5 Pages

    1. It is often useful in computer vision to represent and analyze image content by means of complex variables, even though an image itself is defined as an array of real numbers. Give at least two examples of useful operations in computer vision based on complex variables, identifying clearly the mathematical domain in which the complex variables exist. Explain in each case what is achieved by adopting such a representation.…

    • 1058 Words
    • 5 Pages
    Powerful Essays
  • Good Essays

    Blue Colour

    • 552 Words
    • 3 Pages

    Color can influence our emotions, our actions and how we respond to various people, things and ideas. Much has been studied and written about color and its impact on our daily lives. When I close my eyes and visualize, the only colour that clicks my mind at first is the colour, blue.…

    • 552 Words
    • 3 Pages
    Good Essays
  • Good Essays

    Histogram_thresholding

    • 723 Words
    • 3 Pages

    Theory: The histogram of an image with intensity levels in the range 0 to L-1, where L-1 is the last intensity value in an image(e.g. 255 in gray scale image) is a discrete function h(rk)=nk where rk is the kth intensity value and nk is the number of pixels in the image with intensity rk. It is common practice to normalize a histogram by dividing each of its components by the total number of pixels in the image, denoted by the product MN, where M and N are the row and column dimensions of the image. Thus a normalized histogram is given by p(rk)=nk/M*N, for k=0,1,2…,L-1. P(rk) is nothing but probability of occurrence of intensity level rk in the image. The sum of all components of a normalized histogram is equal to 1.…

    • 723 Words
    • 3 Pages
    Good Essays
  • Better Essays

    Computer Linear Algebra

    • 1046 Words
    • 5 Pages

    Nowadays, technology has become very important in the society and so does image processing. People may not realize that they use this application everyday in the real life to makes life easier in many areas, such as business, medical, science, law enforcement. Image processing is an application where signal information of an image is analyzed and manipulated to transform it to a different stage. This technique can be done simply by changing the nature of the image using change of basis.…

    • 1046 Words
    • 5 Pages
    Better Essays