This repository is for the SEU 2023/8 Summer Junior Course. It contains some computer vision based tools. The GUI is based on PySide6 and Qt Quick.
Generally, this is a meta cv algorithm system that provide VS-Code like GUI. You can easily extent your algorithm to this app without writing annoying ui code (see How to extend new algorithm), because there are plenty of controls here.
- Install PySide6 by
pip install PySide6
- Clone this repo.
git clone --recursive https://github.com/Kami-chanw/cv-tools
- Generate
rc_resource.py
by runningcompile_qrc.py
.compile_qrc.py
will look uppyside6-rcc
in yourPySide6
install path and convert.qrc
file to.py
. - Run python with
python main.py
This cv-tools currently licensed under MIT License