perform an generic action based on each element of the image

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void Action(
	Action<TDepth> action
)
Public Sub Action ( _
	action As Action(Of TDepth) _
)
public:
void Action(
	Action<TDepth>^ action
)

Parameters

action
Action<(Of <(TDepth>)>)
The action to be applied to each element of the image

See Also