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