ConvolutionKernelFCenter Property |
http://www.emgu.com
The center of the convolution kernel
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic Point Center { get; set; }
Public Property Center As Point
Get
Set
public:
property Point Center {
Point get ();
void set (Point value);
}
member Center : Point with get, set
Property Value
Type:
Point
See Also