postprocessing - v7.0.0-beta.16
    Preparing search index...

    Class GaussKernel

    A Gauss kernel.

    Index

    Constructors

    • Constructs a new Gauss kernel.

      Parameters

      • kernelSize: number

        The kernel size. Should be an odd number in the range [3, 1020].

      • edgeBias: number = 2

        Determines how many edge coefficients should be cut off for increased accuracy.

      Returns GaussKernel

    Properties

    linearOffsets: Float64Array

    The offsets for linear sampling.

    linearWeights: Float64Array

    The weights for linear sampling.

    offsets: Float64Array

    The offsets for discrete sampling.

    weights: Float64Array

    The weights for discrete sampling.

    Accessors