ch-1 Image Processing Flashcards

(32 cards)

1
Q

What is Image Processing?

A

Image Processing refers to the manipulation and analysis of digital images using techniques that enhance image quality or extract useful information.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the main goal of Image Processing?

A

To transform an image into a form that is more suitable for human interpretation or computer analysis.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Why is Image Processing important?

A

Because raw images often contain noise, blur, or poor contrast; processing improves visibility and helps extract meaningful information.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How is Image Processing related to Computer Vision?

A

Image Processing focuses on enhancing and preparing images, while Computer Vision focuses on interpreting them to make decisions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the common stages of an Image Processing system?

A
  1. Image acquisition
  2. Preprocessing (noise reduction)
  3. Enhancement
  4. Segmentation
  5. Feature extraction
  6. Analysis and storage.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does Image Enhancement mean?

A

Improving the visual appearance of an image by adjusting brightness, contrast, or sharpness.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is Image Restoration?

A

Recovering or correcting a degraded image caused by noise, blur, or distortion.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is Image Segmentation?

A

Dividing an image into meaningful parts or regions for easier analysis, such as separating an object from its background.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is Image Compression?

A

Reducing the file size of an image to save storage or transmission time using lossy or lossless methods.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is Feature Extraction?

A

Identifying important characteristics or patterns in an image, such as edges, shapes, colors, or textures.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Give an example of Image Enhancement.

A

Increasing contrast or adjusting brightness to make features like text or objects more visible.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Give an example of Image Restoration.

A

Removing scratches or blur from old photographs using filtering techniques.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Give an example of Image Segmentation.

A

Separating a flower from the background leaves in a photo.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Give an example of Feature Extraction.

A

Detecting the edges of a face in an image for recognition purposes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

List some applications of Image Processing.

A

Used in medical imaging (CT, MRI), remote sensing, security surveillance, photography, and industrial quality inspection.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How is Image Processing used in medical imaging?

A

Enhances MRI or X-ray images to help doctors detect diseases accurately.

17
Q

How is Image Processing used in remote sensing?

A

Improves satellite images for analyzing terrain, vegetation, and weather patterns.

18
Q

How is Image Processing used in manufacturing?

A

Detects defects or irregularities in products using automated inspection systems.

19
Q

What is Filtering in Image Processing?

A

Filtering modifies or smooths an image by averaging or reducing unwanted noise using kernels or masks.

20
Q

What is Histogram Equalization?

A

A technique to improve image contrast by redistributing pixel brightness values evenly.

21
Q

What is Edge Detection?

A

Identifying significant changes in intensity or color, which usually represent object boundaries in an image.

22
Q

What are Morphological Operations?

A

Operations used to process shapes in binary images, such as erosion and dilation, for refining image structures.

23
Q

What is Noise in an image?

A

Unwanted random variations in brightness or color that reduce image quality.

24
Q

What is meant by Brightness and Contrast?

A

Brightness refers to overall light intensity; contrast is the difference between light and dark regions.

25
What are the three levels of Image Processing?
1. Low-level: Input and output are images (e.g., enhancement, filtering). 2. Mid-level: Input image, output features (e.g., edge detection). 3. High-level: Input features, output understanding (e.g., object recognition).
26
Differentiate between Image Processing and Computer Vision.
Image Processing focuses on enhancing images (low-level task), while Computer Vision focuses on interpreting image content (high-level task).
27
Differentiate between Image Enhancement and Image Restoration.
Enhancement improves image appearance without considering the original cause of degradation, while Restoration attempts to recover the original image from a known degradation process.
28
What are the main goals of Image Processing in Computer Vision systems?
To prepare images for analysis by improving quality, extracting useful features, and reducing unnecessary information.
29
What is a Kernel or Mask in Image Processing?
A small matrix used to apply operations like filtering, smoothing, or edge detection across an image.
30
What does Convolution mean in Image Processing?
A mathematical operation that slides a kernel over an image to combine and modify pixel values based on neighborhood values.
31
What is Image Preprocessing?
Initial operations applied to improve raw image quality, such as noise reduction and contrast adjustment.
32
Give real-world examples of Image Processing systems.
Face detection in cameras, photo enhancement apps, barcode scanners, and security surveillance software.