Skeletons In Images

  • Uploaded by: Gabriel Humpire
  • 0
  • 0
  • May 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Skeletons In Images as PDF for free.

More details

  • Words: 350
  • Pages: 11
Skeletons Presentation By Adam Metro CIS 467 – Image Processing

What are Skeletons? „ „ „ „

Morphological Operation Skeletons define the “Structure” of an object within an image. Can also be considered the “Wire Frame” of the object. Only works with Binary Images (to my knowledge), use Threshold function to convert.

What are Skeletons?

What are Skeletons Con’t. „

„

The Skeleton S(A) of a set A can be expressed in terms of a series of erosions and openings. Each iteration k of erosions and openings creates a subset Sk(A)

Lets Refresh Your Memory „

Erosion „ „

Removal of pixels from edges objects within an image A. Uses a structuring element B to define custom erosion.

Lets Refresh Your Memory „

Opening „

„

Opening smoothes the outer edges of an object within an image. Opening is defined as applying Erosion on an Image A with a Structuring Element B then applying Dilation on the resulting erosion.

Back to Skeletons „

„

Formal Definition of a skeleton of an object within an image A: Formal Definition of a Subset k of a skeleton of an object within an image A with structuring element B:

K

S ( A) = U S k ( A)

S k ( A) = ( AΘkB) − ( AΘkB) • B k =0

Sk ( A) = ( AΘkB) − ( AΘkB) • B

In English Please… „ „ „ „

K equals the level of erosions performed on the image before opening is performed. S ( A) Each subset equals the result of the erosion minus the result of the opening. The final skeleton will be the union of the Kmax subsets found. Kmax equals the maximum number of S ( A)erosions before no more pixels exist in the object. k

k

Example

My Project „ „ „ „

„

Take in binary image. Perform skeletonization on the image. Return and display the resulting image. Will use matlab functions imerosion() and imdialate() to perform the various erosions and openings. Will also use image subtraction function used in a previous homework assignment.

Questions?

Related Documents

Skeletons In Images
May 2020 7
Writing Skeletons
November 2019 10
Images
May 2020 39
Images
December 2019 65
Images
November 2019 79
Images
May 2020 53

More Documents from ""

042605_02
May 2020 5
042605_04
May 2020 5
050505_03
May 2020 6
042105_03
May 2020 8
042105_01
May 2020 6