Commit 1449dd1f authored by Andrey Kamaev's avatar Andrey Kamaev

fixed Java API build (not sure if features2d is wrapped correctly now)

parent d50cc510
include/opencv2/features2d/features2d.hpp
../java/src/cpp/features2d_manual.hpp ../java/src/cpp/features2d_manual.hpp
...@@ -12,7 +12,7 @@ class_ignore_list = ( ...@@ -12,7 +12,7 @@ class_ignore_list = (
#highgui #highgui
"VideoWriter", "VideoCapture", "VideoWriter", "VideoCapture",
#features2d #features2d
"KeyPoint", "MSER", "StarDetector", "SURF", #"KeyPoint", "MSER", "StarDetector", "SURF", "DMatch",
) )
const_ignore_list = ( const_ignore_list = (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment