|
Algorithm 1 Iterative Seeding |
Require: Reference gray-scale image , function TranslateIntensity returning intensities of visible light given the current near-infrared intensity and the current visible-light intensity
for
do
DecoupleIntensity()
DecoupleIntensity()
TranslateIntensity()
CoupleIntensity(,)
return
|