Click or drag to resize
SoOpenCLConvolution Class

Convolution functions for OpenCL buffers.

Inheritance Hierarchy

Namespace: OIV.Inventor.OpenCL.Algorithms
Assembly: OIV.Inventor.OpenCL (in OIV.Inventor.OpenCL.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public class SoOpenCLConvolution : SoConvolution

The SoOpenCLConvolution type exposes the following members.

Constructors
  NameDescription
Public methodSoOpenCLConvolution

Constructor.

Top
Methods
  NameDescription
Public methodDoSeparateConvolution1D(SoBufferObject, SoBufferObject, Single, Int32, Int32)

This function performs a 1D convolution on a two dimensional buffer using a 1D kernel.

(Inherited from SoConvolution.)
Public methodDoSeparateConvolution1D(SoCpuBufferObject, SoCpuBufferObject, Single, Int32, Int32)

Fast version for CPU buffers.

(Inherited from SoConvolution.)
Public methodDoSeparateConvolution1D(SoOpenCLBufferObject, SoOpenCLBufferObject, Single, Int32, Int32)

This function performs a 1D convolution on a two dimensional buffer using a 1D kernel.

Public methodDoSeparateConvolution2D(SoBufferObject, SoBufferObject, Single, Int32, Int32)

This function performs a 2D convolution on a two dimensional buffer using a 1D kernel.

(Inherited from SoConvolution.)
Public methodDoSeparateConvolution2D(SoCpuBufferObject, SoCpuBufferObject, Single, Int32, Int32)

Fast version for CPU buffers.

(Inherited from SoConvolution.)
Public methodDoSeparateConvolution2D(SoOpenCLBufferObject, SoOpenCLBufferObject, Single, Int32, Int32)

This function performs a 2D convolution on a two dimensional buffer using a 1D kernel.

Public methodDoSeparateConvolutionColumn(SoBufferObject, SoBufferObject, Single, Int32, Int32)

This function performs a column convolution on a two dimensional buffe using a 1D kernel.

(Inherited from SoConvolution.)
Public methodDoSeparateConvolutionColumn(SoCpuBufferObject, SoCpuBufferObject, Single, Int32, Int32)

Fast version for CPU buffers.

(Inherited from SoConvolution.)
Public methodDoSeparateConvolutionColumn(SoOpenCLBufferObject, SoOpenCLBufferObject, Single, Int32, Int32)

This function performs a column convolution on a two dimensional buffe using a 1D kernel.

Public methodDoSeparateConvolutionRow(SoBufferObject, SoBufferObject, Single, Int32, Int32)

This function performs a row convolution on a two dimensional buffer using a 1D kernel.

(Inherited from SoConvolution.)
Public methodDoSeparateConvolutionRow(SoCpuBufferObject, SoCpuBufferObject, Single, Int32, Int32)

Fast version for CPU buffers.

(Inherited from SoConvolution.)
Public methodDoSeparateConvolutionRow(SoOpenCLBufferObject, SoOpenCLBufferObject, Single, Int32, Int32)

This function performs a row convolution on a two dimensional buffer using a 1D kernel.

Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

This module provides functions to perform convolution on 2D buffers.

<font color="#0000FF">NOTE:</font> The classes in this module do not exist in Open Inventor 10.0 and later.

Examples:

See Also