Create an image of the same size

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 Image<TColor, TDepth> CopyBlank()
Public Function CopyBlank As Image(Of TColor, TDepth)
public:
Image<TColor, TDepth>^ CopyBlank()

Return Value

The image of the same size

Remarks

The initial pixel in the image equals zero

See Also