forked from Foundations-of-Computer-Vision/visionbook
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathobjects.qmd
More file actions
32 lines (20 loc) · 854 Bytes
/
objects.qmd
File metadata and controls
32 lines (20 loc) · 854 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Objects
## A Few Notes About the History of Object Recognition Models
representations
geometry-based models
bag of words
part based models
appearance based models
methods
Indexing, nearest neighbors
prototypes
classifiers (matched-filters, SVMs, boosting, neural networks)
## A Few Notes About Object Recognition in Humans
Object perception is very rich and diverse area of interdisciplinary
research. Many of the approached in computer vision are rooted on
hypothesis formulated in trying to model the mechanism used by the human
visual system. It is useful to be familiar with the literature in
cognitive science and neuroscience to understand the origin of existing
approaches and to gain insights on how to build new models. Here we will
review only a few findings, and we leave the reader with the task of
going deeper into the field.