Replies: 1 comment 4 replies
-
Hello! Could you please describe what is 7440 and 350 in your voxel size? (I thing X and Y components of voxel size should be equal in most cases) |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I try to use meshlib.mrmeshpy.Vector3f(520/7440, 40/350, 50/150) to create 3d model from .tiff files. For each .tiff slice, x range is(-260,260) and y(-20,20). I have 150 tiff files and the total length is 50. I try to make real scale model by using the argument. However, the model has double length in y direction than real scale. For tiff slice, I used 'plt.savefig(filepath, dpi=1200,
transparent=False, bbox_inches='tight',pad_inches = -0.1,)' .
I don't know what is wrong. The length in z and x direction is ok but y length is doubled.
Beta Was this translation helpful? Give feedback.
All reactions