The center of the convolution kernel

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public Point Center { get; set; }
Visual Basic (Declaration)
Public Property Center As Point
Visual C++
public:
property Point Center {
	Point get ();
	void set (Point value);
}

See Also