http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Compute the element of the new image based on element of this image
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public Image<TColor, TOtherDepth> Convert<TOtherDepth>( Converter<TDepth, TOtherDepth> converter ) where TOtherDepth : new() |
Visual Basic |
---|
Public Function Convert(Of TOtherDepth As New) ( _ converter As Converter(Of TDepth, TOtherDepth) _ ) As Image(Of TColor, TOtherDepth) |
Visual C++ |
---|
public: generic<typename TOtherDepth> where TOtherDepth : gcnew() Image<TColor, TOtherDepth>^ Convert( Converter<TDepth, TOtherDepth>^ converter ) |
Parameters
- converter
- Type: System..::..Converter<(Of <(<'TDepth, TOtherDepth>)>)>
[Missing <param name="converter"/> documentation for "M:Emgu.CV.Image`2.Convert``1(System.Converter{`1,``0})"]
Type Parameters
- TOtherDepth
[Missing <typeparam name="TOtherDepth"/> documentation for "M:Emgu.CV.Image`2.Convert``1(System.Converter{`1,``0})"]
Return Value
[Missing <returns> documentation for "M:Emgu.CV.Image`2.Convert``1(System.Converter{`1,``0})"]