[Solved] Implement Facial Feature Detection [closed]
Face detection topic is really wide and the problem is quite complex, but in a few words I will try to describe it. In digital image processing you have to treat image as an two-dimensional array of pixels. If you proceed RGB image each pixel contains 3 values (from r,g,b channels). For the simple solution … Read more