Skip to main content
. 2024 Feb 28;24(5):1565. doi: 10.3390/s24051565
Algorithm 1 Iterative Seeding
  • Require: Reference gray-scale image y0, function TranslateIntensity returning intensities of visible light given the current near-infrared intensity and the current visible-light intensity

  •     xTN(0,I)

  •     for  t=T,,1  do

  •         yt1q(yt1|y0)

  •         x˜t1pθ(x˜t1|xt)

  •         yt1I,yt1C= DecoupleIntensity(yt1)

  •         x˜t1I,x˜t1C= DecoupleIntensity(x˜t1)

  •         xt1I= TranslateIntensity(yt1I,x˜t1I)

  •         xt1= CoupleIntensity(xt1I,x˜t1C)

  •      return  x0