Edge Detector

Modified on 2011/03/18 16:39 by Administrator — Categorized as: Digital Image Processing

Edge


Roberts Operator

Image


Sobel Operator

Image

Prewitt Operator

Image

Derivative operator

Image

Zero-crossing

Image

Laplacian Gaussian

Laplacian of Gaussian (LoG)

Image

Image

Image

Image

Difference Of two Gaussian : DOG

Image

Image

Image

Edge Detector

Image

Edge Detector - Noise

Image

(a) Original image. (b) Image with added noise. (c) Sobel with a 3x3 mask. (d) Sobel with a 7x7 mask. (e) Prewitt with a 3x3 mask. (f) Prewitt with a 7x7 mask. (g) Result from applying a threshold to the 3x3 Prewitt. (h) Result from applying a threshold to the 7x7 Prewitt. (i) Truncated pyramid with a 7x7 mask. (j) Results from applying a threshold to the 7x7 truncated pyramid.