Image Processing and Computer Vision Flashcards
What are the types of digital images?
Binary images(0 or 1)
Gray scale images(0 (black) to 255 (white))
Colour images
What is image processing?
a METHOD that perform operations on an image in order to get an enhanced image or extract information from it
What is Computer Vision?
A FIELD in ARTIFICIAL INTELLIGENCE in which the computers are trained to interpret and understand the visual world.
What happens in the mid-level of image understanding? provide examples.
Image segmentation and identify particular objects. Example=edges, colours, contours
What is the input and output at mid-level of image understanding?
Input: Image
Output: Attributes extracted from those images.
What does low-level involve? Give examples.
Involve primitive operations.
Examples are: Image processing
Noise reduction
Enhancement
What is the input and output for low-level?
Input: Image
Output: Image
In the key stages of DIP (Digital Image Processing), what is happening during the image acquisition?
Sensors
Lighting
Image formation
In the key stages of DIP, what is happening during the pre-processing, and what level is involved?
Low-level and Mid-level. It consists of : -Image enhancement, -Image restoration, -Colour image processing, -Multiresolution processing, -Image compression, - Morphological processing.
In the key stages of DIP, what is happening during the processing stage, and what level is involved?
Mid and High level. It consists of:
- Morphological processing
- Segmentation
- Representation and Description
- Object Recognition
Morphological Image Processing describes…
The shapes and structures of an object in an image.
Morphological Image Processing has two rules, name it.
Dilation and Erosion
What does dilation do?
Dilation generally makes shapes in an image thicker. The output value of the pixel is the maximum value out of all the pixels in the neighborhood.
What does Erosion do?
Erosion makes shapes in an image thinner. The output of the pixel is the minimum value out of all the pixels in the negihborhood.
What is the difference between object detection and object recognition?
Object detection detects instances of an object in an image meanwhile Object recognition identifies a specific object in a digital image or video.