gaussian filtering (24 neighborhood)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | img(:,:,:) |
Image array has pixel values. |
||
integer, | intent(in) | :: | maximum_value |
Max value of a pix. default to 255. |
||
integer, | intent(in) | :: | n_times |
Number of time apply filter. |
Filtered image array.