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

This commit is contained in:
Andrey Kamaev 2011-09-07 09:51:26 +00:00
parent d50cc51070
commit 1449dd1f02
2 changed files with 1 additions and 2 deletions

View File

@ -1,2 +1 @@
include/opencv2/features2d/features2d.hpp
../java/src/cpp/features2d_manual.hpp

View File

@ -12,7 +12,7 @@ class_ignore_list = (
#highgui
"VideoWriter", "VideoCapture",
#features2d
"KeyPoint", "MSER", "StarDetector", "SURF",
#"KeyPoint", "MSER", "StarDetector", "SURF", "DMatch",
)
const_ignore_list = (