SwisTrack/Components/BinaryDilation

From Wikibooks, open books for an open world
< SwisTrack | Components
Jump to: navigation, search

Contents

[edit] Description

Dilation is a method used in image processing to enlarge the white areas of the binary image. The structuring element is a 3x3 rectangle (using the 8 nearest pixels). Combining erosion and dilation allows you to perform opening and closing operations, which remove individual black or white pixels, or smooth out the borders.

It is generally adviced to use the same number of dilation and erosion interations.

[edit] Input

SwisTrack Threshold.png

A binary (black and white) image.

[edit] Output

SwisTrack Threshold.png

A binary (black and white) image.

[edit] Parameters

[edit] Iterations

Number of dilations to apply on the image.

Personal tools
Namespaces
Variants
Actions
Navigation
Community
Toolbox
Sister projects
Print/export