sree4411 commited on
Commit
e0f539c
·
verified ·
1 Parent(s): a6d52ec

Update pages/3_Life Cycle Of ML Project.py

Browse files
pages/3_Life Cycle Of ML Project.py CHANGED
@@ -377,8 +377,8 @@ elif st.session_state.page == "Conversion_of_Images":
377
  **OpenCV supports many color spaces for image processing.**
378
  **Common Conversions:**
379
 
380
- - **BGR to Grayscale:** Converts a color image to grayscale.https://miro.medium.com/v2/resize:fit:1400/1*_uRqXYQQE9nvM7lOR0Psnw.png
381
- st.image("https://miro.medium.com/v2/resize:fit:1400/1*_uRqXYQQE9nvM7lOR0Psnw.png", caption="RGB to Gray", use_container_width=True)
382
  - **BGR to RGB:** Converts from OpenCV's default BGR format to the standard RGB format.
383
  - **BGR to HSV:** Converts the image to the HSV (Hue, Saturation, Value) color space.
384
  **Examples of Conversions:**
 
377
  **OpenCV supports many color spaces for image processing.**
378
  **Common Conversions:**
379
 
380
+ - **BGR to Grayscale:** Converts a color image to grayscale.
381
+ st.image("https://miro.medium.com/v2/resize:fit:1400/1*_uRqXYQQE9nvM7lOR0Psnw.png", caption="RGB to Gray", use_container_width=True)
382
  - **BGR to RGB:** Converts from OpenCV's default BGR format to the standard RGB format.
383
  - **BGR to HSV:** Converts the image to the HSV (Hue, Saturation, Value) color space.
384
  **Examples of Conversions:**