Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4573416
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T19:46:55+00:00 2026-05-21T19:46:55+00:00

Please explain to me, in few words, how the Viola-Jones face detection method works.

  • 0

Please explain to me, in few words, how the Viola-Jones face detection method works.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T19:46:55+00:00Added an answer on May 21, 2026 at 7:46 pm

    The Viola-Jones detector is a strong, binary classifier build of several weak
    detectors

    Each weak detector is an extremely simple binary classifier
    

    During the learning stage, a cascade of weak detectors is trained so as to
    gain the desired hit rate / miss rate (or precision / recall) using Adaboost
    To detect objects, the original image is partitioned in several rectangular
    patches, each of which is submitted to the cascade

    If a rectangular image patch passes through all of the cascade stages, then
    it is classified as “positive”
    The process is repeated at different scales

    enter image description here

    Actually, at a low level, the
    basic component of an object detector
    is just something required to say if
    a certain sub-region of the original
    image contains an istance of the
    object of interest or not. That is
    what a binary classifier does.

    The basic, weak classifier is based on a very simple visual feature (those
    kind of features are often referred to as “Haar-like features”)
    enter image description here

    Haar-like features consist of a class of local
    features that are calculated by subtracting the sum of a
    subregion of the feature from the sum of the remaining
    region of the feature
    .

    enter image description here
    These feature are characterised by the fact that they are easy to calculate and with the use of an integral image, very efficient to calculate.

    Lienhart introduced an extended set of twisted Haar-like feature (see image)

    enter image description here
    These are the standard Haar-like feature that have been twisted by 45 degrees. Lienhart did not originally make use of the twisted checker board Haar-like feature (x2y2) since the diagonal elements that they represent can be simply represented using twisted
    features, however it is clear that a twisted version of this feature can also be implemented and used.

    These twisted Haar-like features can also be fast and efficiently calculated using an integral image that has been twisted 45 degrees. The only implementation issue is that
    the twisted features must be rounded to integer values so that they are aligned with pixel boundaries. This process is similar to the rounding used when scaling a Haar-like
    feature for larger or smaller windows, however one difference is that for a 45 degrees
    twisted feature, the integer number of pixels used for the height and width of the
    feature mean that the diagonal coordinates of the pixel will be always on the same diagonal set of pixels

    enter image description here
    This means that the number of different sized 45 degrees twisted features available is significantly reduced as compared to the standard vertically and horizontally
    aligned features.

    So we have something like:
    enter image description here

    About the formula, the Fast computation of Haar-like features using integral images looks like:

    enter image description here

    Finally, here is a c++ implementation which uses ViolaJones.h by Ivan Kusalic

    to see the complete c++ project go here

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Please explain to me why the very last echo statement is blank? I expect
In WPF: Can someone please explain the relationship between DependencyProperty and Databinding? I have
Could you please explain what the practical usage is for the internal keyword in
Could someone please explain the best way to connect to an Interbase 7.1 database
Could somebody please explain to me what happens here? I am creating a binding
Can someone please explain me what's the difference between Swing and AWT? Are there
Can someone please explain why int (0.4 * 10.0) is 4 yet int ((2.4
Could someone please explain? I couldn't find anything on the internet, everything talks about
Could you please explain me, what is the different between API functions AllocConsole and
Can someone please explain why this program outputs 0x00000004? class AndAssignment { static void

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.