stretchIntensity Method

Summary

Stretches the intensity of the data

imageData** using the
threshold** parameter.

Syntax
TypeScript
JavaScript
stretchIntensity = function( 
   imageData, 
   threshold 
) 
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly