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

Feature/hilbert bg #84

Merged
merged 4 commits into from
Dec 28, 2023
Merged

Feature/hilbert bg #84

merged 4 commits into from
Dec 28, 2023

Conversation

Jammy2211
Copy link
Owner

The standard Hilbert image-mesh suffers a systematic where the vast majority of points are drawn from the high weighted reigons. This often leaves few points to reconstruct the lower weight regions, leading to discontinuities in the reconstruction.

This PR implemented a balcned hilert image-mesh addresses this by drawing half the points from the weight map and the other half from (1 - weight map). This ensures both high and low weighted regions are sampled equally, but still has sufficient flexibility to dedicate many points to the highest weighted regions.

@Jammy2211 Jammy2211 merged commit 7bc78c4 into main Dec 28, 2023
7 checks passed
@Jammy2211 Jammy2211 deleted the feature/hilbert_bg branch February 28, 2024 20:48
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.

1 participant