File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ ImageAlchemy - A PyQT5-based image processing application offering a variety of
8
8
- [ Description] ( #description )
9
9
- [ Features] ( #features )
10
10
- [ Quick Preview] ( #quick-preview )
11
- - [ User Interface Structure] ( #user_interface_structure )
11
+ - [ UI Structure] ( #ui-structure )
12
12
- [ Folder Structure] ( #folder-structure )
13
13
- [ Executing program] ( #executing-program )
14
- - [ App Flow] ( #app_flow )
14
+ - [ App Flow: How to use the app? ] ( #app-flow-how-to-use-the-app )
15
15
- [ Shortcuts] ( #shortcuts )
16
16
- [ Future Updates] ( #future-updates )
17
17
- [ Help] ( #help )
@@ -64,7 +64,7 @@ ImageAlchemy is a comprehensive image processing application developed using PyQ
64
64
65
65
![ Apply and adjust local and global threshold effect] ( README_resources/Thresholding.gif ) </div >
66
66
67
- ## User Interface Structure
67
+ ## UI Structure
68
68
69
69
![ App Flow] ( https://github.com/Computer-Vision-Spring-2024/Task-2/blob/main/README_resources/App_Flow.png )
70
70
@@ -207,7 +207,7 @@ pip install -r requirements.txt
207
207
```
208
208
3 . Run the file with the name "ImageAlchemyUI.py"
209
209
210
- ## App Flow
210
+ ## App Flow: How to use the app?
211
211
212
212
1 . ** Importing an Image** :
213
213
You can’t perform that action at this time.
0 commit comments