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

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

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