By - Brihi Joshi and Shravika Mittal
AP - 91springboard
user - Guest@del.okhla
pass - 91okhla
@brihijoshi
brihi16142@iiitd.ac.in
+91-8812012300
@mittalshravika
shravika16093@iiitd.ac.in
+91-9650357613
•Students – Brihi and Shravika
•Mentor – Kelsey
•Coaches –
* Dana
* Jigyasa
* Umair
* Sanchit
* Divam
* Diksha
•Supervisor – Vaishali
Tessel is a robust IoT and robotics development platform.
20 teams
40 students
16 Sponsored Teams + 4 Volunteer Teams
....all over the world!
Computer Generated Cats
Real Cats
1966: Minsky assigns computer vision as an undergrad summer project
1960’s: interpretation of synthetic worlds
1970’s: some progress on interpreting selected images
1980’s: ANNs come and go; shift toward geometry and increased mathematical rigor
1990’s: face recognition; statistical analysis in vogue
2000’s: broader recognition; large annotated datasets available; video processing starts
Low-level image processing algorithms include:
1. Edge detection
2. Segmentation
3. Classification
4. Feature detection and matching
Determines if the actual analysis of the data, which will allow the decision making.
High-level algorithms are applied, using both the image data and the low-level information computed in previous steps.
Examples of high-level image analysis are:
1. 3D scene mapping
2. Object recognition
3. Object tracking
Determines if the actual analysis of the data, which will allow the decision making.
High-level algorithms are applied, using both the image data and the low-level information computed in previous steps.
Examples of high-level image analysis are:
1. 3D scene mapping
2. Object recognition
3. Object tracking
https://github.com/brihijoshi/Intro-to-CV
RGB is an additive color model. It means that different proportions of Red, Blue and Green light can be used to produce color. The RGB color model was created specifically for display purposes (display screens, projectors etc).
A key concept one should understand is that RGB is simply an additive combination of narrow band waves.
OpenCV follows BGR model!
Each pixel has an R,G,B value. OpenCV follows BGR pattern
For Gray Scale Images?
http://math.hws.edu/graphicsbook/demos/c2/rgb-hsv.html
....to be continued.