JavaAPI: fixed typo; some constants are moved to private section; added tests for BruteForceMatcher-Hamming

This commit is contained in:
Andrey Kamaev
2011-08-03 19:46:30 +00:00
parent cc6b7edf95
commit 6944c0dba4
4 changed files with 418 additions and 4 deletions
+4
View File
@@ -100,6 +100,10 @@ const_private_list = (
"CV_INPAINT_.+",
"CV_RETR_.+",
"CV_CHAIN_APPROX_.+",
"OPPONENTEXTRACTOR",
"GRIDRETECTOR",
"PYRAMIDDETECTOR",
"DYNAMICDETECTOR",
)
# { Module : { public : [[name, val],...], private : [[]...] } }