Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Image Features » DistanceTransform

DistanceTransform


Computes an image in which the pixel values denote the estimated distances to the nearest bright pixel in the input image.

Name Type Range Description
inImage Image Input image
inThreshold Integer 0 - + Minimal brightness above which pixels are called bright
inStraightDistance Real 0.0 - Distance between two neighboring in a row or a column pixels
inDiagonalDistance Real 0.0 - Distance between two pixels connected by vertices
inMaxDistance Real 0.0 - Maximum value of the calculated distance
outImage Image Output distance image

Complexity Level

This filter is available on Advanced Complexity Level.