Skip to content
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

Change surface mesh decimation to vtk based algorithm #4

Merged
merged 1 commit into from
Mar 27, 2024

Conversation

harmening
Copy link
Contributor

Is there any reason why we used the surface mesh decimation algorithm of open3D?
Cedalion has a huge dependency list already and open3D is somehow annoying to install on MacOS and I also had some issues installing it in a singularity container for running it on the HPC (due to libgomp1). Surface mesh decimation algorithms exist for example also by vtk or in mne (which calls vtk). Both are already dependencies of cedalion.
Mesh quality is the same (both implementations use Quadric Error Metric Decimation).

I also corrected a typo in src/cedalion/imagereco/forward_model.py from PR#3.

@harmening harmening requested a review from emiddell March 20, 2024 19:25
@emiddell emiddell merged commit 19ebb45 into main Mar 27, 2024
2 checks passed
@harmening harmening deleted the test-imagereco branch March 27, 2024 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants