image-js
    Preparing search index...

    Interface DerivativeFilterOptions

    interface DerivativeFilterOptions {
        bitDepth?: BitDepth;
        borderType?: BorderType;
        borderValue?: number;
        filter?: DerivativeFilter;
    }
    Index

    Properties

    bitDepth?: BitDepth

    Specify the bit depth of the resulting image.

    image.bitDepth

    borderType?: BorderType

    Specify how the borders should be handled.

    'replicate'

    borderValue?: number

    Value of the border if BorderType is 'constant'.

    0

    Algorithm to use for the derivative filter.

    SOBEL