http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
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.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public void Run( Image<Bgr, byte> image ) |
Visual Basic |
---|
Public Sub Run ( _ image As Image(Of Bgr, Byte) _ ) |
Visual C++ |
---|
public: void Run( Image<Bgr, unsigned char>^ image ) |
Parameters
- image
- Type: Emgu.CV..::..Image<(Of <(<'Bgr, Byte>)>)>
The input image to be processed