|
input:
|
| Initialization: r1 as restored image by averaging on m restored images, r2 as
restored image |
| for k = 1:C
|
|
select mi images randomly
|
|
for
|
|
calculate r1: apply
Algorithm 5
on mi images
|
|
calculate r2: apply
Algorithm 5
on mi images in addition to each remaining image
|
|
calculate C1j: calculate similarity of r1 and r2 images using cross correlation
|
|
calculate C2j: calculate noise distribution distance of m and m + 1 image sets using KL divergence
|
|
calculate C3j: calculate transformation distribution distance of m and m + 1 image sets using KL divergence
|
|
add gi image to support set of mi images if weighted average of
is less than predefined threshold
|
|
end for
|
|
end for
|
|
select
that have largest support set as m* and related support set as s* |
|
|