[Solved] Face Recognition using c++ and opencv [closed]


Comparing between 2 images can be done by accessing each pixels and taking the difference or use the absolutedifference () to compare the two frames

solved Face Recognition using c++ and opencv [closed]