💻
LEANNA
  • "Hello World"
  • Discrete Fast Fourier Transform
  • mac显示隐藏文件
  • 5G冲浪
    • 上网冲浪看到的有用东西
  • Something useful...
    • Websites
  • Computer Graphics
    • Mathematical Morphology
    • GAMES101 Notes
  • OOP
    • OOP in JavaScript
  • Backend - notes
    • Setup database for websites
    • Run A PHP Server On A Mac Using Terminal
    • Run html file on localhost
  • Something useful...
Powered by GitBook
On this page

Was this helpful?

  1. Computer Graphics

Mathematical Morphology

https://youtu.be/xO3ED27rMHs

Two basic operations:

  • Dilation

  • Erosion

Several composite relations:

  • Closing and opening

  • Thinning and thickening

Dilation

Dilation expands the connected sets of 1s of a binary image.

Can be used for:

  • growing features

  • filling holes and gaps

Erosion

Erosion shrinks the connected sets of 1s of a binary image

Can be used for:

  • shrinking features

  • removing bridges, branches, protrusions

Structuring element

A shape mask used in basic morphological ops.

  • any shape, size that is digitally representable

  • with a defined origin

    • box (length, width)

    • disk (diameter)

PreviousWebsitesNextGAMES101 Notes

Last updated 5 years ago

Was this helpful?