Rank level processing Flashcards

1
Q

What is Rank based

A
It is a class of  none Linear filters, and it is based on computing the median of pixels neighbourhood, in reality, it is neither a low pass filter or a high pass filter, we usually notice that small objects are removed while bigger transitions and bigger objects are usually conserved
and it is a good candidate for omitting noise
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a local maximum and local minimum

A

both are special cases of gray level,
for the local maximum consist of replacing the pixel by the highest value of its neighbourhood.

while local minimum, consist of replacing the pixel by the lowest value of its neighbourhood.

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

The local enhancement consist of what

A

local enhancement consist mainly of a way to stretch the grey level, useful when the intention is to obtain the details of on image, but the grey levels are lost,

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

what is the local morphological enhancement

A

it consists of either replacing a specific grey level by a higher lowest value depending on how close it is, this is done by using the local histogram, usually, the obtained image is crispier and sharp

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

What are the three categories of local contrast enhancement

A

Local contrast equalization,

Local Auto Level and Local morphological contrast enhancement

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

what is local equalization

A

consist simply of applying equalization mechanism locally

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

what is the Local Auto Level

A

consist of applying grey level stretching in order to stretch the Gray level we use a lookup table such that the Gray level is stretched to 0 as minimum and 255 as max

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

What is the Local threshold

A

you know that the local threshold consists of replacing the value according to a certain threshold in this case it is applied locally

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

what is Bi lateral filtering

A

We define the neighbourhood of a pixel as:

a local spatial neighbourhood and
a spectral (gray-level) neighbourhood
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

what is the nago filter

A

nago filter usually changes according to the image texture for instance omitting the noise in an image having the zebra texture. The idea here consists of defining 9 neighbourhoods for each pixel, the filter value is obtained with the neighbourhood having the lowest variance of these 9, smoothing with edge-preserving.

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

What is the diffusion filter

A

we make the hypothesis that the pixel value

propagation is similar to heat, this reflects the local derivative

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