Skip to content

This project is forked from LDDRS. The code in the project is used for deblurring and mosaic removal of DOFP images in LTVSR.

Notifications You must be signed in to change notification settings

dierwang101/LDDRS-ADMMDeblur

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The code used in LTVSR for deblurring and mosaic removal of DOFP images.

Usage:

Modify the parameter filename in demo_ADMMDeblur.m and run it.

Acknowledgements:

Acknowledgements: We would like to express our gratitude for the open-source contributions of the LDDRS project and the PNP-BM3D project.

Citation

@article{Wang:24,
    title = {LVTSR: learning visible image texture network for infrared polarization super-resolution imaging},
    author = {Xuesong Wang and Yating Chen and Jian Peng and Jiangtao Chen and Feng Huang and Xianyu Wu},
    journal = {Opt. Express},
    volume = {32},
    number = {17},
    pages = {29078--29098},
    year = {2024},
    publisher = {Optica Publishing Group},
}



Full-Time Monocular Road Detection Using Zero-Distribution Prior of Angle of Polarization. ECCV2020

We offer two ways to download the LDDRS dataset.

Content Description

  • Folders:
    • "RAW" folder : Original LWIR DoFP images of road scene with 512×640 resolution in 14 bits.
    • "label" folder : Corresponding label of road region of 2,113 images. 1 represents road and 0 represents background.
    • "labelviz" folder : The visualization of the labeled road and background regions on S0 image.
    • "S0" folder : Corresponding intensity image after denoising and HDR correction.
  • Code:
    • demo.m : A demo code for basic pre-processing of DoFP image, including denoising, demosaicking and calculating Stokes parameters.
    • BM3D : Denoising the raw DoFP image.
    • FFC_Polynomial_interpolation.m : A demosaicking algorithm [1] for recovering four high resolution polarization image from an input DoFP image.
    • IRHDRv1.m : HDR correction of the S0 image.
    • polar_calibration.mexw64 :Calibrating the intensity images and generating Stokes images
  • Note:
    • Before you run the codes, please put the above folders you downloaded in this root folder.
    • The polarization transmission direction of each pixel of DoFP image is arranged as in "Pixel arrangement of DoFP image.jpg".
    • Since our LWIR DoFP camera is based on the uncooled technique, an optical shutter is used for online recalibration purposes to compensate for disturbing influences derived from changing ambient conditions (sensor temperature stabilization is also used). So it needs to subtract the pixel response when the shutter is closed from the pixel response when the shutter is open, which may leads to negative pixel values. To avoid this, a fixed positive value is added to make the output always be positive and in a reasonable range. Therefore, we cannot obtain the absolute value of DoP but a relative value of DoP, while the calculation of true AoP is not affected. However, we can still use it for quantitative analysis of the DoP characteristics of the objects.

[1] Li, N., Zhao, Y., Pan, Q., Kong, S.G.: Demosaicking DoFP images using Newton's polynomial interpolation and polarization difference model. Optics Express 27(2), 1376–1391 (2019)

Citation

@inproceedings{li2020full,
  title={Full-Time Monocular Road Detection Using Zero-Distribution Prior of Angle of Polarization},
  author={Li, Ning and Zhao, Yongqiang and Pan, Quan and Kong, Seong G and Chan, Jonathan Cheung-Wai},
  booktitle={European Conference on Computer Vision},
  pages={457--473},
  year={2020},
  organization={Springer}
}
@article{li2021illumination,
  title={Illumination-invariant road detection and tracking using LWIR polarization characteristics},
  author={Li, Ning and Zhao, Yongqiang and Pan, Quan and Kong, Seong G and Chan, Jonathan Cheung-Wai},
  journal={ISPRS Journal of Photogrammetry and Remote Sensing},
  volume={180},
  pages={357--369},
  year={2021},
  publisher={Elsevier}
}

If you have any question, please contact :[email protected]

About

This project is forked from LDDRS. The code in the project is used for deblurring and mosaic removal of DOFP images in LTVSR.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 52.6%
  • C 36.6%
  • C++ 10.1%
  • Makefile 0.7%