[Missing <summary> documentation for "M:Emgu.CV.Image`2.Convert``1(System.Func`4)"]

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 Image<TColor, TOtherDepth> Convert<TOtherDepth>(
	Func converter
)
where TOtherDepth : new()
Public Function Convert(Of TOtherDepth As New) ( _
	converter As Func _
) As Image(Of TColor, TOtherDepth)
public:
generic<typename TOtherDepth>
where TOtherDepth : gcnew()
Image<TColor, TOtherDepth>^ Convert(
	Func^ converter
)

Parameters

converter
Func<(Of <(<'T1, T2, T3, TResult>)>)>

[Missing <param name="converter"/> documentation for "M:Emgu.CV.Image`2.Convert``1(System.Func`4)"]

Type Parameters

TOtherDepth

[Missing <typeparam name="TOtherDepth"/> documentation for "M:Emgu.CV.Image`2.Convert``1(System.Func`4)"]

Return Value

[Missing <returns> documentation for "M:Emgu.CV.Image`2.Convert``1(System.Func`4)"]

See Also