issues
search
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
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Guard the histogram against loss of precision due to GDAL's float32 h…
#15
neilflood
closed
3 years ago
2
Use Real type for histogram, plus check for existence first
#14
gillins
closed
3 years ago
14
Add ability to set dataset creation options when tiling
#13
gillins
closed
3 years ago
0
Add ability to set driver creation options to tiling
#12
gillins
closed
3 years ago
0
add other checks to confirm images match before doing stats
#11
gillins
closed
3 years ago
0
add check for float images
#10
gillins
closed
3 years ago
0
Handle Float types in calcPerSegmentStatsTiled
#9
petescarth
closed
3 years ago
10
Added utils.writeColorTableFromRatColumns(), and options to use it in…
#8
neilflood
closed
3 years ago
0
initial work on new chunking system for per segment stats
#7
gillins
closed
3 years ago
0
Use iterator instead of temporary array
#6
gillins
closed
3 years ago
1
WIP: Create the RAT in 'chunks' for tiling so whole RAT and segment locations don't need to be in memory
#5
gillins
closed
3 years ago
1
Tiling doc
#4
neilflood
closed
3 years ago
0
Have the doTiledShepherdSegmentation function return a whole object w…
#3
neilflood
closed
3 years ago
1
Add spectDistPcntile argument, to give some flexibility on the 'auto'…
#2
neilflood
closed
3 years ago
0
ensure no tiles are smaller than tileSize as a simple way of avoiding slivers
#1
gillins
closed
3 years ago
4
Previous