Click or drag to resize

MatDistanceTransform Method

Computes the distance transform map

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public MatOfFloat DistanceTransform(
	DistanceTypes distanceType,
	DistanceMaskSize maskSize
)

Parameters

distanceType
Type: OpenCvSharpDistanceTypes
maskSize
Type: OpenCvSharpDistanceMaskSize

Return Value

Type: MatOfFloat
See Also