admin管理员组

文章数量:1660166

作用:从原图像中减去估计的背景照明图像,图像中的缺陷变得更加明显

estimate_background_illumination自定义函数内容:

get_image_size (Image, Width, Height)
rft_generic (Image, ImageFFT, 'to_freq', 'none', 'complex', Width)
gen_gauss_filter (ImageGauss, 50, 50, 0, 'n', 'rft', Width, Height)
convol_fft (ImageFFT, ImageGauss, ImageConvol)
rft_generic (ImageConvol, IlluminationImage, 'from_freq', 'none', 'byte', Width)
return ()

本文标签: 高斯背景halconestimatebackgroundillumination