Anisotropic Filter
i=CreateImage(Size(200,200)) i2=i.Apply(alg.filter.AnisotropicFilter(0.5)) i3=i.Apply(alg.filter.AnisotropicFilter(3.0))
| |
|
| random noise | anisotropic filter 0.5 | anisotropic filter 3.0 |
Back to Algorithm List
Attachments
- noise.png (39.4 kB) - added by ansgar on 08/02/06 21:53:26.
- aniso_05.png (37.0 kB) - added by ansgar on 08/02/06 21:53:40.
- aniso_30.png (14.1 kB) - added by ansgar on 08/02/06 21:53:50.



