Click or drag to resize
MatrixTDepthConvertTOtherDepth Method
http://www.emgu.com
Convert this matrix to different depth

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public Matrix<TOtherDepth> Convert<TOtherDepth>()
where TOtherDepth : new()

Type Parameters

TOtherDepth
The depth type to convert to

Return Value

Type: MatrixTOtherDepth
Matrix of different depth
See Also