SoConvolution Class |
Convolution functions for buffers.
Namespace: OIV.Inventor.Algorithms
The SoConvolution type exposes the following members.
Name | Description | |
---|---|---|
![]() | SoConvolution | OIV.Inventor.Algorithms.SoConvolution 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. |
![]() | 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. |
![]() | 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. |
![]() | 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. |
![]() | 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.
Examples: