Functions | |
| VImage | VSmoothImage3d (VImage src, VImage dest, VLong neighb, VLong numiter) |
The smoothing filter computes the most frequent value in a 6 (or 18) neighbourhood and replaces the center pixel with this value. The pixels within the neighbourhood are weighted.
| VImage VSmoothImage3d | ( | VImage | src, | |
| VImage | dest, | |||
| VLong | neighb, | |||
| VLong | numiter | |||
| ) |
| src | input image (any repn) | |
| dest | output image (any repn) | |
| neighb | adjacency type (6,18, or 26) | |
| numiter | number of iterations (filtering may be applied repeatedly) |
1.5.6