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

pull/13383/head
Andrey Kamaev 14 years ago
parent d50cc51070
commit 1449dd1f02
  1. 1
      modules/java/config/features2d.filelist
  2. 2
      modules/java/gen_java.py

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

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

Loading…
Cancel
Save