摘要:
function q = LEP(I, l, r,na,mu) %I should be the gray scale [hei, wid] = size(I); N = boxfilter(ones(hei, wid), r); mean_I = boxfilter(I, r) ./ N; mean_l = boxfilter(l, r) ./ N; mean_Il = boxfilter... 阅读全文
posted @ 2019-06-03 20:10
白菜hxj
阅读(286)
评论(0)
推荐(0)