fixed Java API build (not sure if features2d is wrapped correctly now)
This commit is contained in:
parent
d50cc51070
commit
1449dd1f02
@ -1,2 +1 @@
|
|||||||
include/opencv2/features2d/features2d.hpp
|
|
||||||
../java/src/cpp/features2d_manual.hpp
|
../java/src/cpp/features2d_manual.hpp
|
||||||
|
@ -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 = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user