Functions | |
| VImage | VLeeImage (VImage src, VImage result, VLong wsize, VDouble sigma, VLong dim, VLong ignoreval) |
3D Lee filter
| VImage VLeeImage | ( | VImage | src, | |
| VImage | result, | |||
| VLong | wsize, | |||
| VDouble | sigma, | |||
| VLong | dim, | |||
| VLong | ignoreval | |||
| ) |
| src | input image | |
| result | output image | |
| wsize | window size | |
| sigma | sigma | |
| dim | dimension (0=2D, 1=3D) | |
| ignoreval | grey value to be ignored |
1.6.3