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