Markus Vieth

Results 413 comments of Markus Vieth

@jieunko What have you tried exactly? Please show your CMakeLists.txt

Copying data to and from the GPU takes some time. Whether the GPU version is faster than the CPU version depends on how powerful your GPU is. Also, your CPU...

> @mvieth Is that number point size? If I understand correctly, below that value, `extract` still uses the CPU for point cloud clustering. Not sure what you mean by "point...

> By modifying the number until a certain value, will the time used by the cluster with GPU be smaller than the time used with CPU? I have not tried...

That is strange. According to https://learn.microsoft.com/en-us/windows/win32/winprog/windows-data-types#ssize_t , `SSIZE_T` should be available after including basetsd.h Which compiler do you use to compile mycamera.cpp? Also Visual Studio 2019? You mentioned something about...

Maybe search your computer for `basetsd.h` and check whether `SSIZE_T` is defined in there?

I also did some tests and yes, it looks like an alignment problem. The first and last pointers of the `points` vector (which mark the used range) were both 0,...

I just tested with the PCL 1.14.0 all-in-one installer, and it works. So the error _only_ happens with the PCL 1.13.1 all-in-one installer. Other PCL versions work with the all-in-one...

I don't understand your problem description. Which operating system do you use? Did you compile PCL from source? Or did you install PCL via the all-in-one-installer? Does the problem occur...

@KunalGuptaintechadditive If you don't reply soon, I will assume that the problem is solved and close this issue.