Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

abaotb/FaceDetector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

6 Commits

Repository files navigation

FaceDetector

OpenCV installation:

http://docs.opencv.org/doc/tutorials/introduction/linux_install/linux_install.html

sudo apt-get install cmake sudo apt-get install libgtk2.0-dev

cd ~/<my_working _directory> git clone https://github.com/Itseez/opencv.git

cd ~/opencv mkdir release cd release cmake -D CMAKE_INSTALL_PREFIX=/usr/local ..

make -j8 -> 8 will be the number of threads of your CPU. sudo make install

JVM configuration:

  • Remember to add -Djava.library.path=/usr/local/share/OpenCV/java/ in the JVM configuration parameters in order to find static libraries of OpenCV.

About

FaceDetector

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 82.1%
  • CMake 16.3%
  • HTML 1.6%

AltStyle によって変換されたページ (->オリジナル) /