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.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public static void cvSetZero( IntPtr arr ) |
Visual Basic (Declaration) |
---|
Public Shared Sub cvSetZero ( _ arr As IntPtr _ ) |
Visual C++ |
---|
public: static void cvSetZero( IntPtr arr ) |
Parameters
- arr
- Type: System..::.IntPtr
array to be cleared