LL6 Flashcards
(41 cards)
What is segmentation in image analysis?
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.
What are the two basic properties of intensity values used in segmentation algorithms?
- Discontinuity
- Similarity
What does the term ‘local adaptive enhancement’ refer to?
Local adaptive enhancement considers a window to improve local effects and can be applied with histogram equalization.
What is CLAHE and what are its benefits?
Contrast Limited Adaptive Histogram Equalization; it is less sensitive to noise and enhances contrast.
What is the purpose of thresholding in image segmentation?
Thresholding selects pixels of intensity range to produce a binary image.
What is bi-level thresholding?
Bi-level thresholding involves selecting a lower threshold T1 and an upper threshold T2 to classify pixels.
What is the Isodata method in segmentation?
Isodata is a thresholding technique developed by Ridler & Calvard, starting with a threshold value and iteratively computing means of foreground and background.
What does entropy represent in image analysis?
Entropy represents information richness; a high number indicates that the dynamic range is fully utilized.
Fill in the blank: The _______ method is a local thresholding technique that uses local average and standard deviation.
Niblack
What is the primary challenge of segmentation techniques?
There is no perfect segmentation technique; a technique must fit the data.
What is the significance of the histogram in image analysis?
The histogram represents frequency distributions of intensities and can be used to enhance image contrast.
What does the term ‘grouping’ refer to in the context of segmentation?
Grouping is the process of associating similar image features together.
What is meant by ‘local contrast enhancement’?
Local contrast enhancement improves contrast in specific regions of an image using localized methods.
True or False: Segmentation can be used to obtain a mask for image analysis.
True
What are the limitations of thresholding?
Illumination is often not uniform, affecting the applicability of thresholding, which may require adaptive methods.
What is the purpose of illumination correction in microscopy?
Illumination correction addresses shading due to uneven illumination from lamp imperfections.
What is the role of the ‘dark current’ image in correction processes?
The dark current image is used to correct for sensor noise in image analysis.
What does the term ‘density slicing’ refer to?
Density slicing is a technique that selects pixel intensity ranges to create binary images.
What is ‘contrast stretching’?
Contrast stretching is a linear method to enhance image contrast.
What is the Gamma function used for in image processing?
The Gamma function is a non-linear method used to enhance image contrast.
What is the ‘Otsu’ method?
Otsu’s method is a thresholding technique that determines the optimal threshold to separate foreground and background.
What is meant by ‘region growing’ in segmentation?
Region growing is a method that selects similar pixels to form larger regions based on predefined criteria.
What is the purpose of annotation in image analysis?
Annotation involves marking specific features or regions of interest within an image for further analysis.
What is Niblack’s method used for?
Local thresholding in image analysis
Niblack’s method was introduced in 1986 for local adaptive thresholding.