source: gs3-extensions/openCV/trunk/src/src/FaceFinder-jan2013/compile_facefinder.sh@ 26880

Last change on this file since 26880 was 26880, checked in by davidb, 11 years ago

Code by Joshua Holland, based on openCV, to do facial recognition. Outputs GIMP image with layers: base photo, black-out circles, and a final layer which is the merging of the two. The co-ord of the detected faces (x,y,width,height) are also output as a JSON file

  • Property svn:executable set to *
File size: 69 bytes
RevLine 
[26880]1gcc facefinder.cpp -o facefinder `pkg-config --cflags --libs opencv`
Note: See TracBrowser for help on using the repository browser.