+ All Categories
Home > Documents > Feature extraction Feature extraction involves finding features of the segmented image. Usually...

Feature extraction Feature extraction involves finding features of the segmented image. Usually...

Date post: 22-Dec-2015
Category:
View: 241 times
Download: 7 times
Share this document with a friend
Popular Tags:
16
Transcript

Feature extractionFeature extraction• Feature extraction involves finding

features of the segmented image.• Usually performed on a binary image

produced from a thresholding operation.• Common features include:

1. Area.2. Perimeter.3. Center of mass.4. Compactness.

Problems for students1. Explain what are spatial operations. Give examples and examples of

programs for them.2. Explain what is 2D convolution in detail, using matrices.3. Convolution with non-arithmetic operations.4. Convolution in filtering.5. Use of convolution in spatial averaging. Why one needs spatial averaging?6. Edge detection by convolution.7. Spectral techniques – main ideas.8. General characteristics of methods used in image analysis for robotics

applications.9. Give examples and algorithms for segmentation.10. Blob labeling.11. Feature extraction12. Relation about feature extraction and pattern recognition.13. How to extract area of an object14. How to calculate perimeter of an object.15. What is compactness feature and how to measure it. Give one example of

application.16. Discuss the problem of pattern classification using feature space.


Recommended