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.
我已经搜索并尝试了许多依赖项,但没有一个尝试可以帮助我正确加载 OpenCV Face 模块。有吗?或者我必须在本地导入它?
我使用了 bytedeco/JavaCV,效果很好。这是maven依赖项:
<dependencies> <dependency> <groupId>org.bytedeco</groupId> <artifactId>javacv-platform</artifactId> <version>1.4.4</version> </dependency> </dependencies>
链接到 JavaCv 库