 | 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
Syntaxbyte[] CreateEuclideanDistanceMap(
int radius
)
Parameters
- radius
- Type: SystemInt32
Radius specified in pixels (4 to 16).
Return Value
Type:
ByteEuclidean distance map byte array.
Exceptions
See Also