-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Coordinates change after loading voxels form tiff #3608
Comments
Grantim
changed the title
Coordinates change after volume rendering
Coordinates change after loading voxels form tiff's
Nov 5, 2024
Grantim
changed the title
Coordinates change after loading voxels form tiff's
Coordinates change after loading voxels form tiff
Nov 5, 2024
Hello!
|
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: ***@***.***>
|
Could you please attach an example how to reproduce the issue? |
Hello, I have sent the example to '"MeshInspector Support" support@meshinspector.com'. Thanks a lot! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: