Click or drag to resize

MatrixTDepthCopyBlank Method

http://www.emgu.com
Return a matrix of the same size with all elements equals 0

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public Matrix<TDepth> CopyBlank()

Return Value

Type: MatrixTDepth
A matrix of the same size with all elements equals 0
See Also