You are currently not logged in! Enter your authentication credentials below to log in. You need to have cookies enabled to log in.
This shows you the differences between two versions of the page.
— |
en:processing:линейные_фильтры [2012/06/21 11:15] (current) Анна Протопопова created |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ===== Linear filters ===== | ||
+ | |||
+ | **Linear Filters** are filters described by [[http://en.wikipedia.org/wiki/Linear_map|linear operators]], i.e. operators which satisfy linearity requirements: | ||
+ | |||
+ | //F(x+y) = F(x) + F(y)// и //F(Const*x) = Const* F(x)//. | ||
+ | |||
+ | |||
+ | Besides [[http://en.wikipedia.org/wiki/Affine_transformation|Affine transformations]] there are three linear filters in the program: | ||
+ | * [[градиент|Gradient filter]] | ||
+ | * [[фильтр_лапласа|Laplace filter]] | ||
+ | * [[фильтр_гаусса|Gauss filter]] | ||