Merge pull request #6214 from vonnieda:java_features2d

This commit is contained in:
Maksim Shabunin
2016-03-21 11:51:11 +00:00
3 changed files with 3 additions and 11 deletions

View File

@@ -13,6 +13,8 @@ else:
class_ignore_list = (
#core
"FileNode", "FileStorage", "KDTree", "KeyPoint", "DMatch",
#features2d
"SimpleBlobDetector", "FlannBasedMatcher", "DescriptorMatcher"
)
const_ignore_list = (