Méthode | Description | |
---|---|---|
ClearBuffers ( ) : void |
Clear all retina buffers (equivalent to opening the eyes after a long period of eye close.
|
|
GetMagno ( ) : byte>.Image |
Accessor of the motion channel of the retina (models peripheral vision)
|
|
GetParvo ( ) : Byte>.Image |
Accessor of the details channel of the retina (models foveal vision)
|
|
Retina ( Size inputSize ) : System |
Create a retina model
|
|
Retina ( Size inputSize, bool colorMode, ColorSamplingMethod colorSamplingMethod, bool useRetinaLogSampling, double reductionFactor, double samplingStrength ) : System |
Create a retina model
|
|
Run ( byte>.Image |
Method which allows retina to be applied on an input image, after run, encapsulated retina module is ready to deliver its outputs using dedicated acccessors. GetParvo() and GetMagno()
|
Méthode | Description | |
---|---|---|
DisposeObject ( ) : void |
Release all unmanaged memory associated with the retina model.
|
public Retina ( Size inputSize ) : System | ||
inputSize | Size | The input frame size |
Résultat | System |
public Retina ( Size inputSize, bool colorMode, ColorSamplingMethod colorSamplingMethod, bool useRetinaLogSampling, double reductionFactor, double samplingStrength ) : System | ||
inputSize | Size | The input frame size |
colorMode | bool | Specifies if (true) color is processed of not (false) to then processing gray level image |
colorSamplingMethod | ColorSamplingMethod | Specifies which kind of color sampling will be used |
useRetinaLogSampling | bool | Activate retina log sampling, if true, the 2 following parameters can be used |
reductionFactor | 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 | double | Only usefull if param useRetinaLogSampling=true, specifies the strenght of the log scale that is applied |
Résultat | System |
public Run ( byte>.Image |
||
image | byte>.Image | The input image to be processed |
Résultat | void |