OpenCV/README.md

20 lines
636 B
Markdown
Raw Normal View History

2020-02-01 01:53:54 +01:00
# OpenCV
2020-02-01 02:04:09 +01:00
**Program created by Denis Pagowski - s449350**
2020-02-01 02:03:17 +01:00
A repository for the programming project.
2020-02-01 02:51:56 +01:00
Project created by using Python 3.7 and PyCharm.
You need to install "np" and "opencv-python" repository.
2020-02-01 02:03:17 +01:00
**To start the program, enter "python main.py <image>". The default image is "wypelniony_arkusz_poprawne_odp.jpg"**
Additional commands:
2020-02-01 02:05:53 +01:00
**-passmark <points> - Number of points required to be scored. The default is 20.**
2020-02-01 02:04:46 +01:00
**-percent <percent> - Number of percents required to be scored. The default is 50.**
2020-02-01 02:05:53 +01:00
2020-02-01 02:04:46 +01:00
**-options <number> - Number of answers per row (for example. A, B, C, D = 4 answers per row). The default is 4.**