halcon gamma_image算子详解 算子用于对图像进行伽马校正,这是一种非线性变换,常用于调整图像的亮度和对比度,尤其是在处理传感器 数据时,因为它们可能会有非线性的响应特性。 gamma_image (Image, GammaImage, 0.416667, 0.055, 0.0031308, 255, 'true') 参数详解 gamma:=0.416667 //通常0.8<= Gamma<= 2.2,这里...
Halcon是一款强大的机器视觉开发软件,拥有丰富的函数库以及各种各样的图像处理函数。gamma_image就是其中之一,它是用来调整图像的亮度和对比度的函数。在本文中,我们将详细介绍gamma_image函数的使用方法和注意事项。 1. gamma_image函数的基本介绍 gamma_image函数通过改变输入图像的亮度和对比度来实现图像的增强。在图...
首先,需要导入Halcon库,并初始化图像窗口。然后,可以使用read_image函数读取待校正的图像,并显示。接下来,可以通过设置伽马值、校正类型以及输入图像范围和输出图像范围等参数,来调用gamma_image函数进行图像校正。最后,可以使用disp_image函数显示校正后的图像,并保存至文件。 通过以上几个步骤,我们就可以使用gamma_image...
halcon函数gamma_image函数说明-回复 Function Overview: The gamma_image function is a powerful tool in the Halcon software library. It allows users to adjust the gamma correction of an image. Gamma correction is a technique used to alter the brightness levels ofan image in a non-linear fashion....
Input image. GammaImage(output_object)(multichannel-)image(-array)→object(byte / uint2 / real) Output image. Gamma(input_control)real→(real) Gamma coefficient of the exponential part of the transformation. Default value:0.416666666667 Suggested values:0.416666666667, 0.45 ...
Input image. GammaImage(output_object)(multichannel-)image(-array)→object(byte / uint2 / real) Output image. Gamma(input_control)real→(real) Gamma coefficient of the exponential part of the transformation. Default value:0.416666666667 Suggested values:0.416666666667, 0.45 ...
HALCON Website / HALCON Operator Reference / Filters / Arithmetic HDevelop .NET C++ C++ (legacy) COM C Operators gamma_image (Operator) Namegamma_image— Perform a gamma encoding or decoding of an image.Signaturegamma_image(Image : GammaImage : Gamma, Offset, Threshold, MaxGray, Encode : )...