Facial Recognition in C++, from scratch
-
I wanna implement an algorithm for Facial Recognition in C++ with the help of Viola-Jones, aka Adaboost, but without using OpenCV or any other similar library. I wanna do it all from scratch. Any tips? Everybody gives me ambiguous answers. P.S.: I started the whole thing by creating a RGB to grayscale Bitmap conversion.
-
I wanna implement an algorithm for Facial Recognition in C++ with the help of Viola-Jones, aka Adaboost, but without using OpenCV or any other similar library. I wanna do it all from scratch. Any tips? Everybody gives me ambiguous answers. P.S.: I started the whole thing by creating a RGB to grayscale Bitmap conversion.
-
I wanna implement an algorithm for Facial Recognition in C++ with the help of Viola-Jones, aka Adaboost, but without using OpenCV or any other similar library. I wanna do it all from scratch. Any tips? Everybody gives me ambiguous answers. P.S.: I started the whole thing by creating a RGB to grayscale Bitmap conversion.