perform an generic action based on each element of the image

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

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