ImageJS
    Preparing search index...

    Interface CorrectBackgroundOptions

    interface CorrectBackgroundOptions {
        background: Point[];
        backgroundKind?: "dark" | "light";
        order?: number;
    }
    Index

    Properties

    background: Point[]

    Points that are considered the background of an image.

    backgroundKind?: "dark" | "light"

    Checks if the image background is light or dark. If the background is light, the output image will be inverted.

    'light'

    order?: number

    Order of regression function.

    2