Skip to content

Commit 5842676

Browse files
authored
added the workflow of the project
1 parent 5851401 commit 5842676

File tree

1 file changed

+8
-0
lines changed
  • ImageProcessingScripts/Change Image Background

1 file changed

+8
-0
lines changed

ImageProcessingScripts/Change Image Background/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ pip install numpy
2626
pip install opencv-python
2727
pip install matplotlib
2828
```
29+
#### WORKFLOW:
30+
31+
1. We are importing the required libraries
32+
2. Reading the image as per our choice
33+
3. Then applying mask on the image
34+
4. Resizing the image, so that both the images can be of same size
35+
5. Now with the help of and operation combining the masked image with background image
36+
6. After that displaying and saving the final image
2937

3038
#### USAGE:
3139

0 commit comments

Comments
 (0)