Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleDy (für horizontale Kantenerkennung)
0 -1 0
0  1 0
0  0 0

Prewitt-Operator

Code Block
titlePx
1 0 -1
1 0 -1
1 0 -1
Code Block
titlePy
 1  1  1
 0  0  0
-1 -1 -1

Sobel-Operator

Code Block
titleSx
1 0 -1
2 0 -2
1 0 -1

...

titleSy

...

Arten von Kantenfiltern

Child pages (Children Display)

LaPlace-Operator

  • berücksichtigt Kanten richtungsunabhängig