公共类ApplyMathematicalLogicCommand:RasterCommand
公共类ApplyMathematicalLogicCommand
继承了RasterCommand
@接口LTApplyMathematicalLogicCommand: LTRasterCommand
公共类ApplyMathematicalLogicCommand扩展RasterCommand
公共:
ref类ApplyMathematicalLogicCommand:RasterCommand
此命令不支持32位灰度图像。
为了加快LEADTOOLS中广泛使用的图像处理滤波器的速度,彩色图像的灰度值(主通道)采用以下公式计算:
#定义CalcGrayValue (r, g, b) ((L_UCHAR) (((L_UCHAR) (((2 * (L_UINT) (r)) + (5 * (L_UINT) (g)) + (L_UINT) (b) + 4) / 8))))
#定义CalcGrayValue16 (r, g, b) ((L_UINT16) (((2 * (L_UINT32) (r)) + (5 * (L_UINT32) (g)) + (L_UINT32) (b) + 4) / 8))
#定义CalcGrayValue32 (r, g, b) ((L_UINT32) (((2 * (L_UINT32) (r)) + (5 * (L_UINT32) (g)) + (L_UINT32) (b) + 4) / 8))
有关更多信息,请参阅改变亮度和对比度.有关更多信息,请参阅修正颜色.有关更多信息,请参阅ApplyMathematicalLogicCommand的标志.
运行ApplyMathematicalLogicCommand在图像上。
使用Leadtools;
使用Leadtools.Codecs;
使用Leadtools.ImageProcessing.Color;
公共无效ApplyMathematicalLogicCommandExample ()
{
//加载图像
RasterCodecs codecs =新RasterCodecs ();
编解码器。ThrowExceptionsOnInvalidImages =真正的;
RasterImage image = codecs.Load(Path.Combine(LEAD_VARS.ImagesDir,@“ImageProcessingDemo \ NaturalFruits.jpg”));
//准备命令
ApplyMathematicalLogicCommand命令=新ApplyMathematicalLogicCommand ();
命令。因子= 151;
命令。Flags = ApplyMathematicalLogicCommandFlags。OperationMultiply|ApplyMathematicalLogicCommandFlags。ValueDoNothing|ApplyMathematicalLogicCommandFlags。ResultDoNothing;
//将位图的颜色乘以1.51。
command.Run(图片);
编解码器。保存(形象,Path.Combine (LEAD_VARS.ImagesDir“Result.jpg”), RasterImageFormat.Jpeg, 24);
}
静态类LEAD_VARS
{
公共常量字符串ImagesDir =@“C: \ LEADTOOLS21 \ Resources \图片”;
}
进口Leadtools
进口Leadtools。编解码器
进口Leadtools.ImageProcessing.Color
公共子ApplyMathematicalLogicCommandExample ()
昏暗的编解码器作为新RasterCodecs ()
编解码器。ThrowExceptionsOnInvalidImages =真正的
昏暗的leadImage作为RasterImage = codecs.Load(Path.Combine(LEAD_VARS.ImagesDir,“ImageProcessingDemo \ \ NaturalFruits.jpg”))
准备命令
昏暗的命令作为ApplyMathematicalLogicCommand =新ApplyMathematicalLogicCommand
命令。因子= 151
命令。Flags = ApplyMathematicalLogicCommandFlags。OperationMultiply或ApplyMathematicalLogicCommandFlags。ValueDoNothing或ApplyMathematicalLogicCommandFlags。ResultDoNothing
将位图的颜色乘以1.51。
command.Run (leadImage)
编解码器。保存(leadImage Path.Combine (LEAD_VARS.ImagesDir“Result.jpg”), RasterImageFormat.Jpeg, 24)
结束子
公共NotInheritable类LEAD_VARS
公共常量ImagesDir作为字符串=“C: \ LEADTOOLS21 \ Resources \图片”
结束类
帮助收藏
光栅net|C API|c++类库|HTML5 JavaScript
文档net|C API|c++类库|HTML5 JavaScript
医疗net|C API|c++类库|HTML5 JavaScript
医疗网络查看器net
188宝金博怎么下载
支持的平台上
.NET、Java、Android和iOS/macOS程序集
C API/ c++类库
HTML5 JavaScript库
您的邮件已发送给技术支持!应该有人联系!如果你的事情很紧急,请回来聊天。
聊天时间:
周一至周五,美国东部时间上午8:30至下午6:00
感谢您的反馈!
请再次填写表格,开始新的聊天。
所有代理目前都离线。
聊天时间:
星期一至星期五
美国东部时间上午8:30 -下午6点
如需与我们联系,请填写此表格,我们将通过电子邮件与您联系。