Top Banner
16

Feature extraction Feature extraction involves finding features of the segmented image. Usually performed on a binary image produced from.

Dec 22, 2015

Download

Documents

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Feature extraction Feature extraction involves finding features of the segmented image. Usually performed on a binary image produced from.
Page 2: Feature extraction Feature extraction involves finding features of the segmented image. Usually performed on a binary image produced from.
Page 3: Feature extraction Feature extraction involves finding features of the segmented image. Usually performed on a binary image produced from.
Page 4: Feature extraction Feature extraction involves finding features of the segmented image. Usually performed on a binary image produced from.
Page 5: Feature extraction Feature extraction involves finding features of the segmented image. Usually performed on a binary image produced from.
Page 6: Feature extraction Feature extraction involves finding features of the segmented image. Usually performed on a binary image produced from.
Page 7: Feature extraction Feature extraction involves finding features of the segmented image. Usually performed on a binary image produced from.
Page 8: Feature extraction Feature extraction involves finding features of the segmented image. Usually performed on a binary image produced from.
Page 9: Feature extraction Feature extraction involves finding features of the segmented image. Usually performed on a binary image produced from.

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.

Page 10: Feature extraction Feature extraction involves finding features of the segmented image. Usually performed on a binary image produced from.
Page 11: Feature extraction Feature extraction involves finding features of the segmented image. Usually performed on a binary image produced from.
Page 12: Feature extraction Feature extraction involves finding features of the segmented image. Usually performed on a binary image produced from.
Page 13: Feature extraction Feature extraction involves finding features of the segmented image. Usually performed on a binary image produced from.
Page 14: Feature extraction Feature extraction involves finding features of the segmented image. Usually performed on a binary image produced from.
Page 15: Feature extraction Feature extraction involves finding features of the segmented image. Usually performed on a binary image produced from.
Page 16: Feature extraction Feature extraction involves finding features of the segmented image. Usually performed on a binary image produced from.

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.