MeshLib icon indicating copy to clipboard operation
MeshLib copied to clipboard

Coordinates change after loading voxels form tiff

Open Gooda11 opened this issue 1 year ago • 4 comments

Hello, I was uploading my tiff files using 'settings.voxelSize = mr.Vector3f( )' and 'volume = mr.loadTiffDir(settings)'. Then, I got a 3D volume. But the coordinates have changed. How can I avoid this, i.e., I want to keep the (x,y) coordinates from my tiff file in the created volume. Thanks a lot

Gooda11 avatar Nov 05 '24 08:11 Gooda11

Hello!

settings.voxelSize = mr.Vector3f( ) means mr.Vector3f( 0, 0, 0 ) which is not valid values in this case. You need to specify positive voxel size

Grantim avatar Nov 05 '24 09:11 Grantim

Hello, I have specified the number(I didn’t show here). And I can get the results I want . It is just the (x,y) has changed 在 2024年11月5日,10:39,Grant Karapetyan @.***> 写道: Hello! settings.voxelSize = mr.Vector3f( ) means mr.Vector3f( 0, 0, 0 ) which is not valid values in this case. You need to specify positive voxel size

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

Gooda11 avatar Nov 05 '24 11:11 Gooda11

Could you please attach an example how to reproduce the issue?

Grantim avatar Nov 05 '24 11:11 Grantim

Hello, I have sent the example to '"MeshInspector Support" [email protected]'. Thanks a lot!

Gooda11 avatar Nov 05 '24 12:11 Gooda11