/aam-opencv3

:a: Active Appearance Model crafted specifically for OpenCV3

Primary LanguageC++

Active Appearance Model

Active Appearance Model for OpenCV3. No other dependencies required.


⚠️ ⚠️ The project is in progress ⚠️ ⚠️


Prerequisites

NOTE: Even though the project is implemented with C++11, you don't have to install OpenCV3 with C++11 compatibility at all.

On OSX, you can install OpenCV with Homebrew with following command:

$ brew install opencv --with-ffmpeg --without-numpy --without-test --with-contrib --with-python3

Making

All you need is executing the script:

$ ./make

Wait for the compilation to finish, you will have the final output of the library stored inside /lib directory.


Testing

No need for the external suite, just compile the project and run:

$ bin/aam-test

Enjoy!


Licence

CopyLeft This software repository freely permits anybody to modify and/or redistribute the library as long as the release is also under CopyLeft licence.