www.emgu.com/wiki
Applying bilateral 3x3 filtering

Declaration Syntax
public Image<TColor, TDepth> SmoothBilatral(
int colorSigma,
int spaceSigma
)
Public Function SmoothBilatral ( _
colorSigma As Integer, _
spaceSigma As Integer _
) As Image(Of TColor, TDepth)
public:
Image<TColor, TDepth>^ SmoothBilatral(
int colorSigma,
int spaceSigma
)

Parameters
- colorSigma (Int32)
- Color sigma
- spaceSigma (Int32)
- Space sigma

Return Value
The result of bilateral smooth
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)