Skip to content

CookiC/Sparse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cognitive Contour Detection of Sparse-Structured Objects in the Alpha-Shape Scale Space

This paper proposes a novel scale-space method for detecting cognitive contours of sparse-structured objects. Additionally, a benchmark image dataset of sparse-structured objects is constructed in this paper, which is publicly available for evaluating cognitive contour detection performance. Here are the code and the dataset for this paper.

Dateset

Download the SOIS dataset from BaiDuNetdisk or Google Drive.

Requirements

  • Python
    • scipy
    • numba
    • cv2
    • copy

How to use

  • This demo can be easily used by running the 'demo.py' file.

    python demo.py
    

Citation

If you find this work helpful for your research, we would be grateful if you could cite:

@article{shen2025cognitive,
  title={Cognitive Contour Detection of Sparse-Structured Objects in the Alpha-Shape Scale Space},
  author={Shen, Yuxiang and Zhong, Baojiang and Ma, Kai-Kuang},
  journal={IEEE Transactions on Image Processing},
  year={2025},
  publisher={IEEE}
}

About

Cognitive Contour Detection of Sparse-Structured Objects in the Alpha-Shape Scale Space

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages