[This is preliminary documentation and is subject to change.]

perform an generic action based on each element of the image

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

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