Update pages/Image augmentation.py
Browse files
pages/Image augmentation.py
CHANGED
@@ -80,6 +80,7 @@ st.write("""
|
|
80 |
- cv2.warpAffine: Applies the scaling transformation.
|
81 |
- Output: The original image and a scaled image (which appears unchanged because sx=sy=1).
|
82 |
""")
|
|
|
83 |
|
84 |
st.write("**Image Shearing -** Shearing slants the shape of the image along the x- or y-axis.")
|
85 |
code="""
|
|
|
80 |
- cv2.warpAffine: Applies the scaling transformation.
|
81 |
- Output: The original image and a scaled image (which appears unchanged because sx=sy=1).
|
82 |
""")
|
83 |
+
st.image("scaling.jpg")
|
84 |
|
85 |
st.write("**Image Shearing -** Shearing slants the shape of the image along the x- or y-axis.")
|
86 |
code="""
|