Embed the cascade classifier for face detection
esimov opened this issue · 1 comments
esimov commented
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.