Update.
Date |
todo |
20180317 |
a) Install opencv+python+ide (http://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_setup/py_setup_in_windows/py_setup_in_windows.html)。--> G:\Python35-32 à http://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_gui/py_image_display/py_image_display.html#display-image à http://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_core/py_basic_ops/py_basic_ops.html#basic-ops b) Opencv python学习http://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_imgproc/py_template_matching/py_template_matching.html#template-matching http://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_imgproc/py_template_matching/py_template_matching.html#template-matching c) 编写程序抓图,找秋千 d) 自己编译 e) 研究Opencv如何编译python和numpy无缝应用?
b) https://www.postscapes.com/iot-visual-programming-tools/
|
20180319 |
编译python扩展 1,通过setup.py编译自己的扩展 – 因为python和VS版本不同,失败。俺又不想搞半天版本问题。放弃! http://intermediate-and-advanced-software-carpentry.readthedocs.io/en/latest/c++-wrapping.html 出错,找不到vsvarsxxx.bat
Ans: (https://docs.microsoft.com/en-us/visualstudio/install/modify-visual-studio) (https://blogs.msdn.microsoft.com/pythonengineering/2016/04/11/unable-to-find-vcvarsall-bat/)
Update: Install Visual Studio 2017, select the Python development workload and the Native development tools option.
在您的计算机上找到Visual Studio安装程序。 例如,在运行Windows 10周年更新的计算机上,选择“ 开始”,然后滚动到字母V,它被列为Visual Studio安装程序。
2, 通过VS直接编译扩展—成功! 参考文献:https://docs.python.org/3/extending/extending.html
注意:release班和debug班的lib是不同的!
学习 https://docs.python.org/3/extending/extending.html
研究xod https://fossbytes.com/xod-programming-language-raspberry-pi-arduino/ |
|
https://stackoverflow.com/questions/48188940/migrate-halcon-code-to-opencv 交互式可视化调试:https://docs.opencv.org/3.3.0/d7/dcf/tutorial_cvv_introduction.html
有一个新的开源库:TUM.CMS.VPLControl。在这里获取。 https://github.com/jdye64/nifi-opencv https://www.npmjs.com/package/node-red-contrib-opencv
查看Google Blockly。Blockly允许开发人员创建自己的块,翻译(生成器)到几乎所有的编程语言(甚至JSON / XML),并包含一个图形界面以允许最终用户创建自己的程序。
|
2018/3/21 |
|
|
|
|
|
- 上一篇 编写python扩展.
- 下一篇 Update.