ConvolutionKernelFCenter Property |
http://www.emgu.com
The center of the convolution kernel
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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