Click or drag to resize
SoConvolution Class

Convolution functions for buffers.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.Inventor.AlgorithmsSoConvolution

Namespace: OIV.Inventor.Algorithms
Assembly: OIV.Inventor.Algorithms (in OIV.Inventor.Algorithms.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public class SoConvolution : SoNetBase

The SoConvolution type exposes the following members.

Constructors
  NameDescription
Public methodSoConvolution

OIV.Inventor.Algorithms.SoConvolution 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.

Public methodDoSeparateConvolution1D(SoCpuBufferObject, SoCpuBufferObject, Single, Int32, Int32)

Fast version for CPU buffers.

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

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

Public methodDoSeparateConvolution2D(SoCpuBufferObject, SoCpuBufferObject, Single, Int32, Int32)

Fast version for CPU buffers.

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

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

Public methodDoSeparateConvolutionColumn(SoCpuBufferObject, SoCpuBufferObject, Single, Int32, Int32)

Fast version for CPU buffers.

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

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

Public methodDoSeparateConvolutionRow(SoCpuBufferObject, SoCpuBufferObject, Single, Int32, Int32)

Fast version for CPU buffers.

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.

Examples:

See Also