shwetashweta05 commited on
Commit
829ce11
·
verified ·
1 Parent(s): a207c0d

Update pages/Image augmentation.py

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