stretchIntensity Method

Summary

Stretches the intensity of the data

imageData** using the
threshold** parameter.

Syntax

JavaScript Syntax
stretchIntensity = function(imageData, threshold) 
TypeScript Syntax
static stretchIntensity(imageData: ImageData, threshold: number): void; 

Parameters

imageData

The input image data, which will be filled with the output.

threshold

The stretch threshold.

Remarks

This method is primarily used with the spy glass feature, refer to SpyGlassAction for more information on using this action.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly