shwetashweta05 commited on
Commit
75b2d2e
·
verified ·
1 Parent(s): 5c012de

Update pages/Image augmentation.py

Browse files
Files changed (1) hide show
  1. pages/Image augmentation.py +1 -0
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="""