CvArrPyrMeanShiftFiltering Method (CvArr, Double, Double) OpenCvSharp Class Library
Does meanshift image segmentation.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void PyrMeanShiftFiltering(
	CvArr dst,
	double sp,
	double sr
)

Parameters

dst
Type: OpenCvSharpCvArr
The destination image of the same format and the same size as the source.
sp
Type: SystemDouble
The spatial window radius.
sr
Type: SystemDouble
The color window radius.
See Also

Reference