Skip to content
This repository has been archived by the owner on Jan 8, 2018. It is now read-only.

foutrelis/facedet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This software has only been tested on Arch Linux, but should run on other
distributions as well. Windows platforms are not expected to be supported
without slight modification.

Dependencies
============

- OpenCV >= 1.0.0
- gcc 4.x preferred, should work with 3.x too
- autoconf
- automake

Below you can see which packages (or package groups) provide these dependencies
on Arch Linux and Ubuntu Linux:

- Arch Linux: base-devel, opencv
- Ubuntu: build-essential, autoconf, libcv-dev

Compilation Steps
=================

 $ autoreconf -i (this command is only needed for git checkouts)
 $ ./configure
 $ make

Running
=======

facedet can be executed by calling it from the current directory:

 $ ./src/facedet

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages