Click or drag to resize

MatNDTDepth Constructor (Int32)

http://www.emgu.com
Create a N-dimensional matrix

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public MatND(
	params int[] sizes
)

Parameters

sizes
Type: SystemInt32
The size for each dimension
See Also