SmoothTypeBilateral Field |
http://www.emgu.com
(bilateral filter) - applying bilateral 3x3 filtering with color sigma=param1 and space sigma=param2. Information about bilateral filtering can be found
Namespace:
Emgu.CV.CvEnum
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic const SmoothType Bilateral = 4
Public Const Bilateral As SmoothType = 4
public:
literal SmoothType^ Bilateral = 4
static val mutable Bilateral: SmoothType
Field Value
Type:
SmoothType
See Also