http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Clears the array. In case of dense arrays (CvMat, CvMatND or IplImage) cvZero(array) is equivalent to cvSet(array,cvScalarAll(0),0), in case of sparse arrays all the elements are removed
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static void cvSetZero( IntPtr arr ) |
Visual Basic |
---|
Public Shared Sub cvSetZero ( _ arr As IntPtr _ ) |
Visual C++ |
---|
public: static void cvSetZero( IntPtr arr ) |
Parameters
- arr
- Type: System..::..IntPtr
array to be cleared