QGu

Results 10 comments of QGu

Hi, I think it's because of the GLM library I used at that time. The matrices in in GLM are column major where the OpenCV's matrices are row major. The...

It should work fine with any resolution. We have tested it on projectors with 2 different resolutions. Have you tried the CPU version? Also if it is possible, could you...

It should be able to run on Raspberry Pi, but you will need to merge the point clouds.

Do you have a callstack?

There was indeed a mistake in the README.md and code. I have fixed them. But I'll have to verify the changes later today. They should be the output file of...

We haven't tested it on Windows. Could you try to build it on Linux?

Hello, We are currently working on a newer version of SLS. Including refactoring of the base code as well as a faster implementation on GPU with CUDA. We are planing...

Hi Karabas, You can take a look at the [newer version](https://github.com/theICTlab/3DUNDERWORLD-SLS-GPU_CPU) of SLS. There are two ways you can use it with webcams. 1). Use webcam to take reconstruction images...

I also had this issue, but it seems it has been fixed in PR #180.

I happened to encountered the same issue when I try to use ImGuizmo with Vulkan. It turns out the ImGuizmo uses OpenGL NDC coordinate where Y-axis is from -1 to...