Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个关于 javaCVs FlannBasedMatcher 的问题。在 openCV 文档中,可以向构造函数提供索引/搜索参数,在 java 中它不起作用。那么如果不通过构造函数我该怎么做呢?
FlannBasedMatcher flannMatcher = new FlannBasedMatcher(indexParams, searchParams); // Doesn't work for me
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!