How to visualize the results of local_thickness on a 3D image? #491
Answered
by
jgostick
josephinoo
asked this question in
Q&A
|
Hello, could you help me, how to graph the Local thickness in 3D, I read a paper of your property, that they used that method, I would like to be able to graph with the image shown below: |
Answered by
jgostick
Apr 15, 2021
Replies: 3 comments 2 replies
|
We used paraview for that. You can save images as tiffs, and opening them directly in paraview. You then use a 'threshold' to remove parts you don't want. also, be sure to enable ray tracing to get the photorealistic shadows ;-) |
0 replies
|
You probably only saved 1 slice. Use the imageio package: |
2 replies
Answer selected by
josephinoo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



You probably only saved 1 slice. Use the imageio package:
imageio.volsave('filename.tif', np.array(tif_array, dtype=np.int32)