shwetashweta05 commited on
Commit
0e93765
·
verified ·
1 Parent(s): 75b2d2e

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.jpg")