ImageJS
    Preparing search index...

    Interface HistogramOptions

    interface HistogramOptions {
        channel?: number;
        slots?: number;
    }
    Index

    Properties

    Properties

    channel?: number

    The channel for which to compute the histogram. If it is unspecified, the image must have one channel or the method will throw an error.

    0

    slots?: number

    The number of slots that histogram can have.

    2 ** image.bitDepth