Skip to content

Instantly share code, notes, and snippets.

@YimianDai
Created July 30, 2019 04:47
Show Gist options
  • Save YimianDai/bf13d8b376549552a6d1f7dccf95b9b7 to your computer and use it in GitHub Desktop.
Save YimianDai/bf13d8b376549552a6d1f7dccf95b9b7 to your computer and use it in GitHub Desktop.
GRSL-2013-A Robust Directional Saliency-Based Method for Infrared Small-Target Detection Under Various Complex Backgrounds

GRSL - 2013 - A Robust Directional Saliency-Based Method for Infrared Small-Target Detection Under Various Complex Backgrounds

对问题的假设

  • 把问题刻画成 显著性检测,假设 目标是 isotropic Gaussian-like shape,而 background clutters are generally local orientational
    • formulate this problem as salient region detection, which is inspired by the fact that a small target can often attract attention of human eyes in infrared images.
    • This visual effect arises from the discrepancy that a small target resembles isotropic Gaussian-like shape due to the optics point spread function of the thermal imaging system at a long distance, whereas background clutters are generally local orientational.

进一步假设:

It is legible that Gaussian spots are highlighted as salient regions while strips are inhibited, which accords with our visual effects.

算法内容

先做 SODD,然后在 SODD 的基础上做 PFT

@article{Qi2013ARD,
  title={A Robust Directional Saliency-Based Method for Infrared Small-Target Detection Under Various Complex Backgrounds},
  author={Shengxiang Qi and Jie Ma and Chao Tao and Changcai Yang and Jinwen Tian},
  journal={IEEE Geoscience and Remote Sensing Letters},
  year={2013},
  volume={10},
  pages={495-499}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment