LL8 Flashcards

(39 cards)

1
Q

What is the Greek meaning of the term ‘morphology’?

A

Shape, form, outward appearance

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

What is the focus of the field of morphology in biology?

A

The study of the form and structure of organisms and their specific structural features

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

Define morphometry.

A

The quantitative analysis of form, including the understanding of size and shape of an organism

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

What does Mathematical Morphology analyze?

A

Geometrical structures in digital images based on set theory

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

In Mathematical Morphology, what are images and filters considered as?

A

Sets

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

What imperfections does Mathematical Morphology help to overcome?

A

Segmentation, edge detection, processing

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

What does a binary image represent in the context of Mathematical Morphology?

A

Coordinates (x,y) of pixels that belong to the object

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

In a gray-scaled image, what does the element of the set represent?

A

Coordinates (x,y) of pixels that belong to the object and the gray levels

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

What is a structuring element (s.e.) in Mathematical Morphology?

A

A shape used to probe or interact with a given image

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

What is the purpose of a structuring element?

A

To draw conclusions on how this shape fits or interacts with shapes in the image

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

What is the notation for the erosion of image f by structuring element s?

A

f . s

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

What is the outcome when the structuring element s fits image f during erosion?

A

g(x,y) = 1

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

What does erosion do to objects in an image?

A

Can split apart joined objects and strip away extrusions

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

What is the notation for the dilation of image f by structuring element s?

A

f . s

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

What does dilation do to objects in an image?

A

Can repair breaks and intrusions

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

What is opening in the context of morphological operations?

A

An erosion followed by a dilation using the same structuring element

17
Q

What effects does opening have on an image?

A

Smooths contours, breaks narrow isthmuses, removes thin protrusions

18
Q

What is closing in the context of morphological operations?

A

A dilation followed by an erosion using the same structuring element

19
Q

What effects does closing have on an image?

A

Smooths contours, fuses narrow breaks, removes small holes and fills gaps

20
Q

What is grey-value erosion?

A

Output image tends to be darker than the input when all elements of the structuring element are positive

21
Q

What is grey-value dilation?

A

Output image tends to be brighter than the input when all values of the structuring element are positive

22
Q

What is grey-value opening used for?

A

To remove small light details while leaving larger bright features undisturbed

23
Q

What happens during grey-value closing?

A

Peaks are left in their original form, filling in gaps and smoothing contours

24
Q

What does the initial erosion do to an image?

A

Removes details and darkens the image

Erosion is a morphological operation that reduces the size of objects in an image.

25
What is the effect of subsequent dilation after erosion?
Increases overall intensity without reintroducing removed details ## Footnote Dilation adds pixels to the boundaries of objects in an image.
26
What is the purpose of grey-value closing?
Removes small dark details while leaving bright features relatively undisturbed ## Footnote Closing is a combination of dilation followed by erosion.
27
What happens during the initial dilation in grey-value closing?
Removes dark details and brightens the image ## Footnote This step enhances the brighter areas in the image.
28
What does the subsequent erosion do in grey-value closing?
Darkens the image without reintroducing details removed by dilation ## Footnote This ensures that the image retains its overall structure while eliminating noise.
29
Define morphological gradient in image analysis.
Using difference of dilation and erosion ## Footnote It highlights the edges in an image.
30
How does the morphological gradient differ from opening and closing?
It focuses solely on the difference between dilation and erosion ## Footnote Unlike opening and closing, which modify the image structure.
31
What is the Top-Hat transformation used for?
Enhances details in the presence of shades ## Footnote It is a morphological gradient filter.
32
How is the Top-Hat transformation calculated?
Open the image with structuring element S and subtract the result from the original ## Footnote The formula for Top-Hat is written as: = .O.
33
What does the Black-Hat transformation highlight?
Narrow dark regions in the image ## Footnote It is another type of morphological gradient filter.
34
Describe the process of Black-Hat transformation.
Close the image with structuring element S, then subtract the original from the result ## Footnote The formula for Black-Hat is written as: = O .B.
35
What is the importance of the structuring element in morphological operations?
Determines and directs the outcome of the operation ## Footnote The shape of the structuring element is crucial for the evaluation.
36
List common shapes of structuring elements.
* Z4 * Z8 * Rectangle * Diamond * Circle * Ellipse ## Footnote These shapes affect how the morphological operations process the image.
37
What are the basic operators in Mathematical Morphology?
* Erosion * Dilation * Opening * Closing ## Footnote These operators are foundational for image processing tasks.
38
What are some applications of operators in Mathematical Morphology?
* Morphological filtering * Boundary extraction * Skeletons * Convex hull * Thinning * Pruning * Segmentation ## Footnote These applications help in analyzing and processing images effectively.
39
True or False: Morphological operations can be used to correct uneven illumination.
True ## Footnote They help in removing background effects during image analysis.