Fortran Program
Source Files
Modules
Procedures
Program
hysteresis
Subroutine
47 statements
Source File
filtering.f90
filtering
hysteresis
Contents
public subroutine hysteresis(img, maximum_value)
Edge tracking by hysteresis
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(inout)
::
img
(:,:,:)
Image array has pixel value.
integer,
intent(in)
::
maximum_value
The max value of pixel.