Click or drag to resize
SoConvolution.DoSeparateConvolution1D 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.2.2.0 (10.16.2.0)
Syntax
public int DoSeparateConvolution1D(
	SoCpuBufferObject sourceBufferObject,
	SoCpuBufferObject targetBufferObject,
	float[] kernelData,
	int width,
	int height
)

Parameters

sourceBufferObject
Type: OIV.Inventor.Devices.SoCpuBufferObject
targetBufferObject
Type: OIV.Inventor.Devices.SoCpuBufferObject
kernelData
Type:System.Single[]
width
Type: System.Int32
height
Type: System.Int32

Return Value

Type: Int32
Remarks

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

See Also