ImageJS
    Preparing search index...

    Interface DivideOptions

    interface DivideOptions {
        channels?: number[];
        out?: Image;
    }
    Index

    Properties

    Properties

    channels?: number[]

    Channels where value will be divided.

    all channels
    
    out?: Image

    Image to which the resulting image has to be put.