perform an generic action based on each element of the image

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public void Action(
	Action<TDepth> action
)
Visual Basic (Declaration)
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

See Also