|
Environment : - Leadtools V15 Medical Suite - Visual Basic .Net 2005
I load 16bit TIFF type image. It was displayed almost black.
After run ApplyLinearVoiLut or HistogramEqualizer , It was shown correctly as I guess
I get pixel value of each pixels in this image by using MinMaxValuesCommand '---------------------- Dim cmd As CopyRectangleCommand = New CopyRectangleCommand cmd.Rectangle = New Rectangle(x, y, 1, 1) cmd.Run(Img) Dim RImg As RasterImage = cmd.DestinationImage.Clone RImg.HighBit = Img.HighBit Dim cmd2 As MinMaxValuesCommand = New MinMaxValuesCommand cmd2.Run(RImg) '--------------------
This code returns the value(0~4095) correctly
What is problem ? Why was Image shown so dark ? What is the effect of ApplyLinearVoiLookupTableCommand?
I will attatch original image(TIFF) and send e-mail to support@leadtools.com linked this post
I need your help Thank you.
|