Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Can I Change pcl::PointXYZ to other data structure? #31

Open
sdwyc opened this issue Mar 8, 2023 · 3 comments
Open

Can I Change pcl::PointXYZ to other data structure? #31

sdwyc opened this issue Mar 8, 2023 · 3 comments

Comments

@sdwyc
Copy link

sdwyc commented Mar 8, 2023

Hi! I have seen the paper, the ikd-tree is very novel and practical. But I see the data type of node is pcl::PointXYZ (demo file also). Now I want to change the data type from pcl::PointXYZ to my own struct type, In this struct, not only incorporate position, but also have static pointer, Can I use this type to build a ikd-tree?

@snow-know
Copy link

hi,have you tried to change the structure? I want to do that too.

@sdwyc
Copy link
Author

sdwyc commented Jul 22, 2024

hi,have you tried to change the structure? I want to do that too.

I tried, but I gave up. ikd-tree is so dependable with pcl::Point structure. Need to large modification.

@chenxiaocongAI
Copy link

hi,have you tried to change the structure? I want to do that too.

I tried, but I gave up. ikd-tree is so dependable with pcl::Point structure. Need to large modification.

Whether to use custom structures will be relatively time-consuming in various operations?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants