Click or drag to resize
SoSeismicComputeHilbert Method (SoCpuBufferObject, SoCpuBufferObject, Int32, Int32)

Compute Hilbert transform on a set of seismic traces.

Namespace: OIV.Inventor.Algorithms
Assembly: OIV.Inventor.Algorithms (in OIV.Inventor.Algorithms.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public int ComputeHilbert(
	SoCpuBufferObject sourceBufferObject,
	SoCpuBufferObject targetBufferObject,
	int width,
	int height
)

Parameters

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

Return Value

Type: Int32
Remarks

See Also