Replies: 0 comments 8 replies
-
Do you mean you just want to analyze a subset, like: im2 = im[:100, :100, :100] This is just a standard numpy indexing notation. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I have a 3D image and I would like to run analysis (pore size distribution) only on part of the 3D image domain. Similar to a segmentation of a CT-scan. Can anyone advice on a way to do this?
Thanks, Thijs
Beta Was this translation helpful? Give feedback.
All reactions