http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Applying bilateral 3x3 filtering
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public Image<TColor, TDepth> SmoothBilatral( int kernelSize, int colorSigma, int spaceSigma ) |
Visual Basic |
---|
Public Function SmoothBilatral ( _ kernelSize As Integer, _ colorSigma As Integer, _ spaceSigma As Integer _ ) As Image(Of TColor, TDepth) |
Visual C++ |
---|
public: Image<TColor, TDepth>^ SmoothBilatral( int kernelSize, int colorSigma, int spaceSigma ) |
Parameters
- kernelSize
- Type: System..::..Int32
The size of the bilatral kernel
- colorSigma
- Type: System..::..Int32
Color sigma
- spaceSigma
- Type: System..::..Int32
Space sigma