Page 1 of 1

Moving least squares smoothing and reconstruct is not work

Posted: Mon Sep 25, 2023 3:36 am
by Bay
Hello,i met a problem when i using flatpak version CloudCompare. The Moving least squares smoothing reconstruct is not work.Here is the screenshot.
Image
As the picture show, I have checked the upsamping method, but i can't modify any parameters about voxel grid dilation.And the console outputs following:

[11:24:34] [Qt WARNING] [] QObject::connect: No such slot MLSDialog::activateMenu(QString)
[11:24:34] [Qt WARNING] [] QObject::connect: (sender name: 'upsampling_method')
[11:24:34] [Qt WARNING] [] QObject::connect: (receiver name: 'MLSDialog')
[11:24:34] [Qt WARNING] [] QObject::connect: No such slot MLSDialog::updateSquaredGaussian(double)
[11:24:34] [Qt WARNING] [] QObject::connect: (sender name: 'search_radius')
[11:24:34] [Qt WARNING] [] QObject::connect: (receiver name: 'MLSDialog')

I met this problem because i install the flatpak version CloudCompare.Howerer, Versions installed from apt or snap do not have this problem. Here is my install progress through flatpak.
flatpak install flathub org.cloudcompare.CloudCompare

I tried to install the latest version of cloudcompare through flatpak in ubuntu 18.04 and ubuntu 22.04 environments respectively, but the same problem occurred in both of them.

Re: Moving least squares smoothing and reconstruct is not work

Posted: Mon Sep 25, 2023 8:13 pm
by daniel
Hum, that's weird, or it's something that has been fixed in the 2.13.beta version because de code no longer correspond to the error that appears in the Console... I guess the apt or snap version are older versions? (< 2.12.4)

Which means that sadly you would need find a way to compile or get a Linux package for a more the latest 2.13.beta version. Not sure what's currently available though as I am not a Linux user myself.

Re: Moving least squares smoothing and reconstruct is not work

Posted: Tue Sep 26, 2023 1:31 am
by Bay
Thank you for your reply.
As you said, snap or apt installs the old version(2.11.1 Anoia, no bug), and flatpak installs newer(2.12.4 Kyiv, bug).

I tried installing the new version(2.12.4 Kyiv) from flatpak on two computers with different Ubuntu versions, but both had the problem that upsampling could not be used, so I guessed that there was a bug in cloudcompare released by flatpak.

Re: Moving least squares smoothing and reconstruct is not work

Posted: Wed Sep 27, 2023 6:28 am
by daniel
Yes, or even in the 2.12.4 version (on any platform). That's why your best chance is to find a way to build to the latest 2.13.beta version.

You may have more chance asking that to real Linux developers and package maintainers on the project's github page.