[This is preliminary documentation and is subject to change.]

Create an image of the same size

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

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