图像除雾序列——非参数图像增强5

本文介绍了基于迭代的Retinex算法在图像除雾中的应用,对比了原始图像与经过McCann99和Frankle-McCann增强后的效果。通过代码展示和相关文献引用,探讨了这种非参数图像增强技术的原理和实践价值。
摘要由CSDN通过智能技术生成

5. 基于迭代的Retinex算法

参考文献[3 14] http://www.cs.sfu.ca/~colour/publications/IST-2000/ ,图像增强效果如图 8 所示。

 

8-(a) 原始图像

 

8-(b) McCann99 增强效果

 

8-(b) Frankle-McCann增强效果


Frankle-McCann算法的代码如下:

function Retinex = retinex_frankle_mccann(L, nIterations)

% RETINEX_FRANKLE_McCANN: 
%         Computes the raw Retinex output from an intensity image, based on the
%         original model described in:
%         Frankle, J. and McCann, J., "Method and Apparatus for Lightness Imaging"
%         US Patent #4,384,336, May 17, 1983
%
% INPUT:  L           - logarithmic single-channel intensity image to be processed
%         nIterations - number of Retinex iterations
%
% OUTPUT: Retinex     - raw Retinex output
%
% NOTES:  - The input image is assumed to be logarithmic and in the range [0..1]
%         - To obtain the retinex "sensation" prediction, a look-up-table needs to
%         be applied to the raw retinex output
%         
  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值