Each pixel in the image is replaced with a gray value dependent on the distance to the nearest obstacle pixel, generally a boundary pixel. Different methods can be used to calculate the distance.
![]() |
Nota |
---|---|
Estas opciones se describen en la Sección 2, “Características comunes”. |
“Metric” is a topology term. Three methods are available:
Euclidean default: the distance is a line.
Manhattan
Chebyshev
Default is 0. Increasing this value selects higher lightness pixels
Original image for examples. Threshold low will be progressively increased. Lightness: dark red = 0.070; bright red = 0.223; green = 0.133
Figura 17.168. Ejemplo de “Umbral”
Umbral bajo = 0: sólo son visibles las distancias a los bordes.
Umbral bajo = 0.070: aparece un círculo “rojo oscuro”.
Umbral bajo = 0.133: aparece un círculo “verde”.
Umbral bajo = 0.233: aparece un círculo “rojo brillante”.
Default is 100. Decreasing this value makes result lighter.
Número de cálculos para un promedio de escala de grises.
This option is checked by default. If you uncheck it, no blur is created.
Figura 17.169. Ejemplo de “Normalizar”
Opción de normalizar marcada.
Opción de normalizar sin marcar.