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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic void Action(
Action<TDepth> action
)
Public Sub Action (
action As Action(Of TDepth)
)
public:
void Action(
Action<TDepth>^ action
)
member Action :
action : Action<'TDepth> -> unit
Parameters
- action
- Type: SystemActionTDepth
The action to be applied to each element of the image
See Also