Hello in past 2 days i try to configure SURF filter in OpenCV, and i can't get the configuration of SURF>
opencv=Runtime.createAndStart("opencv","OpenCV")
opencv.setCameraIndex(0)
opencv.getFilter("SURF")
opencv.addFilter("SURF")
opencv.setDisplayFilter("SURF")
filename="C:\Myrobotlab\myrobotlab\surf\file.jpg
opencv.setObjectImage("SURF",filename) <-- not work :/
I Try many of methods to add jpg files to SURF, but with no effect. I want to play with object recognition to my INMOOV. I have search the github and many other sites but there is no answer.
Is anyone run SURF ?
this works but crashes
Any idea?
But there is problem with that the SURF not recognizing any object.
I tried many pictures and SURF not recognized any.