Name
gauss_edge - smooth sharp-edged image with Gaussian function
Usage
- output = Gauss_edge (image, kernel_size, gauss_standard_dev)
Input
- image
- image with sharp edge
- kernal_size
- the image size for performing real space convolution, by default it is set as 7.
- gausss_standard_dev
- standard deviation of Gaussion function by default it is set as 3.
Output
- output
- output image with edge smoothed.
Options
Description
1. The function is used to smooth a sharp edged mask.
Method
Reference
Author / Maintainer
Zhong Huang
Keywords
- category 1
- UTILITIES
Files
utilities.py
See also
References to relevant other routines.
Maturity
- stable
- works for most people, has been tested; test cases/examples available.
Bugs
None. It is perfect.