Click or drag to resize

SmoothTypeBlurNoScale Field

http://www.emgu.com
(simple blur with no scaling) - summation over a pixel param1 x param2 neighborhood. If the neighborhood size may vary, one may precompute integral image with cvIntegral function

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

Field Value

Type: SmoothType
See Also