Click or drag to resize

RetinaRun Method

http://www.emgu.com
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. and

Namespace:  Emgu.CV.Bioinspired
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public void Run(
	IInputArray image
)

Parameters

image
Type: Emgu.CVIInputArray
The input image to be processed
See Also