Skip to content

HistogramModule

Overview

Applies a histogram operation to an array.

@author Jonathan Olson <jonathan.olson@colorado.edu>

Class HistogramModule

inputSize: number

import { HistogramModule } from 'scenerystack/alpenglow';

Constructor

new HistogramModule( providedOptions : HistogramModuleOptions<T> )

Instance Methods

Instance Properties

input : BufferArraySlot<T>

(readonly)

output : BufferArraySlot<number>

(readonly)

Type HistogramModuleOptions

import type { HistogramModuleOptions } from 'scenerystack/alpenglow';

Source Code

See the source for HistogramModule.ts in the alpenglow repository.