AForge.NET

  :: AForge.NET Framework :: Articles :: Forums ::

What is Haar Cascade?

The forum is to discuss topics related to different areas of image processing and computer vision.

What is Haar Cascade?

Postby mrzk » Thu Sep 22, 2011 11:11 am

hello everybody
What are Haar Cascades and how am I supposed to use them in Aforge? How can I make one?
Thank you
mrzk
 
Posts: 3
Joined: Thu Sep 22, 2011 11:06 am

Re: What is Haar Cascade?

Postby andrew.kirillov » Thu Sep 22, 2011 11:59 am

Hello,

I would start from studying Haar-like features and the rest of Vialo and Jones approach. AForge.NET framework has nothing to do with Haar Cascades for now.
With best regards,
Andrew


Interested in supporting AForge.NET Framework?
User avatar
andrew.kirillov
Site Admin, AForge.NET Developer
 
Posts: 2571
Joined: Fri Jan 23, 2009 9:12 am
Location: UK

Re: What is Haar Cascade?

Postby mrzk » Thu Sep 22, 2011 1:51 pm

Dear Andrew
I'm trying to detect faces in a picture, that's why I need to use Haar Cascades. as I understand, the only choice for Haar Cascades is OpenCV, but it's hard to understand for me and I think Aforge.net is more user friendly than OpenCV. so I prefer to write my own face detection in Aforge.net. I found some papers about face detection, but there is a statement that I couldn't understand. what's "Cr^2" means? I know what is Cr filter and I know how, but I don't know what is the second power of Cr? would you mind explain what that means and how can I do that, please?
Thank you
mrzk
 
Posts: 3
Joined: Thu Sep 22, 2011 11:06 am

Re: What is Haar Cascade?

Postby andrew.kirillov » Thu Sep 22, 2011 1:57 pm

You can use Haar-based face detection from Accord.NET, which is extension to AForge.NET.
With best regards,
Andrew


Interested in supporting AForge.NET Framework?
User avatar
andrew.kirillov
Site Admin, AForge.NET Developer
 
Posts: 2571
Joined: Fri Jan 23, 2009 9:12 am
Location: UK

Re: What is Haar Cascade?

Postby mrzk » Sat Sep 24, 2011 7:39 pm

thanks a million :)
mrzk
 
Posts: 3
Joined: Thu Sep 22, 2011 11:06 am




Return to Image Processing and Computer Vision