开发者

Using JavaCV in Jython

开发者 https://www.devze.com 2023-03-08 13:29 出处:网络
Has anyone successfully imported into Jython the JavaCV implementation of OpenCV? I have a project that needs to be written in Python and needs heavy GUI development. The standard GUI tools in native

Has anyone successfully imported into Jython the JavaCV implementation of OpenCV? I have a project that needs to be written in Python and needs heavy GUI development. The standard GUI tools in native Python are not adequate and neither are many of the additional modules for GUIs. I know that Java Swing and SWT will work fa开发者_高级运维ntastically for my project, but I happen to also require some deep image processing and computer vision algorithms to be used within the GUI I am creating. Jython seems like a perfect fit, allowing access to Java Swing, but I need to know how to get JavaCV to work specifically in Jython.


I don't answer on the quality of JavaCV, but I can point you out on a project that may contain answers to your question as it uses Java, Jython and OpenCV multi platform. this is project Sikuli

0

精彩评论

暂无评论...
验证码 换一张
取 消