viz.renderers.SaliencyMapOptions
export interface SaliencyMapOptions {
/** Colormap for saliency visualization (default: 'hot') */
colormap?: SaliencyColormap;
/** Overlay opacity 0-1 (default: 0.6) */
opacity?: number;
/** Saliency value range [min, max]. If not provided, auto-computed. */
range?: [number, number];
/** Output width (default: image width) */
width?: number;
/** Output height (default: image height) */
height?: number;
/** Target to render to */
target?: RenderTarget;
}colormap(SaliencyColormap)optional- – Colormap for saliency visualization (default: 'hot')
opacity(number)optional- – Overlay opacity 0-1 (default: 0.6)
range([number, number])optional- – Saliency value range [min, max]. If not provided, auto-computed.
width(number)optional- – Output width (default: image width)
height(number)optional- – Output height (default: image height)
target(RenderTarget)optional- – Target to render to