http://www.emgu.com
(median blur) - finding median of param1 x param1 neighborhood (i.e. the neighborhood is square).
Namespace:
Emgu.CV.CvEnum
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic const SmoothType Median = 3
Public Const Median As SmoothType = 3
public:
literal SmoothType^ Median = 3
static val mutable Median: SmoothType
Field Value
Type:
SmoothType
See Also