LL8 Flashcards
(39 cards)
What is the Greek meaning of the term ‘morphology’?
Shape, form, outward appearance
What is the focus of the field of morphology in biology?
The study of the form and structure of organisms and their specific structural features
Define morphometry.
The quantitative analysis of form, including the understanding of size and shape of an organism
What does Mathematical Morphology analyze?
Geometrical structures in digital images based on set theory
In Mathematical Morphology, what are images and filters considered as?
Sets
What imperfections does Mathematical Morphology help to overcome?
Segmentation, edge detection, processing
What does a binary image represent in the context of Mathematical Morphology?
Coordinates (x,y) of pixels that belong to the object
In a gray-scaled image, what does the element of the set represent?
Coordinates (x,y) of pixels that belong to the object and the gray levels
What is a structuring element (s.e.) in Mathematical Morphology?
A shape used to probe or interact with a given image
What is the purpose of a structuring element?
To draw conclusions on how this shape fits or interacts with shapes in the image
What is the notation for the erosion of image f by structuring element s?
f . s
What is the outcome when the structuring element s fits image f during erosion?
g(x,y) = 1
What does erosion do to objects in an image?
Can split apart joined objects and strip away extrusions
What is the notation for the dilation of image f by structuring element s?
f . s
What does dilation do to objects in an image?
Can repair breaks and intrusions
What is opening in the context of morphological operations?
An erosion followed by a dilation using the same structuring element
What effects does opening have on an image?
Smooths contours, breaks narrow isthmuses, removes thin protrusions
What is closing in the context of morphological operations?
A dilation followed by an erosion using the same structuring element
What effects does closing have on an image?
Smooths contours, fuses narrow breaks, removes small holes and fills gaps
What is grey-value erosion?
Output image tends to be darker than the input when all elements of the structuring element are positive
What is grey-value dilation?
Output image tends to be brighter than the input when all values of the structuring element are positive
What is grey-value opening used for?
To remove small light details while leaving larger bright features undisturbed
What happens during grey-value closing?
Peaks are left in their original form, filling in gaps and smoothing contours
What does the initial erosion do to an image?
Removes details and darkens the image
Erosion is a morphological operation that reduces the size of objects in an image.