esimov/caire

Embed the cascade classifier for face detection

esimov opened this issue · 1 comments

Is your feature request related to a problem? Please describe.

Because Go 1.16 offers support for embedded files, it's desirable to embed the cascade face classifier directly into the generated binary file. This way we can avoid having to provide the face classifier as a parameter for the CLI application.

This feature has been implemented in v1.3.2.