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: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic Matrix<TDepth> CopyBlank()
Public Function CopyBlank As Matrix(Of TDepth)
public:
Matrix<TDepth>^ CopyBlank()
member CopyBlank : unit -> Matrix<'TDepth>
Return Value
Type:
MatrixTDepthA matrix of the same size with all elements equals 0
See Also