All the rank convolution use the same base function. Near the border the base function includes only the real image pixels in the rank. No border extensions are used.
Rank convolution using the median value.
Returns zero if the counter aborted.
Supports all data types except IM_COMPLEX. Can be applied on color images.
Rank convolution using (maximum-minimum) value.
Returns zero if the counter aborted.
Supports all data types except IM_COMPLEX. Can be applied on color images.
Rank convolution using the closest maximum or minimum value.
Returns zero if the counter aborted.
Supports all data types except IM_COMPLEX. Can be applied on color images.
Rank convolution using the maximum value.
Returns zero if the counter aborted.
Supports all data types except IM_COMPLEX. Can be applied on color images.
Rank convolution using the minimum value.
Returns zero if the counter aborted.
Supports all data types except IM_COMPLEX. Can be applied on color images.