Click or drag to resize

Cv2Watershed Method

Performs a marker-based image segmentation using the watershed algorithm.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static void Watershed(
	InputArray image,
	InputOutputArray markers
)

Parameters

image
Type: OpenCvSharpInputArray
Input 8-bit 3-channel image.
markers
Type: OpenCvSharpInputOutputArray
Input/output 32-bit single-channel image (map) of markers. It should have the same size as image.
See Also