https://github.com/noflo/noflo-ccv
ccv face detection for noflo
https://github.com/noflo/noflo-ccv
face-detection libccv noflo
Last synced: about 13 hours ago
JSON representation
ccv face detection for noflo
- Host: GitHub
- URL: https://github.com/noflo/noflo-ccv
- Owner: noflo
- License: mit
- Created: 2014-05-22T03:13:35.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-05-23T11:58:19.000Z (almost 5 years ago)
- Last Synced: 2024-11-02T22:05:56.019Z (6 months ago)
- Topics: face-detection, libccv, noflo
- Language: CoffeeScript
- Size: 580 KB
- Stars: 6
- Watchers: 7
- Forks: 5
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# noflo-ccv [](http://travis-ci.org/noflo/noflo-ccv)
[NoFlo](http://noflojs.org/) components for [libccv](http://libccv.org).
For now supporting:
- `FindFaces`: Uses outdated JS port of libccv's Viola-Jones cascade detector
- `SCDDetect`: Uses C version of libccv's SURF-Cascade detector# Dependencies
It expects [libccv](http://libccv.org) installed at `/usr/local/bin`.
See `.travis.yml` for Deb package names.