Java OpenCV Bindings

后端 未结 5 839
慢半拍i
慢半拍i 2020-12-01 02:02

I am looking for OpenCV java bindings, all the references point to the processing library. I know processing is java but isn\'t there a standalone java lib? or should just u

5条回答
  •  情深已故
    2020-12-01 02:56

    OpenCV now has an official Desktop Java port. It is still a work-in-progress and you have to compile opencv, but you should definitely take a look as it will be much friendly than JavaCV.

    Take a look at these links for information:

    http://answers.opencv.org/question/2137/wrapping-opencv-with-desktop-java-building-for-64/

    And this:

    http://code.opencv.org/projects/opencv/repository/revisions/fe0d07ae53ba9e6dcd1e470165ed0a85cbfce006

    UPDATE (Fev 2013):

    Java bindings have been released.

提交回复
热议问题