ubarsc / pyshepseg

Python implementation of image segmentation algorithm of Shepherd et al (2019) Operational Large-Scale Segmentation of Imagery Based on Iterative Elimination. Remote Sensing 11(6).
https://www.pyshepseg.org
MIT License
10 stars 4 forks source link

RatPage constructor was setting 'complete' flag for first segment in … #16

Closed neilflood closed 3 years ago

neilflood commented 3 years ago

…any page, not just the null segment. Harmless, but wrong. Now fixed, thanks to Sam's sharp eyes.

Tested on a decent-sized case, and all good.