shwetashweta05 commited on
Commit
1258fa1
·
verified ·
1 Parent(s): a4ddb32

Update pages/Image augmentation.py

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