Click or drag to resize
SbKernel2i32 Constructor (Int32, Int32)

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 SbKernel2i32(
	int numRows,
	int numCols
)

Parameters

numRows
Type: SystemInt32
numCols
Type: SystemInt32
Remarks

Kernel is initialized to zero values.

See Also