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

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

Syntax

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

Return Value

A matrix of the same size with all elements equals 0

See Also