gidesa / ocvWrapper46

Opencv C++ API wrapper for Delphi, Lazarus/Freepascal and C - for Opencv v 4.6
GNU General Public License v3.0
61 stars 12 forks source link

Request : Integrating Image Hash Class #8

Closed hafedh-trimeche closed 1 year ago

hafedh-trimeche commented 1 year ago

Hello,

Would this Class be integrated?

https://docs.opencv.org/4.6.0/d4/d93/group__img__hash.html

Best regards.

gidesa commented 1 year ago

Hello, the img_hash module is part of so called "Extra modules". In Opencv site these are defined as modules not ready to be used in stable release. They are in a sort of beta stage. Anyway, they are not compiled in official Opencv binaries. One should compile itself Opencv with one or more extra modules. As I can see in doc, neither in 4.7 nor 5.0 stable version this module is included. Regards