├── .gitignore └── .gitignore ├── ReadMe.txt └── SuperSIAT-2.2.rar /.gitignore/.gitignore: -------------------------------------------------------------------------------- 1 | !*.exe 2 | !*.rar 3 | -------------------------------------------------------------------------------- /ReadMe.txt: -------------------------------------------------------------------------------- 1 | This is demo and freeware provided by Dr. Zhongwen Hu, Shenzhen University. 2 | 3 | The toolkit is developed using miscrosoft visual C++ 2017. The realsed version is built with Windows10 X64 settings. 4 | You may need to install the Visual C++ 2017 redistributable (x64) pakage. It can be downloaded from: 5 | 6 | https://download.microsoft.com/download/B/7/A/B7A6D5AB-2606-4942-BE19-996D105376A4/vc_redist.x64.exe 7 | 8 | It can be used for scale-sets based analysis of remote sensing images. 9 | 10 | It can produced scale-sets hierarchy with very large images (ie. 20000*20000 pixels), however, 11 | restricted by some cooperate agreements, the acdemic software outputs segmentation and 12 | classification results no larger than 5000*5000 pixles. 13 | 14 | An simple illustration is provided in the user guide book. 15 | 16 | If you use this software in your research, please cite some of the following references: 17 | 18 | 1. Zhongwen Hu, Tiezhu Shi, Chisheng Wang, Guofeng Wu, and Qingquan Li, 19 | Scale-sets image classification with hierarchical sample enriching and automatic scale selection 20 | International Journal of Applied Earth Observation and Geoinformation, 21 | 2021, 105:102605 22 | 23 | 24 | 2. Zhongwen Hu*, Qian Zhang*, Qin Zou, Qingquan Li, Guofeng Wu. 25 | Stepwise Evolution Analysis of Region Merging Segmentation for Scale Parameterisation. 26 | IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing. 27 | 2018, 99(doi:10.1109/JSTARS.2018.2833102). 28 | 29 | 3. Zhongwen Hu, Qingquan Li*, Qin Zou, Qian Zhang, Zhaocong Wu*. 30 | Unsupervised Simplification of Image Hierarchies via Evolution Analysis in Scale-Sets Framework. 31 | IEEE Transactions on Image Processing. 32 | 2017, 26(5), 2394 - 2407. 33 | 34 | 4. Zhongwen Hu, Qingquan Li*, Qin Zou, Qian Zhang, Guofeng Wu. 35 | A Bi-level Scale-sets Model for Hierarchical Representation of Large Remote Sensing Images. 36 | IEEE Transactions on Geoscience and Remote Sensing. 37 | 2016, 54(12), 7366-7377. 38 | 39 | 5. Zhongwen Hu*, Zhaocong Wu, Qian Zhang, Qian Fan, Jiahui Xu. 40 | A Spatially-Constrained Color-Texture Model for Hierarchial VHR Image Segmentation. 41 | IEEE Geoscience and Remote Sensing Letters. 42 | 2013, 10(1), 120-124. 43 | 44 | 45 | If you have any questions, please feel free to contact Dr. Zhongwen Hu, email: zwhoo@szu.edu.cn 46 | 47 | Enjoy it! 48 | 49 | 2022-05-02 50 | 51 | 52 | SuperSIAT 2.2 updated, some bugs were fixed. 2022-05-02 53 | 54 | -------------------------------------------------------------------------------- /SuperSIAT-2.2.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zwhoo/Scale-Sets-Image-Analysis-Toolkit/b70d465da37269fe07539e08d70e3757f56ced87/SuperSIAT-2.2.rar --------------------------------------------------------------------------------