[Missing <summary> documentation for "M:Emgu.CV.Image`2.Action``1(Emgu.CV.Image{`0,``0},System.Action`2)"]

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void Action<TOtherDepth>(
	Image<TColor, TOtherDepth> img2,
	Action action
)
where TOtherDepth : new()
Public Sub Action(Of TOtherDepth As New) ( _
	img2 As Image(Of TColor, TOtherDepth), _
	action As Action _
)
public:
generic<typename TOtherDepth>
where TOtherDepth : gcnew()
void Action(
	Image<TColor, TOtherDepth>^ img2, 
	Action^ action
)

Parameters

img2
Image<(Of <(<'TColor, TOtherDepth>)>)>

[Missing <param name="img2"/> documentation for "M:Emgu.CV.Image`2.Action``1(Emgu.CV.Image{`0,``0},System.Action`2)"]

action
Action<(Of <(<'T1, T2>)>)>

[Missing <param name="action"/> documentation for "M:Emgu.CV.Image`2.Action``1(Emgu.CV.Image{`0,``0},System.Action`2)"]

Type Parameters

TOtherDepth

[Missing <typeparam name="TOtherDepth"/> documentation for "M:Emgu.CV.Image`2.Action``1(Emgu.CV.Image{`0,``0},System.Action`2)"]

See Also