Skip to content

Wraps Springboot over OpenCV for basic face detection on a directory of images

Notifications You must be signed in to change notification settings

peavers-archive/terrible-face-detector

Repository files navigation

terrible-face-detector

Find faces in a file and return their coordinates

Running

The terrible-face-detector requires the OpenCV native bindings to be on the library path of the JVM. This can be achieved using as the JVM Arguments. These bindings are built for Ubuntu 20.04 so YMMV

-Djava.library.path=$PROJECT_DIR$/lib/native

About

Wraps Springboot over OpenCV for basic face detection on a directory of images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages