This is an old revision of the document!


Vision

Color Quantization

RGB cone
YUV polygon
HSV rectangle
Lab

Image segmentation

Floodfill

=References=

Watershed

Filters

Anti-noise

(smoothing) =References=

Median Filter
Vector Median Filter
Kuwahara filter
Peer Group Filtering

=References=

Anisotropic Filtering

Gradient

Prewitt

=Objective= Basic kernels for 1st order gradient. =Quick Def= Horizontal kernel :

-101
-101
-101

Vertical kernel :

-1-1-1
000
111
Roberts

=Objective=

=Quick Def= First kernel :

10
0-1

Second kernel :

01
-10

Intensity : I = sqrt(I1^2 + I2^2) Direction : theta = arctan(I2 / I1) + pi/4

Sobel

=Objective= Most popular 1st order kernels =Quick Def= Horizontal kernel :

-101
-202
-101

Vertical kernel :

-1-2-1
000
121

Intensity : I = sqrt(Iv^2 + Ih^2) Direction : theta = arctan(Iv / Ih) =Full Def= The filter can be seen as the convolution of two filters. Derivative :

-1
0
1

Smoothing :

121
Laplace

=Objective= 2nd order kernel =Quick Def= Kernel :

010
1-41
010
Scharr

morphological

=References=

Dilation

Dilatation

Erosion

Erosion

Opening

Ouverture

Closing

Fermeture

Edge detection

Canny detector

=Objective= Best theoritical edge detector. =Quick Def= Noise filtering, gradient with horizontal vertical and diagonal kernels, thresholding with hysteresis taking into account the direction of the gradient.

Canny-Deriche
ai/vision.1179507599.txt.gz ยท Last modified: 2013/09/19 16:43 (external edit)
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0