Click or drag to resize

IBitmapImageCreateEuclideanDistanceMap Method

Creates Euclidean distance map from a binary image. The EDM is represented using 8 bpp top down byte array.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
byte[] CreateEuclideanDistanceMap(
	int radius
)

Parameters

radius
Type: SystemInt32
Radius specified in pixels (4 to 16).

Return Value

Type: Byte
Euclidean distance map byte array.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionradius
See Also