We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5851401 commit 5842676Copy full SHA for 5842676
ImageProcessingScripts/Change Image Background/README.md
@@ -26,6 +26,14 @@ pip install numpy
26
pip install opencv-python
27
pip install matplotlib
28
```
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
37
38
#### USAGE:
39
0 commit comments