Face Detection

This is an entrypoint for automatic analysis of a website.

Created on Mon Apr 16 22:40:46 2018

@author: giulio

faceDetection.getFaces(img, plot=False)

This functions uses CV2 to get the faces in a pciture.

Parameters:
  • img (numpy.ndarray) – image to analyze in RGB
  • plot (boolean) – whether to plot or not the results