←选择平台

StretchIntensityCommand类

总结
通过定心、最大化和按比例调整强度值的范围来增加图像的对比度。
语法
c#
VB
objective - c
c++
Java
公共StretchIntensityCommand:RasterCommand
公共StretchIntensityCommand继承了RasterCommand
@接口LTStretchIntensityCommand: LTRasterCommand
公共StretchIntensityCommand扩展RasterCommand
公共ref类StretchIntensityCommand:公共RasterCommand
讲话
  • 不像ChangeContrastCommand命令,此命令始终保留原始数量的不同强度值。(普通的对比度调整可能会在刻度的高端和低端失去数值。)
  • 该命令支持12位和16位灰度图像,支持48位和64位彩色图像。支持12位和16位灰度以及48位和64位彩色图像文档/医疗工具包。
  • 该命令不支持32位灰度图像。

如果图像具有LUT,并且希望处理图像数据,请设置RasterImage。UseLookupTable为假。然后,在调用该方法之后,重置UselookupTable财产为true,如下所示:

rasterImage。UseLookupTable =方法(rasterImage);rasterImage。UseLookupTable =真正的

有关更多信息,请参见改变亮度和对比度

例子

运行StretchIntensityCommand并使其强度值的范围最大化。

c#
VB
使用Leadtools;使用Leadtools.Codecs;使用Leadtools.ImageProcessing.Color;公共无效StretchIntensityCommandExample ()//加载图像RasterCodecs编解码器=RasterCodecs ();编解码器。ThrowExceptionsOnInvalidImages =真正的RasterImage image = codecs.Load(Path.Combine(LEAD_VARS.ImagesDir,“IMAGE1。CMP”));//准备命令StretchIntensityCommand命令=StretchIntensityCommand ();/ /拉伸强度。command.Run(图片);编解码器。保存(形象,Path.Combine (LEAD_VARS.ImagesDir“Result.jpg”)、RasterImageFormat.Jpeg 24);静态LEAD_VARS公共常量字符串ImagesDir =@“C: \ LEADTOOLS21 \ Resources \图片”
进口Leadtools进口Leadtools。编解码器进口Leadtools.ImageProcessing.Color公共StretchIntensityCommandExample ()昏暗的编解码器作为RasterCodecs ()编解码器。ThrowExceptionsOnInvalidImages =真正的昏暗的leadImage作为RasterImage = codecs.Load (Path.Combine (LEAD_VARS.ImagesDir“IMAGE1。CMP”))准备命令昏暗的命令作为StretchIntensityCommand =StretchIntensityCommand的拉伸强度。command.Run (leadImage)编解码器。保存(leadImage Path.Combine (LEAD_VARS.ImagesDir“Result.jpg”)、RasterImageFormat.Jpeg 24)结束公共NotInheritableLEAD_VARS公共常量ImagesDir作为字符串“C: \ LEADTOOLS21 \ Resources \图片”结束
需求

目标平台

另请参阅

参考

StretchIntensityCommand成员

Leadtools.ImageProcessing.Color名称空间

改变亮度和对比度

ChangeIntensityCommand类

GammaCorrectCommand类

ChangeContrastCommand类

HistogramContrastCommand类

RemapIntensityCommand类

InvertCommand类

ChangeHueCommand类

ChangeSaturationCommand类

HistogramEqualizeCommand类

Leadtools.ImageProcessing.FillCommand

HistogramCommand类

Leadtools.ImageProcessing.Core.WindowLevelCommand

ChannelMixerCommand类

Leadtools.ImageProcessing.Effects.DeinterlaceCommand

DesaturateCommand类

Leadtools.ImageProcessing.Effects.EdgeDetectStatisticalCommand

LightControlCommand类

Leadtools.ImageProcessing.Effects.SmoothEdgesCommand

LocalHistogramEqualizeCommand类

AddWeightedCommand类

ColorMergeCommand类

ColorSeparateCommand类

MultiplyCommand类

AutoColorLevelCommand类

ColorLevelCommand类

Leadtools.ImageProcessing.Core.CorrelationListCommand

GrayScaleToDuotoneCommand类

GrayScaleToMultitoneCommand类

Leadtools.ImageProcessing.Core.HolePunchRemoveCommand

SelectiveColorCommand类

Leadtools.ImageProcessing.Effects.SkeletonCommand

ChangeHueSaturationIntensityCommand类

ColorReplaceCommand类

ColorThresholdCommand类

MathematicalFunctionCommand类

SegmentCommand类

AdaptiveContrastCommand类

ApplyMathematicalLogicCommand类

ColorIntensityBalanceCommand类

Leadtools.ImageProcessing.Core.ColorizeGrayCommand

ContrastBrightnessIntensityCommand类

Leadtools.ImageProcessing.Core.DigitalSubtractCommand

DynamicBinaryCommand类

Leadtools.ImageProcessing.Effects.EdgeDetectEffectCommand

Leadtools.ImageProcessing.SpecialEffects.FunctionalLightCommand

Leadtools.ImageProcessing.Core.MultiscaleEnhancementCommand

Leadtools.ImageProcessing.Core.SelectDataCommand

Leadtools.ImageProcessing.Core.ShiftDataCommand

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