We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50cea17 commit 0f7e23eCopy full SHA for 0f7e23e
4 files changed
README.md
@@ -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
+
19
20
+Select process and adjust parameters.
21
+
22
+
screenshots/screenshot1.png
31.2 KB
screenshots/screenshot2.png
105 KB
screenshots/screenshot3.png
26.8 KB
0 commit comments