ilastik / ilastik-0.5

Interactive Learning and Segmentation Toolkit
ilastik.org
Other
24 stars 5 forks source link

Dimensions in stack loader need clarification #119

Open FredHamprecht opened 12 years ago

FredHamprecht commented 12 years ago

The stack loader offers, for a 1024x1024 image stack, to load pixels from 0 up to 1024. But effectively these are 1025 numbers. Especially in conjunction with the downsampling, I am not sure how to interpret these numbers. Should it not be "1 up to 1024"?

LimpingTwerp commented 12 years ago

I'll look into it.