Click or drag to resize
SoOpenCLSeismicComputeHilbert Method (SoOpenCLBufferObject, SoOpenCLBufferObject, Int32, Int32)

Compute Hilbert transform on a set of seismic traces.

Namespace: OIV.Inventor.OpenCL.Algorithms
Assembly: OIV.Inventor.OpenCL (in OIV.Inventor.OpenCL.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public int ComputeHilbert(
	SoOpenCLBufferObject sourceBufferObject,
	SoOpenCLBufferObject targetBufferObject,
	int width,
	int height
)

Parameters

sourceBufferObject
Type: OIV.Inventor.DevicesSoOpenCLBufferObject
targetBufferObject
Type: OIV.Inventor.DevicesSoOpenCLBufferObject
width
Type: SystemInt32
height
Type: SystemInt32

Return Value

Type: Int32
Remarks

OPENCL optimized version.

  • This function handles SoOpenCLBufferObject input output type only.

  • Data stored in buffers must be of type float.

See Also