Interface DivideOptions

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

Properties

Properties

channels?: number[]

Channels where value will be divided.

Default

all channels
out?: Image

Image to which the resulting image has to be put.