Emgu CV Library Documentation
Convert<(Of <(D2>)>) Method (converter)
NamespacesEmgu.CVMap<(Of <(TColor, TDepth>)>)Convert<(Of <(D2>)>)(Toolbox..::.Func<(Of <(TDepth, Double, Double, D2>)>))

www.emgu.com/wiki
Compute a new map where each element is obtained from converter
Declaration Syntax
C#Visual BasicVisual C++
public Map<TColor, D2> Convert<D2>(
	Toolbox..::.Func<TDepth, double, double, D2> converter
)
Public Function Convert(Of D2) ( _
	converter As Toolbox..::.Func(Of TDepth, Double, Double, D2) _
) As Map(Of TColor, D2)
public:
generic<typename D2>
Map<TColor, D2>^ Convert(
	Toolbox..::.Func<TDepth, double, double, D2>^ converter
)
Generic Template Parameters
D2
The depth of the new Map
Parameters
converter (Toolbox..::.Func<(Of <(TDepth, Double, Double, D2>)>))
The converter that use the element from this map and the location of each pixel as input to compute the result
Return Value
A new map where each element is obtained from converter

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)