An image on a screen is a composite
|
+ |
|
+ |
|
= |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Red | Green | Blue | Composite |
|
+ |
|
+ |
|
||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
|
A first attempt at object detection might utilize color. Filtering pixels by RGB or HSV values can help localize objects within the image. What colors could you isolate here? |
|
|
|
0
255
0
255
0
255
|
We are given an image and want to classify it as "Apple", "Orange", "Banana", or "Blueberry"
|
⟶ |
Classifier
|
⟶ | "Apple" |
©2025 Jedediyah Williams
This work is licensed under the Creative Commons
Attribution-NonCommercial-ShareAlike 4.0
International License.
To view a copy of this license, visit https://creativecommons.org/licenses/by-nc-sa/4.0/.