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

Does intensity have an effect on clustering #55

Open
hopenessQAQ opened this issue Mar 14, 2024 · 3 comments
Open

Does intensity have an effect on clustering #55

hopenessQAQ opened this issue Mar 14, 2024 · 3 comments

Comments

@hopenessQAQ
Copy link

Two point cloud data types, XYZ and XYZI, why is cucluster much less effective

@WeizeY
Copy link

WeizeY commented Apr 1, 2024

What has your experience been so far with using XYZI, we’ve always used XYZ

@hopenessQAQ
Copy link
Author

What has your experience been so far with using XYZI, we’ve always used XYZ

The point cloud data is in XYZI format. Different clustering parameter Settings of cuCluster will cause segment errors in cudaec.extract(inputEC, sizeEC, outputEC, indexEC) functions. I used this clustering method in ros2. XYZI data is prone to segment errors, while XYZ data has no problems. Want to know why?

@zhyx490991014
Copy link

zhyx490991014 commented Sep 11, 2024

pcl::PointXYZI seems to have 8 float and pcl::PointXYZ has 4... don't know if cudaec.extract can process it

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

No branches or pull requests

3 participants