Java OpenCV from Maven

后端 未结 8 1970
别那么骄傲
别那么骄傲 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:41

    Try this, see if it works:

    • nu.pattern.OpenCV.loadShared();
    • System.loadLibrary(org.opencv.core.Core.NATIVE_LIBRARY_NAME);

    More info here in API section: https://github.com/patternconsulting/opencv

    Also have 2.4.9-7 opencv dependency.

提交回复
热议问题