Java OpenCV from Maven

后端 未结 8 1979
别那么骄傲
别那么骄傲 2020-12-01 20:59

Is there any way to get OpenCV from repository? Which artifact should I add to pom.xml? Every tutorial I\'d found is from \'14 and it seems like something chang

8条回答
  •  囚心锁ツ
    2020-12-01 21:44

    For those who wants to use OpenCV 3.2 in MacOs environment, you can use following repository definition:

    
       
          kodfarki
          https://raw.githubusercontent.com/kodfarki/repository/master/
       
    
    

    There is also an example project in https://github.com/kodfarki/opencv-example.

    To use this example project, you still need to install OpenCV binaries

    brew tap homebrew/science brew install opencv3 --with-java --with-contrib

提交回复
热议问题