Click or drag to resize
SoConvolutionDoSeparateConvolutionRow Method (SoCpuBufferObject, SoCpuBufferObject, Single, Int32, Int32)

Fast version for CPU buffers.

Namespace: OIV.Inventor.Algorithms
Assembly: OIV.Inventor.Algorithms (in OIV.Inventor.Algorithms.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public int DoSeparateConvolutionRow(
	SoCpuBufferObject sourceBufferObject,
	SoCpuBufferObject targetBufferObject,
	float[] kernelData,
	int width,
	int height
)

Parameters

sourceBufferObject
Type: OIV.Inventor.DevicesSoCpuBufferObject
targetBufferObject
Type: OIV.Inventor.DevicesSoCpuBufferObject
kernelData
Type: SystemSingle
width
Type: SystemInt32
height
Type: SystemInt32

Return Value

Type: Int32
Remarks

The general version maps the user buffers to CPU buffers and calls this function

See Also