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
290
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
2025年度春学期 統計学 第13回 不確かな測定の不確かさを測る ー 不偏分散とt分布 (2025. 7. 3)
akiraasano
PRO
0
120
データで見る赤ちゃんの成長
syuchimu
0
270
2025年度春学期 統計学 第10回 分布の推測とは ー 標本調査,度数分布と確率分布 (2025. 6. 12)
akiraasano
PRO
0
220
2025年度春学期 統計学 第14回 分布についての仮説を検証する ー 仮説検定(1) (2025. 7. 10)
akiraasano
PRO
0
140
(2025) L'origami, mieux que la règle et le compas
mansuy
0
130
ROSConJP 2025 発表スライド
f0reacharr
0
210
SISTEMA DE MEMORIA Y SU IMPACTO EN LAS DECISIONES.
jvpcubias
0
130
Sponsor the Conference | VizChitra 2025
vizchitra
0
620
万博マニアックマップを支えるオープンデータとその裏側
barsaka2
0
810
生成AIとの上手な付き合い方【公開版】/ How to Get Along Well with Generative AI (Public Version)
handlename
0
630
JPCERTから始まる草の根活動~セキュリティ文化醸成のためのアクション~
masakiokuda
0
220
質のよいアウトプットをできるようになるために~「読む・聞く、まとめる、言葉にする」を読んで~
amarelo_n24
0
220
Featured
See All Featured
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.5k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
112
20k
Automating Front-end Workflow
addyosmani
1370
200k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.7k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
810
jQuery: Nuts, Bolts and Bling
dougneiner
64
7.9k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.1k
Site-Speed That Sticks
csswizardry
10
820
The Invisible Side of Design
smashingmag
301
51k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
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?