Intro to Computer Vision
Prerequisites
Resources
Syllabus
Forum
Creative Code Crash Course Part 1 + Getting Started with Computer Vision
Creative Coding Crash Course Part 00.
Computer Vision 0
Introduction to Computer Vision / Machine Learning
“What is computer vision?”
“What is machine learning?”
Introduction to Artists Using Computer Vision / Machine Learning
Familiarity with Basic Code Concepts
What is code?
What is an application?
What is a variable?
What are arrays?
What are
control flow statements
?
What is an
if
/
else
statement?
What is a
for
loop?
What are the parts of a
function
?
What are
return values
?
What are
function parameters
?
What do
functions
do?
What does a
main
function do?
What is a
class
?
What are the parts of a
class
?
What is a member variable?
What is a member function or method?
What is an instance of a class?
What is recursion?