Skip to content

Commit 0f7e23e

Browse files
committed
add instructions
1 parent 50cea17 commit 0f7e23e

4 files changed

Lines changed: 22 additions & 0 deletions

File tree

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# A Grayscale Image Processing Widget
2+
3+
GUI to explore OpenCV grayscale image processing functions.
4+
5+
## Installation
6+
7+
1. From packaged .exe file (Windows)
8+
- Download latest .exe file from releases.
9+
- Run .exe file
10+
2. From wheel
11+
- Download latest wheel file from releases.
12+
- Install wheel `pip install <package-name>.whl`
13+
- Run widget `grayscale_image_processing`
14+
15+
## Usage
16+
17+
Drag and drop image onto widget.
18+
![Screenshot 1](/screenshots/screenshot1.png?raw=true "Screenshot 1")
19+
20+
Select process and adjust parameters.
21+
![Screenshot 2](/screenshots/screenshot2.png?raw=true "Screenshot 2")
22+
![Screenshot 3](/screenshots/screenshot3.png?raw=true "Screenshot 3")

screenshots/screenshot1.png

31.2 KB
Loading

screenshots/screenshot2.png

105 KB
Loading

screenshots/screenshot3.png

26.8 KB
Loading

0 commit comments

Comments
 (0)