├── README.md ├── Shadow_Detection.py ├── data ├── sub1.tfw ├── sub1.tif ├── sub2.tfw ├── sub2.tif ├── sub3.tfw ├── sub3.tif ├── sub4.tfw ├── sub4.tif ├── sub5.tfw ├── sub5.tif ├── sub6.tfw ├── sub6.tif ├── sub7.tfw ├── sub7.tif └── sub8.tif ├── main_page.py ├── results ├── img_mask.jpg ├── mask.jpg ├── result.jpg ├── src.jpg └── test.jpg ├── sample.py ├── silva2017.pdf └── sources ├── result.jpg └── src.jpg /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhwang1694/remote-sensing-image-shadow-detection-and-removal/HEAD/README.md -------------------------------------------------------------------------------- /Shadow_Detection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhwang1694/remote-sensing-image-shadow-detection-and-removal/HEAD/Shadow_Detection.py -------------------------------------------------------------------------------- /data/sub1.tfw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhwang1694/remote-sensing-image-shadow-detection-and-removal/HEAD/data/sub1.tfw -------------------------------------------------------------------------------- /data/sub1.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhwang1694/remote-sensing-image-shadow-detection-and-removal/HEAD/data/sub1.tif -------------------------------------------------------------------------------- /data/sub2.tfw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhwang1694/remote-sensing-image-shadow-detection-and-removal/HEAD/data/sub2.tfw -------------------------------------------------------------------------------- /data/sub2.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhwang1694/remote-sensing-image-shadow-detection-and-removal/HEAD/data/sub2.tif -------------------------------------------------------------------------------- /data/sub3.tfw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhwang1694/remote-sensing-image-shadow-detection-and-removal/HEAD/data/sub3.tfw -------------------------------------------------------------------------------- /data/sub3.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhwang1694/remote-sensing-image-shadow-detection-and-removal/HEAD/data/sub3.tif -------------------------------------------------------------------------------- /data/sub4.tfw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhwang1694/remote-sensing-image-shadow-detection-and-removal/HEAD/data/sub4.tfw -------------------------------------------------------------------------------- /data/sub4.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhwang1694/remote-sensing-image-shadow-detection-and-removal/HEAD/data/sub4.tif -------------------------------------------------------------------------------- /data/sub5.tfw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhwang1694/remote-sensing-image-shadow-detection-and-removal/HEAD/data/sub5.tfw -------------------------------------------------------------------------------- /data/sub5.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhwang1694/remote-sensing-image-shadow-detection-and-removal/HEAD/data/sub5.tif -------------------------------------------------------------------------------- /data/sub6.tfw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhwang1694/remote-sensing-image-shadow-detection-and-removal/HEAD/data/sub6.tfw -------------------------------------------------------------------------------- /data/sub6.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhwang1694/remote-sensing-image-shadow-detection-and-removal/HEAD/data/sub6.tif -------------------------------------------------------------------------------- /data/sub7.tfw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhwang1694/remote-sensing-image-shadow-detection-and-removal/HEAD/data/sub7.tfw -------------------------------------------------------------------------------- /data/sub7.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhwang1694/remote-sensing-image-shadow-detection-and-removal/HEAD/data/sub7.tif -------------------------------------------------------------------------------- /data/sub8.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhwang1694/remote-sensing-image-shadow-detection-and-removal/HEAD/data/sub8.tif -------------------------------------------------------------------------------- /main_page.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhwang1694/remote-sensing-image-shadow-detection-and-removal/HEAD/main_page.py -------------------------------------------------------------------------------- /results/img_mask.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhwang1694/remote-sensing-image-shadow-detection-and-removal/HEAD/results/img_mask.jpg -------------------------------------------------------------------------------- /results/mask.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhwang1694/remote-sensing-image-shadow-detection-and-removal/HEAD/results/mask.jpg -------------------------------------------------------------------------------- /results/result.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhwang1694/remote-sensing-image-shadow-detection-and-removal/HEAD/results/result.jpg -------------------------------------------------------------------------------- /results/src.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhwang1694/remote-sensing-image-shadow-detection-and-removal/HEAD/results/src.jpg -------------------------------------------------------------------------------- /results/test.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhwang1694/remote-sensing-image-shadow-detection-and-removal/HEAD/results/test.jpg -------------------------------------------------------------------------------- /sample.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhwang1694/remote-sensing-image-shadow-detection-and-removal/HEAD/sample.py -------------------------------------------------------------------------------- /silva2017.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhwang1694/remote-sensing-image-shadow-detection-and-removal/HEAD/silva2017.pdf -------------------------------------------------------------------------------- /sources/result.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhwang1694/remote-sensing-image-shadow-detection-and-removal/HEAD/sources/result.jpg -------------------------------------------------------------------------------- /sources/src.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhwang1694/remote-sensing-image-shadow-detection-and-removal/HEAD/sources/src.jpg --------------------------------------------------------------------------------