Add surface meshing parameters to Poisson surface reconstruction#60
Merged
tomvanmele merged 7 commits intomainfrom Dec 12, 2025
Merged
Add surface meshing parameters to Poisson surface reconstruction#60tomvanmele merged 7 commits intomainfrom
tomvanmele merged 7 commits intomainfrom
Conversation
Co-authored-by: jf--- <620988+jf---@users.noreply.github.com>
Co-authored-by: jf--- <620988+jf---@users.noreply.github.com>
Co-authored-by: jf--- <620988+jf---@users.noreply.github.com>
Co-authored-by: jf--- <620988+jf---@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add support for additional parameter inputs in Poisson Surface Reconstruction
Add surface meshing parameters to Poisson surface reconstruction
Dec 11, 2025
Collaborator
|
@copilot update the changelog.md |
Co-authored-by: jf--- <620988+jf---@users.noreply.github.com>
Contributor
Author
Collaborator
|
wait for merging of other PR's, than we need to rebase this PR |
Collaborator
|
Let's merge them one by one, so that there would be no conflicts. |
jf---
approved these changes
Dec 12, 2025
Collaborator
There was a problem hiding this comment.
super clean, uses the Eigen::Ref<const compas::RowMatrixXd>.
@petrasvestartas this PR is not related to pending PR's so can be merged.
Collaborator
|
I guess updating the docs where changes in the reconstruction parameters are shown is relevant. |
tomvanmele
approved these changes
Dec 12, 2025
Member
|
i have integrated everything in the new mkdocs setup there is a bit more cleaning up to do, but getting there... |
Collaborator
wow, looks great! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Successfully implemented support for additional parameter inputs for Poisson Surface Reconstruction:
Added Parameters:
Key Features:
Benefits:
Users can now control mesh quality and density to filter out vertices that don't belong to the original point cloud by adjusting sm_radius and sm_distance parameters, directly addressing the issue request.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.