| | 13 | |
| | 14 | <p> |
| | 15 | 312. |
| | 16 | <b>Median filtering boundary values.</b><br> |
| | 17 | June 8, 2011<br> |
| | 18 | Danielle Jorgens, Tom Goddard<br> |
| | 19 | Median filtering puts zeros on the boundary of the volume box. Data from Danielle had 8-bit values |
| | 20 | ranging from 34-241. The median filtered version adds lots of mysterious 0 values outside the range |
| | 21 | of the original map values. That seems like an error since the median can't produce a value outside |
| | 22 | the original data range, unless you know about the weird zero filling on the boundary. Would be nice |
| | 23 | to improve the code so it gives the proper median boundary values. Will require 6 + 12 + 8 cases to |
| | 24 | handle grid points on faces, edges, and corners. |
| | 25 | </p> |
| | 26 | |