Compute the element of a new image based on the value as well as the x and y positions of each pixel on the image

C# | Visual Basic | Visual C++ |
public Image<TColor, TOtherDepth> Convert<TOtherDepth>( Toolbox..::.Func<TDepth, int, int, TOtherDepth> converter )
Public Function Convert(Of TOtherDepth) ( _ converter As Toolbox..::.Func(Of TDepth, Integer, Integer, TOtherDepth) _ ) As Image(Of TColor, TOtherDepth)
public: generic<typename TOtherDepth> Image<TColor, TOtherDepth>^ Convert( Toolbox..::.Func<TDepth, int, int, TOtherDepth>^ converter )

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

- converter (Toolbox..::.Func<(Of <(TDepth, Int32, Int32, TOtherDepth>)>))
[Missing <param name="converter"/> documentation for "M:Emgu.CV.Image`2.Convert``1(Emgu.Util.Toolbox.Func{`1,System.Int32,System.Int32,``0})"]

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