Click here to Skip to main content
15,888,521 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello there,

Recently, I've got this project on Facial Recognition for Uni, that I have to finish by the end of the semester. Now, the thing is, the teacher asked us to do it in C++, without using any useful things, such as OpenCV library or others. We gotta make everything from scratch, using the Viola-Jones algorithm.

I read a lot on AdaBoost and all of these things and I just cannot find a way to start, I cannot put everything together and understand what I actually have to do.

Any ideas or advice on this?

Thanks brus

What I have tried:

So far I have made some conversion algorithm from RGB to B&W for Bitmap, bcs it seemed easier. But I'd like it to be for other types of pictures.
Posted
Updated 1-Apr-20 23:18pm

1 solution

When you need to solve it with the Viola-Jones algorithm than you may read this Viola-Jones algorithm explanation.

Be careful in respecting the intellectual rights like naming the sources and write some tests to verify your code.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900