A line in the README says :
manually specify the OpenCV flags in the Makefile as following:
INCS = -I/usr/local/include/opencv
LIBS = -L/usr/local/lib -lcxcore -lcv -lhighgui -lcvaux -lml
I'm using Windows(OpenCV version 3.3.1). Can you guess what should I use instead to make it work on Windows? Here's a link to the Makefile https://github.com/npinto/fddb-evaluation/blob/master/Makefile