Update pages/Image augmentation.py
Browse files
pages/Image augmentation.py
CHANGED
@@ -57,6 +57,7 @@ st.write("""
|
|
57 |
- cv2.warpAffine: Rotates the image using the rotation matrix
|
58 |
- Output: The original image and the rotated image.
|
59 |
""")
|
|
|
60 |
|
61 |
st.write("**Image Scaling- Scaling resizes the image either by a factor or to specified dimensions.**")
|
62 |
code="""
|
|
|
57 |
- cv2.warpAffine: Rotates the image using the rotation matrix
|
58 |
- Output: The original image and the rotated image.
|
59 |
""")
|
60 |
+
st.image("rotation.jpg")
|
61 |
|
62 |
st.write("**Image Scaling- Scaling resizes the image either by a factor or to specified dimensions.**")
|
63 |
code="""
|