Click or drag to resize
SbKernel3i32 Constructor (UInt64, UInt64, UInt64)

Constructor defining the size of the kernel.

Namespace: OIV.ImageViz
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SbKernel3i32(
	ulong numCols,
	ulong numRows,
	ulong numSlices
)

Parameters

numCols
Type: SystemUInt64
numRows
Type: SystemUInt64
numSlices
Type: SystemUInt64
Remarks

Kernel is initialized to zero values.

See Also