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