Update pages/Image augmentation.py
Browse files
pages/Image augmentation.py
CHANGED
@@ -103,4 +103,4 @@ st.write("""
|
|
103 |
- cv2.warpAffine: Applies the shearing transformation.
|
104 |
- Output: A sheared (slanted) version of the image.
|
105 |
""")
|
106 |
-
st.image("
|
|
|
103 |
- cv2.warpAffine: Applies the shearing transformation.
|
104 |
- Output: A sheared (slanted) version of the image.
|
105 |
""")
|
106 |
+
st.image("Shearing.jpg")
|