Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public Image<TColor, TDepth4> Convert<TDepth2, TDepth3, TDepth4>( Image<TColor, TDepth2> img2, Image<TColor, TDepth3> img3, Func<TDepth, TDepth2, TDepth3, TDepth4> converter ) where TDepth2 : new() where TDepth3 : new() where TDepth4 : new() |
Visual Basic |
---|
Public Function Convert(Of TDepth2 As New, TDepth3 As New, TDepth4 As New) ( _ img2 As Image(Of TColor, TDepth2), _ img3 As Image(Of TColor, TDepth3), _ converter As Func(Of TDepth, TDepth2, TDepth3, TDepth4) _ ) As Image(Of TColor, TDepth4) |
Visual C++ |
---|
public: generic<typename TDepth2, typename TDepth3, typename TDepth4> where TDepth2 : gcnew() where TDepth3 : gcnew() where TDepth4 : gcnew() Image<TColor, TDepth4>^ Convert( Image<TColor, TDepth2>^ img2, Image<TColor, TDepth3>^ img3, Func<TDepth, TDepth2, TDepth3, TDepth4>^ converter ) |
Parameters
- img2
- Type: Emgu.CV..::..Image<(Of <(<'TColor, TDepth2>)>)>
[Missing <param name="img2"/> documentation for "M:Emgu.CV.Image`2.Convert``3(Emgu.CV.Image{`0,``0},Emgu.CV.Image{`0,``1},System.Func{`1,``0,``1,``2})"]
- img3
- Type: Emgu.CV..::..Image<(Of <(<'TColor, TDepth3>)>)>
[Missing <param name="img3"/> documentation for "M:Emgu.CV.Image`2.Convert``3(Emgu.CV.Image{`0,``0},Emgu.CV.Image{`0,``1},System.Func{`1,``0,``1,``2})"]
- converter
- Type: System..::..Func<(Of <(<'TDepth, TDepth2, TDepth3, TDepth4>)>)>
[Missing <param name="converter"/> documentation for "M:Emgu.CV.Image`2.Convert``3(Emgu.CV.Image{`0,``0},Emgu.CV.Image{`0,``1},System.Func{`1,``0,``1,``2})"]
Type Parameters
- TDepth2
[Missing <typeparam name="TDepth2"/> documentation for "M:Emgu.CV.Image`2.Convert``3(Emgu.CV.Image{`0,``0},Emgu.CV.Image{`0,``1},System.Func{`1,``0,``1,``2})"]
- TDepth3
[Missing <typeparam name="TDepth3"/> documentation for "M:Emgu.CV.Image`2.Convert``3(Emgu.CV.Image{`0,``0},Emgu.CV.Image{`0,``1},System.Func{`1,``0,``1,``2})"]
- TDepth4
[Missing <typeparam name="TDepth4"/> documentation for "M:Emgu.CV.Image`2.Convert``3(Emgu.CV.Image{`0,``0},Emgu.CV.Image{`0,``1},System.Func{`1,``0,``1,``2})"]
Return Value
[Missing <returns> documentation for "M:Emgu.CV.Image`2.Convert``3(Emgu.CV.Image{`0,``0},Emgu.CV.Image{`0,``1},System.Func{`1,``0,``1,``2})"]