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

How can I get your colored pointcoud as your video? #44

Open
nonlinear1 opened this issue Aug 13, 2021 · 7 comments
Open

How can I get your colored pointcoud as your video? #44

nonlinear1 opened this issue Aug 13, 2021 · 7 comments

Comments

@nonlinear1
Copy link

I have test your floam, It is very good. I want to get the same colored pointlouded as your video. How can I got the pointcloud? Is the source codes is open?
Thank you very much!

@ZeyingXuHuaWei
Copy link

also want to know

@flynneva
Copy link

assuming you have a fused XYZRGB pointcloud as an input, to do it "quickly" you'd have to replace all the PointXYZI's with PointXYZRGB in the source code.

to do this "the right way" the PointXYZI type should be templated as PointT to work with any pointcloud input.

@RalphCodesTheInternet
Copy link

Would you mind giving more information on how to do this?

@flynneva
Copy link

flynneva commented Sep 1, 2021

@RalphCodesTheInternet sure, just give me a few days to find some time

@w8128835
Copy link

w8128835 commented Dec 6, 2022

hello,I've seen that you taught @RalphCodesTheInternet about how to change the data type. I think I should put the rgb data into pointXYZRGB,then it could make sense right? Could you please tell me how to get rgb data with pointCloud? Is there any program that can combine rgb images and pointcloud together?

@flynneva
Copy link

flynneva commented Dec 6, 2022

@w8128835 apologies for never following up here but I did answer this topic, just on another thread and I forgot to link to it here:

#13 (comment)

Hope that helps.

@w8128835
Copy link

w8128835 commented Dec 8, 2022

thank you very much

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

5 participants