Click or drag to resize

MatNDTDepthConvertTOtherDepth Method

http://www.emgu.com
Convert this matrix to different depth

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public MatND<TOtherDepth> Convert<TOtherDepth>()
where TOtherDepth : new()

Type Parameters

TOtherDepth
The depth type to convert to

Return Value

Type: MatNDTOtherDepth
Matrix of different depth
See Also