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

[surface] Evaluate z value of nurbs surface on certain (x,y) in the coordinate system of input cloud #5829

Open
ZhuLingfeng1993 opened this issue Oct 2, 2023 · 2 comments
Labels
kind: request Type of issue status: triage Labels incomplete

Comments

@ZhuLingfeng1993
Copy link
Contributor

After I use pcl::on_nurbs::FittingSurface fit a point cloud, I want to evaluate z value of nurbs surface on certain (x,y) in the coordinate system of input cloud.

I find the ON_NurbsSurface::Evaluate interface, but it seems evaluate in normalized coordinate system.

So I hope to add a feature to evaluate in the input cloud coordinate system.

@ZhuLingfeng1993 ZhuLingfeng1993 added kind: request Type of issue status: triage Labels incomplete labels Oct 2, 2023
@mvieth
Copy link
Member

mvieth commented Oct 9, 2023

Hi, which files would have to be changed to add this? I am asking because opennurbs is a third-party component, meaning it was not written by PCL developers, and we will not add any new features to that code (at most we would fix bugs). However if only the code that was written for PCL to interface with opennurbs needs to be changed, then it is fine.
Also, I am not completely sure whether you are offering to add this feature yourself (by creating a pull request), or you want someone else to add the feature?

@ZhuLingfeng1993
Copy link
Contributor Author

I hope PCL can provide the interface to achieve my target since it would be much more convinient. As I am not familiar with opennurbs, I hope someone else can add the feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: request Type of issue status: triage Labels incomplete
Projects
None yet
Development

No branches or pull requests

2 participants