Click or drag to resize

SmoothTypeBlur Field

http://www.emgu.com
(simple blur) - summation over a pixel param1 x param2 neighborhood with subsequent scaling by 1/(param1 x param2).

Namespace:  Emgu.CV.CvEnum
Assembly:  Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public const SmoothType Blur = 1

Field Value

Type: SmoothType
See Also