Click or drag to resize
SbKernel2i32 Constructor (SbVec2i32)

Constructor defining the size of the kernel (numRows, numColumns).

Namespace: OIV.ImageViz
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax
public SbKernel2i32(
	SbVec2i32 size
)

Parameters

size
Type: OIV.InventorSbVec2i32
Remarks

Kernel is initialized to zero values.

See Also