Lecture 4 pt 3 Flashcards

1
Q

What is a Bilateral Filter?

A

A Bilateral filter is a non-linear, noise-reducing, edge preserving filter.
It replaces the intensity of each pixel with a weighted average of intensity values from nearby pixels

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

When are pixels considered close to each other in Bilateral filtering?

A

Pixels are considered to be close to each other if they occupy nearby spatial locations and if they have some similarity in the photo metric range.

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

What parameters control bilateral filters?

A

There are two parameters to consider:
1. Range Parameter –> As it increases the bilateral filter gradually approximates Gaussian Convolution more closely.
2. Spatial Parameter –> As it increases it smooths larger features.

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

Which is generally a better approach to use: Bilateral filter or Gaussian Convolution?

A

Bilateral filter as it’s range and spatial parameters provide more versatile control than Gaussian Convolution.

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

What is the difference between Bilateral Filter and Gaussian Convolution?

A

Gaussian Convolution –> a local and linear filter that smooths the whole image irrespective of the edges or details.
Bilateral Filter –> A local non-linear filter that considers both graylevel similarities as well as geometric closeness of the neighbouring pixels without smoothing edges.

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

What are the main applications of Bilateral Filters?

A
  1. Denoising
  2. Texture and illumination separation, Tone Mapping and Tone Management
  3. 3D Fairing
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the main applications of Bilateral Filters?

A
  1. Denoising
  2. Texture and illumination separation, Tone Mapping and Tone Management
  3. 3D Fairing
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How is Bilateral filtering implemented?

A

Bilateral Filtering is implemented in the frequency domain by multiplication.
The image in the frequency domain is multiplied by the filter’s frequency response in the frequency domain.

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

What are the main advantages of Frequency Domain Filtering?

A
  1. the process is simplified to a multiplication, rather than convolution.
  2. It gives you more control over the whole image.
  3. Tools used for the image processing like correlation, convolution etc are much simpler and computationally cheaper.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a period or wavelength?

A

Units necessary to describe one cycle in the case of images that are space units. e.g. pixels

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