8000 GitHub - dripower/cvface
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dripower/cvface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Opencv based face lib(jni build)

A custom build of opencv 4.7.0 with objdetect, dnn (used for face recoginition).

Build requirements

  • CMake 3.3 +
  • CXX 17 compatible toolchain
  • Opencv required libs

Build instructions

  • Run gen-src.sh generate the dynamic lib and java source into the cvface/src/gen folder.
  • Run gradle build in cvface fold to build jar.

What's changed ?

  • Only face recoginition related modules are build.
  • Build fatlib (single shared library) by default.
  • Removed finalize, resource should be released manually.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0