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
Syntaxpublic const SmoothType Blur = 1
Public Const Blur As SmoothType = 1
public:
literal SmoothType^ Blur = 1
static val mutable Blur: SmoothType
Field Value
Type:
SmoothType
See Also