First time here? Check out the FAQ!
answered 2017-04-13 02:21:37 -0600
looks like you try to run opencv2.4 code with opencv3.
the api has changed slightly, all Algorithm::create(some_string) functions are gone.
Algorithm::create(some_string)
please have a look at the feature2d tutorials for working examples.