SoOpenCLSeismicComputeHilbert Method (SoOpenCLBufferObject, SoOpenCLBufferObject, Int32, Int32) |
Compute Hilbert transform on a set of seismic traces.
Namespace: OIV.Inventor.OpenCL.AlgorithmsAssembly: OIV.Inventor.OpenCL (in OIV.Inventor.OpenCL.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic int ComputeHilbert(
SoOpenCLBufferObject sourceBufferObject,
SoOpenCLBufferObject targetBufferObject,
int width,
int height
)
Public Function ComputeHilbert (
sourceBufferObject As SoOpenCLBufferObject,
targetBufferObject As SoOpenCLBufferObject,
width As Integer,
height As Integer
) As Integer
public:
int ComputeHilbert(
SoOpenCLBufferObject^ sourceBufferObject,
SoOpenCLBufferObject^ targetBufferObject,
int width,
int height
)
member ComputeHilbert :
sourceBufferObject : SoOpenCLBufferObject *
targetBufferObject : SoOpenCLBufferObject *
width : int *
height : int -> int
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.
See Also