Recall & Review
beginner
What is computer vision?
Computer vision is a field of computer science that teaches computers to see, understand, and interpret images and videos like humans do.
Click to reveal answer
beginner
Name three common tasks in computer vision.
Common tasks include image classification (telling what is in an image), object detection (finding objects and their locations), and image segmentation (dividing an image into meaningful parts).
Click to reveal answer
beginner
What is an image represented as in computer vision?
An image is represented as a grid of pixels, where each pixel has color values, often in red, green, and blue (RGB) channels.
Click to reveal answer
intermediate
Why do we use convolutional neural networks (CNNs) in computer vision?
CNNs are used because they can automatically find important patterns like edges and shapes in images, helping the computer understand visual data better.
Click to reveal answer
beginner
What is the difference between image classification and object detection?
Image classification tells what is in the whole image (like 'cat' or 'dog'), while object detection finds where each object is in the image and labels them.
Click to reveal answer
What does a pixel in an image represent?
✗ Incorrect
A pixel is the smallest unit in an image and holds color information.
Which task involves finding the location of objects in an image?
✗ Incorrect
Object detection finds and locates objects within an image.
What type of neural network is most commonly used for image tasks?
✗ Incorrect
CNNs are designed to process images by detecting patterns like edges and shapes.
What does image segmentation do?
✗ Incorrect
Image segmentation splits an image into parts that represent different objects or regions.
Which color channels are commonly used to represent images?
✗ Incorrect
Images are usually represented using RGB color channels.
Explain in your own words what computer vision is and why it is useful.
Think about how computers can 'see' and help us with pictures or videos.
You got /3 concepts.
Describe the difference between image classification and object detection with simple examples.
Imagine telling what is in a photo versus pointing out where things are.
You got /3 concepts.