Implemented read/write methods for FlannBasedMatcher; fixed features2d wrappers for java

This commit is contained in:
Andrey Kamaev
2011-08-04 14:13:07 +00:00
parent 16b0fcf083
commit 874196e384
6 changed files with 429 additions and 31 deletions

View File

@@ -68,6 +68,9 @@ struct CV_EXPORTS IndexParams
void setString(const std::string& key, const std::string& value);
void setInt(const std::string& key, int value);
void setDouble(const std::string& key, double value);
void setFloat(const std::string& key, float value);
void setBool(const std::string& key, bool value);
void setAlgorithm(const std::string& key, int value);
void getAll(std::vector<std::string>& names,
std::vector<int>& types,