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.
我在 android 应用程序中使用 ARToolKit,我想在图像中进行特征检测(可能使用 FREAK,因为现在 ARToolKit 使用它)。我的目标只是获得图像中关键点的数量。但我没有找到完成这个“简单”任务的工具。
预先感谢您的帮助
你应该看看 OpenCV 和他们对 FREAK 的实现。有适用于 Android 的 OpenCV 的 JAVA 包装器。
你会在他们的网站和论坛上找到很多教程和信息。
这是与 C++ 代码类似的答案。使用 OpenCV 自己的包装器将其转换为 Java 应该不难。
OpenCV FREAK:快速视网膜关键点描述符
问候,
丹尼尔