Java OpenCV Bindings

后端 未结 5 854
慢半拍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:39

    JavaCV is Java wrapper of OpenCV : https://github.com/bytedeco/javacv Here is good tutorial on eclipse project configuration for JavaCV

    And few applications using JavaCV is also posted there.

提交回复
热议问题