Research Article

Single Image Defogging Algorithm Based on Conditional Generative Adversarial Network

Algorithm 1

The algorithm of DbGAN.
(1) for (number of training iterations){
(2)  for (hyperparameter){
(3)   minibatch fogging images with ;
(4)   ; //introducing the target map
(5)   minibatch fog-less image with ;
(6)   update the discriminator;
(7)  }
(8)  sample minibatch of m hazy samples with ;
(9)  update the generator;
(10) }