Click or drag to resize

ImageTColor, TDepthAction Method (ActionTDepth)

http://www.emgu.com
perform an generic action based on each element of the image

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public void Action(
	Action<TDepth> action
)

Parameters

action
Type: SystemActionTDepth
The action to be applied to each element of the image
See Also