←选择平台

GetLinearVoiLookupTableCommand构造函数(GetLinearVoiLookupTableCommandFlags)

总结
初始化一个新的GetLinearVoiLookupTableCommand类对象与显式参数。
语法
c#
VB
objective - c
c++
Java
公共函数(_按值传递旗帜作为GetLinearVoiLookupTableCommandFlags_)
- (instancetype) initWithFlags:(LTGetLinearVoiLookupTableCommandFlags)旗帜
公共GetLinearVoiLookupTableCommand (int旗帜)
公共:GetLinearVoiLookupTableCommand (GetLinearVoiLookupTableCommandFlags旗帜)

参数

旗帜
保留以供将来使用。通过0。

例子

这个例子中运行GetLinearVoiLookupTableCommand在形象和检查LookupTable的线性。它将计算窗口宽度和中心。

c#
VB
使用Leadtools;使用Leadtools.Codecs;使用Leadtools.ImageProcessing.Core;公共无效GetLinearVoiLookupTableConstructorExample (){/ /加载一个图像RasterCodecs编解码器=RasterCodecs ();编解码器。ThrowExceptionsOnInvalidImages =真正的;RasterImage图像= codecs.Load (Path.Combine (LEAD_VARS.ImagesDir,“IMAGE2.dcm”));/ /准备命令GetLinearVoiLookupTableCommand命令=GetLinearVoiLookupTableCommand (GetLinearVoiLookupTableCommandFlags.None);command.Run(图片);MessageBox.Show ("宽度= "+命令。宽度+“\ n”+“中心”=+ command.Center);}静态LEAD_VARS{公共常量字符串ImagesDir =@“C: \ LEADTOOLS21 \ Resources \图片”;}
进口Leadtools进口Leadtools.Codecs进口Leadtools.ImageProcessing.Core公共GetLinearVoiLookupTableConstructorExample ()昏暗的编解码器作为RasterCodecs ()编解码器。ThrowExceptionsOnInvalidImages =真正的昏暗的leadImage作为RasterImage = codecs.Load (Path.Combine (LEAD_VARS.ImagesDir“IMAGE2.dcm”))“准备的命令昏暗的命令作为GetLinearVoiLookupTableCommand =GetLinearVoiLookupTableCommand (GetLinearVoiLookupTableCommandFlags.None)command.Run (leadImage)MessageBox.Show ("宽度= "+ command.Width。ToString +“\ n”+“中心”=+ command.Center.ToString)结束公共NotInheritableLEAD_VARS公共常量ImagesDir作为字符串=“C: \ LEADTOOLS21 \ Resources \图片”结束
需求

目标平台

Leadtools.ImageProcessing.Core作为sembly
188金宝搏的网址客服|支持|联系我们|知识产权的通知
©1991 - 2021领先的技术公司。保留所有权利。