Update pages/Image augmentation.py
Browse files
pages/Image augmentation.py
CHANGED
@@ -47,7 +47,7 @@ cv2.imshow("t_i", r_img1)
|
|
47 |
cv2.waitKey()
|
48 |
cv2.destroyAllWindows()
|
49 |
"""
|
50 |
-
st.code
|
51 |
st.write("""
|
52 |
**Explanation:**
|
53 |
- cv2.getRotationMatrix2D:
|
|
|
47 |
cv2.waitKey()
|
48 |
cv2.destroyAllWindows()
|
49 |
"""
|
50 |
+
st.code(code,language="python")
|
51 |
st.write("""
|
52 |
**Explanation:**
|
53 |
- cv2.getRotationMatrix2D:
|