4 - GGI 3203 - Introduction To Object Based Image Analysis - 2023
4 - GGI 3203 - Introduction To Object Based Image Analysis - 2023
• Pixel-based approaches
• Benefits
• Challenges
• Segmentation
• Methods
Pixels vs Objects: Pixel based
- Pixel based classification methods are also referred to
as spectral or point classifiers
- Point classifiers because they consider each point/ pixel
as an observation (i.e. as values isolated from their
neighbors).
- Spectral classifiers because comparison of pixels is
done in the feature space (scatter plot/ scatter gram)
- If pixels are compared to one another in the feature space,
we can group similar pixels together
- Pixels in one class are spectrally different from other pixels in
another class.
Pixels vs Objects: Pixel based
- Benefits of pixel based approach:
- Simplicity
- Economy
- Problems:
- Spectral values belong to more than one information class
- No spatial relationships used in classification (Pixel is an
artificial spatial unit)
- ‘Artifacts’ (salt-and-pepper effect)
Pixels vs Objects: Object scope
Manual
delineation
• Limited Quality
• Oversegmentation
• Undersegmentation
Image segmentation: Methods: Region growing
• Region Growing
• Seed cells are distributed over image
• Neighbors (4- or 8-neighbourhood)
are included into region, if
• they do not belong to another
region yet
• the homogeneity criterion H
applies
• Two neighboring regions are unified,
if H applies
Image segmentation: Region growing by pixel aggregation
0 0 5 6 7
1 1 5 8 7
0 1 6 7 7
2 0 7 6 6
0 1 5 6 12
• Edge-based segmentation
• Edge: boundary between homogenous areas
• Region-based segmentation makes sense when large, compact and
coherent objects occur
• Edge-based segmentation for elongated structures
Image segmentation: Methods: Edge based segmentation
• Workflow for Edge based segmentation
1.Edge detection
• Filtering – smoothing to decrease noise in the image
• Enhancement – revealing local changes in intensities
• Detection – select edge pixels, e.g. by thresholding
• Closing of gaps / deleting artefacts
• Combining, extending of lines
2.Linking the edge pixels to form the region boundaries
• Enhancement filters
• Sobel operator
• Laplace filter
• Compass edge