Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Intro to Computer Vision (for 4th Graders)
Search
Sam Liu
April 29, 2013
Education
2
300
Intro to Computer Vision (for 4th Graders)
Part of an outreach initiative by the Moon Goons microgravity research team at UIUC
Sam Liu
April 29, 2013
Tweet
Share
Other Decks in Education
See All in Education
Write to Win: Crafting Winning Application Essays
em07adoz
0
140
SJRC 2526
cbtlibrary
1
220
多様なメンター、多様な基準
yasulab
6
19k
国際卓越研究大学計画|Science Tokyo(東京科学大学)
sciencetokyo
PRO
0
49k
Gitの中身 / 03-a-git-internals
kaityo256
PRO
0
140
2025-12-11 nakanoshima.dev LT
takesection
0
130
滑空スポーツ講習会2025(実技講習)EMFT講習 実施要領/JSA EMFT 2025 procedure
jsaseminar
0
150
P3NFEST 2026 Spring ハンズオン「ハッキング・ラブ!はじめてのハッキングをやってみよう」資料
nomizone
0
330
Introduction - Lecture 1 - Information Visualisation (4019538FNR)
signer
PRO
0
5.3k
Gitの仕組みと用語 / 01-b-term
kaityo256
PRO
0
200
Postcards
gabrielramirezv
0
160
Data Presentation - Lecture 5 - Information Visualisation (4019538FNR)
signer
PRO
0
3k
Featured
See All Featured
The Anti-SEO Checklist Checklist. Pubcon Cyber Week
ryanjones
0
94
コードの90%をAIが書く世界で何が待っているのか / What awaits us in a world where 90% of the code is written by AI
rkaga
60
43k
<Decoding/> the Language of Devs - We Love SEO 2024
nikkihalliwell
1
160
Leveraging LLMs for student feedback in introductory data science courses - posit::conf(2025)
minecr
1
200
The Art of Programming - Codeland 2020
erikaheidi
57
14k
How to train your dragon (web standard)
notwaldorf
97
6.6k
Practical Orchestrator
shlominoach
191
11k
Rails Girls Zürich Keynote
gr2m
96
14k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
249
1.3M
The Organizational Zoo: Understanding Human Behavior Agility Through Metaphoric Constructive Conversations (based on the works of Arthur Shelley, Ph.D)
kimpetersen
PRO
0
270
Bootstrapping a Software Product
garrettdimon
PRO
307
120k
Bioeconomy Workshop: Dr. Julius Ecuru, Opportunities for a Bioeconomy in West Africa
akademiya2063
PRO
1
74
Transcript
Making a computer see
Who’s this?
None
None
Each box has 1 color YOU see a color! COMPUTER
sees a number! What are the primary colors?
None
None
Tells us how much red, green, and blue is in
the pixel. MAXIMUM = 255 MINIMUM = 0 “Mix” the lights!
None
This is cool. Why? We can make cool things! Like
what? A rainbow clock! http://ambushnetworks.com/clock/
How do I make a computer find something?
http://harthur.github.io/kittydar/ (2) Steps “Training” “Detection”
Take lots of pictures of cats Take lots
of pictures of not cats
Calculate a special thing called “histogram of oriented gradients”
(it’s hard math)
Give data to “neural network” (more hard math)
Run “backpropogation” (so much hard math) Now your neural network can detect cats!
Slide a window over the image Keeping asking
neural network “hey does this little picture look like a cat?” A little slow.
Is easier than detecting cats! Why? Oil on
our faces and symmetry (short answer)
Single image face detection http://liuliu.me/ccv/js/nss/ Silly glasses via
face detection http://youtu.be/YYES9Qd094o?t=1m20s Eulerian Video Magnification http://youtu.be/ONZcjs1Pjmk?t=1m35s
Our quadrocopter has a camera! I teach it to see
things and to know “I need to spin” or “I need to stop spinning” It’s a cool job! http://youtu.be/TbBM1Gpt390?t=9s
If you want to have fun making stuff like
this when you get older, STUDY MATH. MATH IS FUN. It doesn’t seem that way sometimes, but it’s totally worth it in the end! Computer vision can make fun games! Computer vision can help people!
Questions?