hari3485 commited on
Commit
2b19b54
·
verified ·
1 Parent(s): 49347a4

Update pages/Data Collection.py

Browse files
Files changed (1) hide show
  1. pages/Data Collection.py +3 -8
pages/Data Collection.py CHANGED
@@ -493,18 +493,13 @@ def image_details_page():
493
  - **Light Source**: Light from sources like the sun or a bulb hits an object.
494
  - **Reflection**: Light bounces off the object's surface.
495
  - **Capture**: The reflected light is recorded by a camera sensor or the human eye.
496
- - In images pixels are the **feautures** and these pixels contains **information** as shape,color,patterns.
497
- - No of pixels = height*width these both decides the resolution.
498
- - More no of pixels more clarity more information gained.
499
  """)
500
 
501
  subheading("Why is an Image Represented as a Grid?")
502
  st.write("""
503
- - Pixels in an image are arranged in a grid-like structure.
504
- - Each **row** in the grid corresponds to a **data point** (a group of pixels).
505
- - Each **column** in the grid represents a **feature** of those data points.
506
- - Both image data and tabular data can be visualized as grids.
507
- - This concept aligns with tabular data, where the structure is similar, but the interpretation differs:
508
  - **In images**: Each row represents a set of data points (pixels), and the columns represent their features.
509
  - **In tables**:Each row represents an individual data point, and each column corresponds to a feature of that data point.
510
  """)
 
493
  - **Light Source**: Light from sources like the sun or a bulb hits an object.
494
  - **Reflection**: Light bounces off the object's surface.
495
  - **Capture**: The reflected light is recorded by a camera sensor or the human eye.
496
+ - In images pixels are the **feautures** and these pixels contains **information** as shape,color,patterns.No of pixels = height*width these both decides the resolution.More no of pixels more clarity more information gained.
 
 
497
  """)
498
 
499
  subheading("Why is an Image Represented as a Grid?")
500
  st.write("""
501
+ - Pixels in an image are arranged in a grid-like structure.Each **row** in the grid corresponds to a **data point** (a group of pixels).Each **column** in the grid represents a **feature** of those data points.
502
+ - Both image data and tabular data can be visualized as grids.This concept aligns with tabular data, where the structure is similar, but the interpretation differs:
 
 
 
503
  - **In images**: Each row represents a set of data points (pixels), and the columns represent their features.
504
  - **In tables**:Each row represents an individual data point, and each column corresponds to a feature of that data point.
505
  """)