noflo / noflo-ccv

ccv face detection for noflo
MIT License
6 stars 5 forks source link

Bundle libccv instead of requiring it to be installed on system #41

Open jonnor opened 8 years ago

jonnor commented 8 years ago

libccv is not commonly present in distributions, and is designed to be embedded. It does not even have a make install target...

Right now everyone using noflo-ccv, directly or indirectly have to build it from scratch themselves. Would be better to just build it into the noflo-ccv code through node-gyp / static-linking.

jonnor commented 7 years ago

Maybe not such a great idea after all, as the build is very slow. Over 10 minutes on a cheap laptop. Would probably have to customize the build to only include what is needed.

jonnor commented 7 years ago

Semi-related, https://github.com/liuliu/ccv/pull/195