LL6 Flashcards

(41 cards)

1
Q

What is segmentation in image analysis?

A

Segmentation is the process of dividing an image into foreground and background, subdividing it into constituent regions and/or objects, and transforming an image of densities to a binary image.

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

What are the two basic properties of intensity values used in segmentation algorithms?

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

What does the term ‘local adaptive enhancement’ refer to?

A

Local adaptive enhancement considers a window to improve local effects and can be applied with histogram equalization.

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

What is CLAHE and what are its benefits?

A

Contrast Limited Adaptive Histogram Equalization; it is less sensitive to noise and enhances contrast.

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

What is the purpose of thresholding in image segmentation?

A

Thresholding selects pixels of intensity range to produce a binary image.

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

What is bi-level thresholding?

A

Bi-level thresholding involves selecting a lower threshold T1 and an upper threshold T2 to classify pixels.

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

What is the Isodata method in segmentation?

A

Isodata is a thresholding technique developed by Ridler & Calvard, starting with a threshold value and iteratively computing means of foreground and background.

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

What does entropy represent in image analysis?

A

Entropy represents information richness; a high number indicates that the dynamic range is fully utilized.

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

Fill in the blank: The _______ method is a local thresholding technique that uses local average and standard deviation.

A

Niblack

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

What is the primary challenge of segmentation techniques?

A

There is no perfect segmentation technique; a technique must fit the data.

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

What is the significance of the histogram in image analysis?

A

The histogram represents frequency distributions of intensities and can be used to enhance image contrast.

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

What does the term ‘grouping’ refer to in the context of segmentation?

A

Grouping is the process of associating similar image features together.

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

What is meant by ‘local contrast enhancement’?

A

Local contrast enhancement improves contrast in specific regions of an image using localized methods.

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

True or False: Segmentation can be used to obtain a mask for image analysis.

A

True

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

What are the limitations of thresholding?

A

Illumination is often not uniform, affecting the applicability of thresholding, which may require adaptive methods.

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

What is the purpose of illumination correction in microscopy?

A

Illumination correction addresses shading due to uneven illumination from lamp imperfections.

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

What is the role of the ‘dark current’ image in correction processes?

A

The dark current image is used to correct for sensor noise in image analysis.

18
Q

What does the term ‘density slicing’ refer to?

A

Density slicing is a technique that selects pixel intensity ranges to create binary images.

19
Q

What is ‘contrast stretching’?

A

Contrast stretching is a linear method to enhance image contrast.

20
Q

What is the Gamma function used for in image processing?

A

The Gamma function is a non-linear method used to enhance image contrast.

21
Q

What is the ‘Otsu’ method?

A

Otsu’s method is a thresholding technique that determines the optimal threshold to separate foreground and background.

22
Q

What is meant by ‘region growing’ in segmentation?

A

Region growing is a method that selects similar pixels to form larger regions based on predefined criteria.

23
Q

What is the purpose of annotation in image analysis?

A

Annotation involves marking specific features or regions of interest within an image for further analysis.

24
Q

What is Niblack’s method used for?

A

Local thresholding in image analysis

Niblack’s method was introduced in 1986 for local adaptive thresholding.

25
What parameters are involved in defining the local environment in Niblack's algorithm?
Local average and local standard deviation ## Footnote The local environment is typically defined by a window size, denoted as r*r.
26
What is the formula for the threshold T(x,y) in Niblack's algorithm?
T(x,y) = .(x,y) + k * .(x,y) ## Footnote This formula incorporates the local average and standard deviation at the pixel (x,y).
27
In Niblack's algorithm, what does the parameter 'k' typically equal?
-0.2 ## Footnote This value is used to adjust the thresholding based on local variations.
28
What is Bernsen's method known for?
Local adaptive thresholding ## Footnote Introduced in 1986, this method computes thresholds based on local contrast.
29
What does the contrast C(x,y) represent in Bernsen's algorithm?
C(x,y) = Zhigh - Zlow ## Footnote Zhigh and Zlow are the highest and lowest pixel values in the local window E.
30
What condition must be met to classify a pixel as background in Bernsen's algorithm?
C(x,y) < l ## Footnote Where 'l' is a threshold value that depends on image quality.
31
What is the primary goal of Otsu's method?
To find a threshold value that minimizes the sum of foreground and background spread ## Footnote Otsu's method involves iterating through all possible threshold values.
32
What does the Within-Class Variance represent in Otsu's method?
The variance of pixel levels within each class (foreground and background) ## Footnote It is computed to help find the optimal threshold.
33
What is the significance of the parameter 'r' in local adaptive methods?
It defines the size of the local window or kernel ## Footnote Both Niblack and Bernsen methods use a kernel of size r*r.
34
What does region growing in image analysis require?
A seed pixel and a similarity criterion ## Footnote The seed pixel initiates the growth based on its density value and location.
35
What is the stopping criterion for region growing?
If neighbors are outside a given range ## Footnote The range is defined by Tlow and Thigh, derived from the seed pixel.
36
What does K-means clustering do?
Partitions an image into k clusters ## Footnote Each cluster is represented by the mean of its data points.
37
What is a common issue with K-means clustering in image segmentation?
It may not completely resolve segmentation ## Footnote Additional heuristics may be needed to address unconnected parts.
38
What is the purpose of annotation in image segmentation?
To attribute labels to each segmented part ## Footnote Labels can describe the context of the visualized object.
39
What are heuristics in the context of segmentation?
Rules that depend on the image to guide segmentation ## Footnote They help in understanding the syntax of the scene.
40
What is the Hough transformation used for?
Line and circle detection in images ## Footnote It is a technique often used in edge detection.
41
What does the term 'superpixels' refer to in image analysis?
Regions that are perceptually meaningful ## Footnote They represent groups of pixels rather than individual pixels.