halcon gamma_image算子详解 算子用于对图像进行伽马校正,这是一种非线性变换,常用于调整图像的亮度和对比度,尤其是在处理传感器 数据时,因为它们可能会有非线性的响应特性。 gamma_image (Image, GammaImage, 0.416667, 0.055, 0.0031308, 255, 'true') 参数详解 gamma:=0.416667 //通常0.8<= Gamma<= 2.2,这里...
1. gamma_image函数的基本介绍 gamma_image函数通过改变输入图像的亮度和对比度来实现图像的增强。在图像处理中,亮度指图像像素的明亮程度,而对比度指图像中亮度变化的范围。使用gamma_image函数,我们可以通过调整亮度和对比度,使图像更加清晰、明亮,并提高其可视化效果。 2. gamma_image函数的语法和参数 gamma_image函...
gamma_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 ...
同样,在gamma_image函数中,通过调整伽马值可以控制对比度的增强程度。 5. 评估增强后的图像质量 评估图像质量的方法多种多样,可以通过主观观察图像的视觉效果来判断,也可以使用一些客观的评价指标,如信噪比(SNR)、峰值信噪比(PSNR)等。在Halcon中,可以通过比较原始图像和增强后图像的像素值差异来初步评估图像质量。 综...
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 ...
1. sub_image(); sub_image是最常用的一个图像运算算子之一,主要的应用领域应该是图像增强方面。在正常的工业相机拍摄的光学图像往往并不是完美的,需要对图像进行预处理。在预处理阶段可能会用到的图像运算包括,去噪,增强等等。 2、log_image()和gamma_image() ...
'gamma_image', 'gauss_filter', 'gauss_image', 'gray_closing_rect', 'gray_closing_shape', 'gray_dilation_rect', 'gray_dilation_shape', 'gray_erosion_rect', 'gray_erosion_shape', 'gray_histo', 'gray_opening_rect', 'gray_opening_shape', 'gray_projections', 'gray_range_rect', 'high...
gamma_image performs a general gamma encoding or decoding of the input image Image and returns the resulting image in GammaImage. A generalized gamma encoding can be described as follows: Here, G' is the gamma-encoded gray value, G is the linear gray value, , o = Offset, m = MaxGray,...