Changes between Version 1 and Version 2 of libpipi/research/filters
- Timestamp:
- 08/20/2008 05:47:20 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
libpipi/research/filters
v1 v2 8 8 9 9 k[i][j] = exp(-((i×cosθ-j×sinθ-dx)²+(j×cosθ+i×sinθ-dy)²)/2σ) 10 11 == Median filter == 12 13 There are several ways to optimise a median filter. 14 15 Random links for now: 16 * [http://coding.derkeiler.com/Archive/General/comp.programming/2004-10/0289.html Sliding median filter]