Recently I have created a Python openCV „frontend“ which allows a creation of computer vision algorithms by simply writing down their comma separated names. It creates a nice square widget chain where every „step“ algorithm has its own picture and info string. Interested? Keep reading!
Archiv pro štítek: OpenCV
OpenCV 3.0.0 + Python 3.4 + Win7 + Numpy + Scipy + Mingw
Hi there, I have a simple dream. Making these work together:
- Windows 7 [64bit]
- OpenCV 3.0.0 [32bit] builded from source
- features2d
- ffmpeg
- Python 3.4.X [32bit]
- tkinter openCV window app
- .. maybe wxWidget
- .. maybe PyQt
- Numpy [32bit] (maybe as a start as it does not have a 64bit prebuilt)
This will be a working tutorial. I’m on it.
People from OpenCV have done a new tutorial here which is nice 🙂 [Last updated on Nov 10, 2015.]
Firstly I do some research…
gr4gallery = Gallery in Python 2.7.10 + OpenCV 3.0.0 + Tkinter GUI
Hi there fellows, a project emerged from the need of using OpenCV with GUI possibilities larger than trackbar. I am currently keen on Python, but I didn’t want to spend any time finding out how to make OpenCV + Python + Qt work, because the commercial licensing of Qt borthered me too much. Therefore I turned to the only other python GUI library I know so far the good ol‘ Tkinter.