hysteresis Subroutine

public subroutine hysteresis(img, maximum_value)

Edge tracking by hysteresis

Arguments

Type IntentOptional Attributes Name
integer, intent(inout) :: img(:,:,:)

Image array has pixel value.

integer, intent(in) :: maximum_value

The max value of pixel.