Class 10 AI 417 Computer Vision
Class 10 AI 417 Computer Vision
• Task of assigning an input image one label from a fixed set of categories.
• This is the task which involves both processes of identifying what object
is present in the image and at the same time identifying at what location
that object is present in that image.
• Image size is its height multiplied by its width, each pixel is 1 byte.
BASICS OF IMAGES
RGB Images
• All images we see are composed of primary colors - Red, Green and Blue.
• Corners are the best features to extract as they are easy to identify.
What Next? • Image processing: OpenCV
• Evaluation