Skip to content

Computing statistics of clusters #115

Discussion options

You must be logged in to vote

Hi! Thanks for writing in.

The statistics function is currently limited in one dimension by uint16 ("Only dimensions shorter than 65536 are supported."). Is there a specific reason for this?. The time dimension I use can be longer than that.

The reason for this was I was attempting to be conservative with memory. The bounding boxes are 6 * (N + 1) * data_width, which can become pretty large in the worst case (e.g. a volume where all the labels are different). Maybe I can automatically select uint32 when the dimensions are larger than uint16.

Is there a straight forward way to add storing the original label to cc3d.statistics? (in my case I'm only interested in the areas with a 1 for in…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@mchoblet
Comment options

Answer selected by mchoblet
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants