1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-28 23:03:03 +04:00

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
+1 -1
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 = (