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