uricamic / flandmark

Open-source implementation of facial landmark detector
http://cmp.felk.cvut.cz/~uricamic/flandmark/
GNU General Public License v3.0
228 stars 151 forks source link

added flandmarkConfig.cmake to use as standalone library #7

Closed juan-cardelino closed 11 years ago

juan-cardelino commented 11 years ago

added flandmarkConfig.cmake to use it as a standalone library from other projects. also added and example to compile outside flandmark, to test it. The example is the same example1 found in examples, but it is copied because the idea is that the whole external directory can be placed outside the flandmark source tree.

uricamic commented 11 years ago

Nice work, thanks

juan-cardelino commented 11 years ago

Thank you. Let me know if we have some comments or improvements.