Java API: added support for BruteforceMatcher-SL2

This commit is contained in:
Andrey Kamaev
2011-08-09 12:52:47 +00:00
parent e553a37fe7
commit b319e7f403
3 changed files with 281 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ class JavaParser:
for prefix in ("OneWay", "Fern"):
parser.parse_file(path,prefix)
elif path.endswith("DescriptorMatcher.java"):
for prefix in ("BruteForce", "BruteForceHamming", "BruteForceHammingLUT", "BruteForceL1", "FlannBased"):
for prefix in ("BruteForce", "BruteForceHamming", "BruteForceHammingLUT", "BruteForceL1", "FlannBased", "BruteForceSL2"):
parser.parse_file(path,prefix)
else:
parser.parse_file(path)