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)
Syntaxpublic void Run(
IInputArray image
)
Public Sub Run (
image As IInputArray
)
public:
void Run(
IInputArray^ image
)
member Run :
image : IInputArray -> unit
Parameters
- image
- Type: Emgu.CVIInputArray
The input image to be processed
See Also