Click or drag to resize

ImageTColor, TDepthConvertTOtherDepth Method (FuncTDepth, TOtherDepth)

http://www.emgu.com
Compute the element of the new image based on element of this image

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public Image<TColor, TOtherDepth> Convert<TOtherDepth>(
	Func<TDepth, TOtherDepth> converter
)
where TOtherDepth : new()

Parameters

converter
Type: SystemFuncTDepth, TOtherDepth
The function to be applied to the image pixels

Type Parameters

TOtherDepth
The depth type of the result image

Return Value

Type: ImageTColor, TOtherDepth
The result image
See Also