Skip to content

quankiquanki/wxPython-OpenCV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wxPython-OpenCV

A template/boilerplate application combining wxPython with OpenCV. This application can be used as a base for integrating your OpenCV module into a cross-platform GUI framework. It also includes a Pyinstallers platform specific .spec file to compile the project into a distributable application.

Requirements

  • Numpy
  • wxPython
  • OpenCV
  • Pyinstaller

Usage

Download the project and modify it to your needs. Use run.py to start the application.

wxFormBuilder was used to generate the layout of the GUI. I highly recommend using this application to visually create your GUI. Then export the Python code from it and load it into the application similar to the VideoFrame class.

The following Pyinstallers command can be used to generate a distributable application:

pyinstaller pyinstaller_(win/mac).spec

License

This template/boilerplate application is licensed under the MIT license. For more info see LICENSE.md

About

A template/boilerplate application combining wxPython and OpenCV

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages