Adds supports for the majority of features2d to the Java wrappers:

* Adds the main features2d header to the parse list for the generator.
* Removes the manual definition of drawKeypoints and drawMatches since these are now included in the main header.
* Updates the generator to ignore SimpleBlobDetector, FlannBasedMatcher and DescriptorMatcher as these cause conflicts with the generator. This is okay since these were not previously included in the distribution anyway, so no harm is done.
This commit is contained in:
Jason von Nieda
2016-03-06 13:49:44 -08:00
parent 9ebbfc7bdb
commit f4b502dd03
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 = (