
C# | Visual Basic | Visual C++ |
public Image<TColor, TDepth5> Convert<TDepth2, TDepth3, TDepth4, TDepth5>( Image<TColor, TDepth2> img2, Image<TColor, TDepth3> img3, Image<TColor, TDepth4> img4, Toolbox..::.Func<TDepth, TDepth2, TDepth3, TDepth4, TDepth5> converter )
Public Function Convert(Of TDepth2, TDepth3, TDepth4, TDepth5) ( _ img2 As Image(Of TColor, TDepth2), _ img3 As Image(Of TColor, TDepth3), _ img4 As Image(Of TColor, TDepth4), _ converter As Toolbox..::.Func(Of TDepth, TDepth2, TDepth3, TDepth4, TDepth5) _ ) As Image(Of TColor, TDepth5)
public: generic<typename TDepth2, typename TDepth3, typename TDepth4, typename TDepth5> Image<TColor, TDepth5>^ Convert( Image<TColor, TDepth2>^ img2, Image<TColor, TDepth3>^ img3, Image<TColor, TDepth4>^ img4, Toolbox..::.Func<TDepth, TDepth2, TDepth3, TDepth4, TDepth5>^ converter )

- TDepth2
[Missing <typeparam name="TDepth2"/> documentation for "M:Emgu.CV.Image`2.Convert``4(Emgu.CV.Image{`0,``0},Emgu.CV.Image{`0,``1},Emgu.CV.Image{`0,``2},Emgu.Util.Toolbox.Func{`1,``0,``1,``2,``3})"]
- TDepth3
[Missing <typeparam name="TDepth3"/> documentation for "M:Emgu.CV.Image`2.Convert``4(Emgu.CV.Image{`0,``0},Emgu.CV.Image{`0,``1},Emgu.CV.Image{`0,``2},Emgu.Util.Toolbox.Func{`1,``0,``1,``2,``3})"]
- TDepth4
[Missing <typeparam name="TDepth4"/> documentation for "M:Emgu.CV.Image`2.Convert``4(Emgu.CV.Image{`0,``0},Emgu.CV.Image{`0,``1},Emgu.CV.Image{`0,``2},Emgu.Util.Toolbox.Func{`1,``0,``1,``2,``3})"]
- TDepth5
[Missing <typeparam name="TDepth5"/> documentation for "M:Emgu.CV.Image`2.Convert``4(Emgu.CV.Image{`0,``0},Emgu.CV.Image{`0,``1},Emgu.CV.Image{`0,``2},Emgu.Util.Toolbox.Func{`1,``0,``1,``2,``3})"]

- img2 (Image<(Of <(TColor, TDepth2>)>))
[Missing <param name="img2"/> documentation for "M:Emgu.CV.Image`2.Convert``4(Emgu.CV.Image{`0,``0},Emgu.CV.Image{`0,``1},Emgu.CV.Image{`0,``2},Emgu.Util.Toolbox.Func{`1,``0,``1,``2,``3})"]
- img3 (Image<(Of <(TColor, TDepth3>)>))
[Missing <param name="img3"/> documentation for "M:Emgu.CV.Image`2.Convert``4(Emgu.CV.Image{`0,``0},Emgu.CV.Image{`0,``1},Emgu.CV.Image{`0,``2},Emgu.Util.Toolbox.Func{`1,``0,``1,``2,``3})"]
- img4 (Image<(Of <(TColor, TDepth4>)>))
[Missing <param name="img4"/> documentation for "M:Emgu.CV.Image`2.Convert``4(Emgu.CV.Image{`0,``0},Emgu.CV.Image{`0,``1},Emgu.CV.Image{`0,``2},Emgu.Util.Toolbox.Func{`1,``0,``1,``2,``3})"]
- converter (Toolbox..::.Func<(Of <(TDepth, TDepth2, TDepth3, TDepth4, TDepth5>)>))
[Missing <param name="converter"/> documentation for "M:Emgu.CV.Image`2.Convert``4(Emgu.CV.Image{`0,``0},Emgu.CV.Image{`0,``1},Emgu.CV.Image{`0,``2},Emgu.Util.Toolbox.Func{`1,``0,``1,``2,``3})"]

[Missing <returns> documentation for M:Emgu.CV.Image`2.Convert``4(Emgu.CV.Image{`0,``0},Emgu.CV.Image{`0,``1},Emgu.CV.Image{`0,``2},Emgu.Util.Toolbox.Func{`1,``0,``1,``2,``3})]