-
Notifications
You must be signed in to change notification settings - Fork 14
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
Dynamic display of registration process #17
Comments
Hi @shenao1994 this is the combination of two separate GIFs. The one on the left is generated with the plotting function in PyVista. Each frame was generated with pyvista and saved to disk. Then they were combined into a single GIF using ffmpeg. The one on the right was generated using Finally, the two GIFs were combined into a single one with |
Glad to hear your registration worked! |
Thank you for your advice! But I have encountered some problems. Every time I generate a frame image, I need to remove the mesh of the previous frame. When I add_mesh CT again, the effect will become very strange. It is normal to add_mesh for the first time. But the final effect of CT will become less stereoscopic.
|
Hi @shenao1994 sorry i forgot to follow up on this. Please see #23 and let me know if you have any more questions. |
I am writing code to plot the registration process. My registration work has been completed. I also want to have the effect in GIF, but I am not familiar with pyvista. Can you share how this is achieved? In addition, marker points can be removed during the process.
The text was updated successfully, but these errors were encountered: