gamma_image (Image, GammaImage, 0.416667, 0.055, 0.0031308, 255, 'true') 参数详解 gamma:=0.416667 //通常0.8<= Gamma<= 2.2,这里设定为2.2(标准电视和计算机显示器) offset:=0.055 //int offset = 0;// 偏移量,可以调整图像的整体亮度 threshold:=0.0031308 //如果闽值大于0,则低于这个灰度级别的像素...
gamma_image函数的语法如下: gamma_image (Image : ImageGamma, Gamma : real) 参数说明: - Image:输入图像 - ImageGamma:输出图像 - Gamma:亮度调整参数,范围为[0,∞],默认值为1.0 3. gamma_image函数的使用方法 在使用gamma_image函数前,我们首先要加载Halcon的相关库函数,并读取待处理的图像。下面是一个...
gamma_image函数可以对输入图像进行伽马校正,将其转换为新的图像。该函数的输入参数包括待校正的图像、伽马值以及输出图像。通过调整伽马值,可以改变输出图像的亮度和对比度。 此外,gamma_image函数还支持一些可选参数,包括校正类型、输入图像范围以及输出图像范围。校正类型可以选择线性或非线性,对应于不同的伽马曲线。
gamma_image— Perform a gamma encoding or decoding of an image. Signature Description / g | m * ( (1+o) * (G/m) - o ) , t < G/m <= 1 G' = < | s*G , 0 <= G/m <= t \ Here, G' is the gamma-encoded gray value, G is the linear gray value, g =Gamma, o =...
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....
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.45Offset (input_control) real → (real) Offset of the exponential part of the transformation. Default value: 0.055 ...
在实际应用中,可能需要通过调整不同函数的参数来找到最佳的图像增强效果。例如,在scale_image_max函数中,除了可以将最大值设置为255外,还可以根据需要设置不同的值来观察效果。同样,在gamma_image函数中,通过调整伽马值可以控制对比度的增强程度。 5. 评估增强后的图像质量 评估图像质量的方法多种多样,可以通过主观...
在Halcon中,设置图像亮度/曝光可以通过多种方式实现,包括使用ScaleImageMax、ScaleImage、Gamma校正等方法。以下是一些常用的方法: 1. 使用ScaleImageMax调整亮度 ScaleImageMax函数可以将图像的最大像素值缩放到指定的值,从而间接调整图像的亮度。 代码语言:javascript ...
fit_surface_first_order ( Regions, Image : : Algorithm, Iterations, ClippingFactor : Alpha, Beta, Gamma ) 计算一阶灰度平面的灰度矩阵和灰度值的逼近参数。 Algorithm:采用的算法 Algorithm:迭代次数 ClippingFactor:消除临界值的削波系数 ...