BSI-OFIQ / OFIQ-Project

Open Source Facial Image Quality
Other
38 stars 12 forks source link

Exception better caught with reference #28

Closed maddin200 closed 3 months ago

maddin200 commented 3 months ago

OFIQlib\modules\measures\src\ExpressionNeutrality.cpp line 62 and more Code: catch (std::exception e) // <- maybe better (std::exception& e)

bbtams commented 3 months ago

Thank you. Fixed in our local repository and will be merged with one of the upcoming PRs.