ImageTColor, TDepthConvertTOtherDepth Method (ConverterTDepth, TOtherDepth) |
http://www.emgu.com Compute the element of the new image based on element of this image
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic Image<TColor, TOtherDepth> Convert<TOtherDepth>(
Converter<TDepth, TOtherDepth> converter
)
where TOtherDepth : new()
Public Function Convert(Of TOtherDepth As New) (
converter As Converter(Of TDepth, TOtherDepth)
) As Image(Of TColor, TOtherDepth)
public:
generic<typename TOtherDepth>
where TOtherDepth : gcnew()
Image<TColor, TOtherDepth>^ Convert(
Converter<TDepth, TOtherDepth>^ converter
)
member Convert :
converter : Converter<'TDepth, 'TOtherDepth> -> Image<'TColor, 'TOtherDepth> when 'TOtherDepth : new()
Parameters
- converter
- Type: SystemConverterTDepth, 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
Type:
ImageTColor,
TOtherDepth[Missing <returns> documentation for "M:Emgu.CV.Image`2.Convert``1(System.Converter{`1,``0})"]
See Also