| SoOpenCLConvolution Class |
Convolution functions for OpenCL buffers.
Namespace: OIV.Inventor.OpenCL.Algorithms
The SoOpenCLConvolution type exposes the following members.
| Name | Description | |
|---|---|---|
| SoOpenCLConvolution | Constructor. |
| Name | Description | |
|---|---|---|
| DoSeparateConvolution1D(SoBufferObject, SoBufferObject, Single, Int32, Int32) | This function performs a 1D convolution on a two dimensional buffer using a 1D kernel. | |
| DoSeparateConvolution1D(SoCpuBufferObject, SoCpuBufferObject, Single, Int32, Int32) | Fast version for CPU buffers. | |
| DoSeparateConvolution1D(SoOpenCLBufferObject, SoOpenCLBufferObject, Single, Int32, Int32) | This function performs a 1D convolution on a two dimensional buffer using a 1D kernel. | |
| DoSeparateConvolution2D(SoBufferObject, SoBufferObject, Single, Int32, Int32) | This function performs a 2D convolution on a two dimensional buffer using a 1D kernel. | |
| DoSeparateConvolution2D(SoCpuBufferObject, SoCpuBufferObject, Single, Int32, Int32) | Fast version for CPU buffers. | |
| DoSeparateConvolution2D(SoOpenCLBufferObject, SoOpenCLBufferObject, Single, Int32, Int32) | This function performs a 2D convolution on a two dimensional buffer using a 1D kernel. | |
| DoSeparateConvolutionColumn(SoBufferObject, SoBufferObject, Single, Int32, Int32) | This function performs a column convolution on a two dimensional buffe using a 1D kernel. | |
| DoSeparateConvolutionColumn(SoCpuBufferObject, SoCpuBufferObject, Single, Int32, Int32) | Fast version for CPU buffers. | |
| DoSeparateConvolutionColumn(SoOpenCLBufferObject, SoOpenCLBufferObject, Single, Int32, Int32) | This function performs a column convolution on a two dimensional buffe using a 1D kernel. | |
| DoSeparateConvolutionRow(SoBufferObject, SoBufferObject, Single, Int32, Int32) | This function performs a row convolution on a two dimensional buffer using a 1D kernel. | |
| DoSeparateConvolutionRow(SoCpuBufferObject, SoCpuBufferObject, Single, Int32, Int32) | Fast version for CPU buffers. | |
| DoSeparateConvolutionRow(SoOpenCLBufferObject, SoOpenCLBufferObject, Single, Int32, Int32) | This function performs a row convolution on a two dimensional buffer using a 1D kernel. | |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
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: