Skip to content

Commit 1ec6095

Browse files
authored
Clean up blank lines in README.md
Removed unnecessary blank lines in the README.
1 parent 46a1be0 commit 1ec6095

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

computer_vision/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
# Computer Vision
22
Computer vision is an interdisciplinary field focused on enabling computers to gain high-level understanding from images and video—automatically extracting, analyzing, and interpreting visual information to produce outputs such as labels, measurements, 3D structure, or decisions.
33

4-
5-
64
In practice, computer vision methods combine geometry, physics, statistics, and machine learning to connect pixel data to semantic concepts like objects, actions, and scenes.
75

8-
9-
106
## Image processing vs. computer vision
117

128
Image processing primarily transforms images (e.g., denoising, contrast enhancement, geometric warping) where the output is another image.
139

14-
15-
16-
Computer vision uses images/video as input but often outputs information about the scene (e.g., detections, segmentation masks, pose estimates, tracking results, or a decision), which may then drive downstream behavior in a larger system.
10+
Computer vision uses images/video as input but often outputs information about the scene (e.g., detections, segmentation masks, pose estimates, tracking results, or a decision), which may then drive downstream behavior in a larger system.

0 commit comments

Comments
 (0)