简体   繁体   English

适用于opencv_contrib的Maven

[英]Maven depedency for opencv_contrib

I have searched and tried many dependencies, but noone of the tried could help me load the OpenCV Face module correctly. 我已经搜索并尝试了许多依赖项,但是没有人能帮助我正确加载OpenCV Face模块。 Is there one? 有一个吗? Or I have to import it locally? 还是我必须在本地导入?

I used bytedeco/JavaCV, and it worked out well. 我使用了bytedeco / JavaCV,效果很好。 Here is the maven dependency : 这是Maven依赖项:

    <dependencies>
        <dependency>
            <groupId>org.bytedeco</groupId>
            <artifactId>javacv-platform</artifactId>
            <version>1.4.4</version>
        </dependency>
    </dependencies>

Link to the JavaCv library 链接到JavaCv库

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM