forked from Foundations-of-Computer-Vision/visionbook
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpart_foundations.qmd
More file actions
13 lines (7 loc) · 1.17 KB
/
part_foundations.qmd
File metadata and controls
13 lines (7 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
# Foundations {#sec-foundations}
This first block of three chapters defines the problem that computer vision tries to solve, introduces some of the mathematical tools one needs to be familiar with, and poses the study of computer vision as a scientific and engineering effort with an enormous societal impact that the reader should be familiar with initially and not as an afterthought.
## Outline
- **Chapter @sec-simplesystem** will make you think about the math foundations needed to understand the rest of the book and it will also introduce some important general concepts in vision.
- **Chapter @sec-looking_at_images** will make you think about the vision problem from the perspective of an observer.
- **Chapter @sec-computer_vision_and_society** will make you think about the social implications of this area of work.
Readers might want to skip this part and directly jump into the latest and most exciting techniques in computer vision (deep learning, image generative models) that will be presented later in the book, but it is important to slow down and be patient. We believe that being patient will result in rewards in the long run. Let's first focus on foundational concepts.