Click or drag to resize
CvInvokecvCreateSparseMat Method
http://www.emgu.com
The function allocates a multi-dimensional sparse array. Initially the array contain no elements, that is Get or GetReal returns zero for every index

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.2.0.2682 (3.2.0.2682)
Syntax
public static IntPtr cvCreateSparseMat(
	int dims,
	IntPtr sizes,
	DepthType type
)

Parameters

dims
Type: SystemInt32
Number of array dimensions
sizes
Type: SystemIntPtr
Array of dimension sizes
type
Type: Emgu.CV.CvEnumDepthType
Type of array elements

Return Value

Type: IntPtr
Pointer to the array header
See Also