ImageJS
    Preparing search index...

    Interface ConvolutionOptions

    interface ConvolutionOptions {
        borderType?: BorderType;
        borderValue?: number;
        normalize?: boolean;
        out?: Image;
    }
    Index

    Properties

    borderType?: BorderType

    Specify how the borders should be handled.

    'reflect101'

    borderValue?: number

    Value of the border if BorderType is 'constant'.

    0

    normalize?: boolean

    Whether the kernel should be normalized.

    false

    out?: Image

    Image to which to output.