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

Registration with scale #112

Open
453875726 opened this issue Apr 26, 2022 · 3 comments
Open

Registration with scale #112

453875726 opened this issue Apr 26, 2022 · 3 comments

Comments

@453875726
Copy link

I'm using OpenGR to registrate two pointclouds with different scale.However, the result is bad. I think it's due to the scale. Can OpenGR registrate two pointclouds with different scale? Thx.

@nmellado
Copy link

Hi,
Scale estimation is experimental.
You need to compile with -DMULTISCALE to enable it.

@453875726
Copy link
Author

453875726 commented Apr 29, 2022

Thx for your reply, I use ubuntu20.04 and I compile as
https://storm-irit.github.io/OpenGR/a00002.html says.
1 git clone https://github.com/STORM-IRIT/OpenGR.git
2 mkdir build
3 cd build
4 cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=./install
5 make install
6 cd install/scripts/
7 ./run-example.sh
But where to add -DMULTISCALE while compling?

@chunibyo-wly
Copy link

4th step

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