Segmentation Flashcards

1
Q

segmentation definition

A

partitioning of image into regions-of-interest

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

segmentation methods

A

– by intensity
– by region
– by boundary
– by morphology

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

segmentation depending on intensity

A

● easy
● widely used
● Histogram based
● noise prone
● no connectivity

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

Segmentation by boundaries can be achieved by

A

– look for sharp changes in intensity
– can be achieved by spatial filtering

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

sobel filter which type of segmentation

A

Segmentation by boundaries

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

Segmentation by region growth

A

– start with seed
– check intensity in neighborhood
– if intensity within window, set to 1
– iterate until no change

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

Morphological operations analyze morphology of image structures based on

A

set theory and topology

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

Morphological operations extract which image information

A

– shape
– size
– connectivity
– number
– boundary

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

Morphological operations are mostly performed on

A

binary images

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

Structuring elements (SE)

A

● small bitmask to probe the image
● scan origin of SE over image
● check overlap between SE and image
● set pixel(s) to zero (or one)

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

Dilation

A

expand region
like convolution
fills holes

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

erosion

A

shrink region
like deconvolution
eliminates details

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

opening

A

first erosion, then dilation

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

Closing

A

first dilation, then erosion

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

Segmentation by morphology

A

uses opening filter SE

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

Morphological operations can assist in segmenting samples by …… rather than by ………….

A

by size, rather than by grey-level

17
Q

A Erosion shrinks the region. While doing so, details are

A

eliminated