Hello,
I coded inPython a program which calls functions SIFT detector, findHomography.
I expect to do the same algo in Dart/FFI on iOs, Android, so I recoded my algo in c++ and I compile with the lib “opencv for android”. I use VS code on Windows 10.
BUT I got errors, and errors on .hpp not found, it looks like there are differences between the “standard” version of opencv and those for Android?
For example : ‘opencv2/xfeatures2d/nonfree.hpp’ file not found