1 / 20

Brief overview of ideas

Brief overview of ideas. In this introductory lecture I will show short explanations of basic image processing methods In next lectures we will go into detail and mathematics, but this overview here is sufficient to start using software in your projects. SPATIAL OPERATIONS. FEATURE EXTRACTION.

blila
Télécharger la présentation

Brief overview of ideas

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Brief overview of ideas • In this introductory lecture I will show short explanations of basic image processing methods • In next lectures we will go into detail and mathematics, but this overview here is sufficient to start using software in your projects.

  2. SPATIAL OPERATIONS

  3. FEATURE EXTRACTION

  4. Feature 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.

  5. PATTERN CLASSIFICATION

  6. Problems for students • Explain what are spatial operations. Give examples and examples of programs for them. • Explain what is 2D convolution in detail, using matrices. • Convolution with non-arithmetic operations. • Convolution in filtering. • Use of convolution in spatial averaging. Why one needs spatial averaging? • Edge detection by convolution. • Spectral techniques – main ideas. • General characteristics of methods used in image analysis for robotics applications. • Give examples and algorithms for segmentation. • Blob labeling. • Feature extraction • Relation about feature extraction and pattern recognition. • How to extract area of an object • How to calculate perimeter of an object. • What is compactness feature and how to measure it. Give one example of application. • Discuss the problem of pattern classification using feature space.

More Related