Translate Linear
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | img(:,:,:) |
Image array has pixel values. |
||
| integer, | intent(in), | optional | :: | maximum_value |
The max value of image pixel. |
|
| integer, | intent(in), | optional | :: | low_threshold |
Threshold to cut min. |
|
| integer, | intent(in), | optional | :: | high_threshold |
Threshold to cut max. |
The image applied linear transition.