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