在 Jython 中使用 JavaCV
有人成功地将 OpenCV 的 JavaCV 实现导入到 Jython 中吗?我有一个需要用 Python 编写的项目,并且需要大量的 GUI 开发。原生 Python 中的标准 GUI 工具还不够,许多 GUI 附加模块也不够。我知道 Java Swing 和 SWT 将非常适合我的项目,但我碰巧还需要在我创建的 GUI 中使用一些深度图像处理和计算机视觉算法。 Jython 似乎是一个完美的选择,允许访问 Java Swing,但我需要知道如何让 JavaCV 在 Jython 中专门工作。
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 fantastically 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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不会回答 JavaCV 的质量,但我可以向您指出一个项目,该项目可能包含您问题的答案,因为它使用 Java、Jython 和 OpenCV 多平台。这是 Sikuli 项目
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