Return a matrix of the same size with all elements equals 0

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public Matrix<TDepth> CopyBlank()
Visual Basic (Declaration)
Public Function CopyBlank As Matrix(Of TDepth)
Visual C++
public:
Matrix<TDepth>^ CopyBlank()

Return Value

A matrix of the same size with all elements equals 0

See Also