Ask Your Question

Chaton's profile - activity

2017-05-26 04:05:52 -0600 asked a question With structured_light::SinusoidalPattern, how do we calibrate?

I don't uderstand how to use structured_light::SinusoidalPattern properly, - I project patterns - I compute the Phase Map - I unwrap the Phase Map But after that I don't understand what I must do to calibrate my projector or to find correspondence between the projector and cameras.

Thanks

2016-11-23 02:12:22 -0600 received badge  Enthusiast
2016-11-18 04:17:43 -0600 commented question Scale iterative closest Point

That's what I tried, but there is no scale with ICP!

2016-11-18 02:57:38 -0600 asked a question Scale iterative closest Point

Hello!

I am looking for a method to find the correspondance between 2 points clouds. I already tried some Iterative closest point algorithm but they only allowed to find the rotation and translation. But I need the scale too.

Thank you for any advices