http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
perform an generic action based on each element of the image
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public void Action( Action<TDepth> action ) |
Visual Basic |
---|
Public Sub Action ( _ action As Action(Of TDepth) _ ) |
Visual C++ |
---|
public: void Action( Action<TDepth>^ action ) |
Parameters
- action
- Type: System..::..Action<(Of <(<'TDepth>)>)>
The action to be applied to each element of the image