http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Create a retina model
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public Retina( Size inputSize, bool colorMode, Retina..::..ColorSamplingMethod colorSamplingMethod, bool useRetinaLogSampling, double reductionFactor, double samplingStrength ) |
Visual Basic |
---|
Public Sub New ( _ inputSize As Size, _ colorMode As Boolean, _ colorSamplingMethod As Retina..::..ColorSamplingMethod, _ useRetinaLogSampling As Boolean, _ reductionFactor As Double, _ samplingStrength As Double _ ) |
Visual C++ |
---|
public: Retina( Size inputSize, bool colorMode, Retina..::..ColorSamplingMethod colorSamplingMethod, bool useRetinaLogSampling, double reductionFactor, double samplingStrength ) |
Parameters
- inputSize
- Type: System.Drawing..::..Size
The input frame size
- colorMode
- Type: System..::..Boolean
Specifies if (true) color is processed of not (false) to then processing gray level image
- colorSamplingMethod
- Type: Emgu.CV..::..Retina..::..ColorSamplingMethod
Specifies which kind of color sampling will be used
- useRetinaLogSampling
- Type: System..::..Boolean
Activate retina log sampling, if true, the 2 following parameters can be used
- reductionFactor
- Type: System..::..Double
Only usefull if param useRetinaLogSampling=true, specifies the reduction factor of the output frame (as the center (fovea) is high resolution and corners can be underscaled, then a reduction of the output is allowed without precision leak
- samplingStrength
- Type: System..::..Double
Only usefull if param useRetinaLogSampling=true, specifies the strenght of the log scale that is applied