getHuFromData Method

Summary

Gets the Hounsfield's unit (HU) equivalent to the pixel value

data**.

Syntax

JavaScript Syntax
getHuFromData = function(info, data) 
TypeScript Syntax
static getHuFromData(info: DICOMImageInformation, data: number): number; 

Parameters

info

The information of the image passed in data.

data

The image data pixel value.

Return Value

Character string that represents the Hounsfield's unit (HU) equivalent to the pixel value data.

Remarks

To get the pixel value by using x and y from a canvas, refer to GetHuValue.

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