I am upgrading a project with Emgu from 3.3 to 4.3. I've noticed that Emgu World no longer exists. Is there still a way to use Surf and Cuda Surf, or does it need to be called from OpenCV 4.3.
Asked
Active
Viewed 547 times
2 Answers
0
Surf is a patented algorithm and as such is not included in the main opencv repo, which in turn is not included in Emgucv. Surf only exists in the contrib version of opencv, which is not included in Emgucv.
For more info you can follow this Stack post.

Aaron Jones
- 1,140
- 1
- 9
- 26