0

我有一个关于 javaCVs FlannBasedMatcher 的问题。在 openCV 文档中,可以向构造函数提供索引/搜索参数,在 java 中它不起作用。那么如果不通过构造函数我该怎么做呢?

FlannBasedMatcher flannMatcher = new FlannBasedMatcher(indexParams, searchParams); // Doesn't work for me
4

1 回答 1

0

Ok so the lines that enable the constructor to use the index- and searchParameters were commented out. The new release of javaCV will have that constructor as well!

于 2012-06-05T12:54:41.427 回答