point-cloud-library Questions
1
I get the following error only when I debug using gdb on my code compiled with debug flag
Program received signal SIGSEGV, Segmentation fault.
0x00007fffc79a7ff0 in boost::math::lanczos::lanczos_i...
Transect asked 13/10, 2014 at 18:38
2
Solved
I am trying to generate a PCL point cloud. All my points are in the following container type:
std::vector<Eigen::Vector3d,Eigen::aligned_allocator<Eigen::Vector3d> >
I would like to ...
Feudalize asked 15/6, 2013 at 23:55
1
Solved
Trying to build PCL on VS2012 in Windows 8.1 so I can attempt to integrate my Kinect for Windows v2 sensor with it, however I seem to be running into a bunch of CMake errors that I don't know what ...
Collyrium asked 6/11, 2014 at 15:20
1
Solved
I installed PCL1.7.2. and I am trying use PCL libraries.
I want to show camera's parameters by "const", so, I want to get camera's parameters. But I don't understand how to get the camera's parame...
Hamburg asked 18/11, 2014 at 18:13
2
I have a point of the type pcl::PointXYZRGBA. How can I assign/change its rgb values?
For changing xyz coordinates, I can simply do point.x = some_value.
Bacteriostat asked 14/4, 2013 at 13:2
2
Solved
From my, somewhat limited, understanding of how point clouds work I feel that one should be able to generate a point cloud from a set of 2d images from around the outside of an object. The problem ...
Gourde asked 1/12, 2013 at 16:43
1
I would visualize mesh resulting from GreedyProjectionTriangulation using PCL 1.6.
I found I have to use
pcl::visualization::PCLVisualizer.addPolygonMesh()
but my problem is how to use PCLVisua...
Nevus asked 6/1, 2014 at 20:39
1
I am using Point Cloud Library (PCL) based C++ implementation of kd-tree nearest neighbour(NN) searching. The data set contains about 2.2 million points. I am searching NN points for every other po...
Litalitany asked 22/8, 2014 at 18:24
1
Solved
From this question: Redirecting function output to /dev/null I have tried to employ the following code:
std::ofstream catchPCLStream("/dev/null");
std::streambuf *originalOutputBuffer = std::cou...
Pilgrimage asked 5/6, 2014 at 23:32
1
Solved
I am trying to fit a plane to a set of point cloud. I tried using Point Cloud Library (PCL) & it works well. What I need to know is that how can I obtain the coefficients a,b,c of the fitted pl...
Janaye asked 22/5, 2014 at 18:32
3
Solved
I have two 3D point clouds using the Point Cloud Library. One which is the reference point cloud(lets call it A) and the other one with a deformity(lets call it B). Both the point clouds are taken ...
Voltz asked 29/1, 2014 at 14:20
3
Solved
I just started to use the great point cloud library and wanted to display two point clouds within one viewer but each in a different colour.
When I use one point cloud object (pointer?!) it works ...
Richly asked 22/11, 2013 at 13:17
1
Solved
I have a quick question about the FIND_PACKAGE function in CMake. I have a project which utilizes the point cloud library (PCL). PCL depends on Boost, and my project does as well. So, at the top of...
Bedspring asked 1/11, 2013 at 4:9
1
Solved
I'm working on a registration project, I have a chair with some objects rotating in front of a kinect.
I can have successful pairwise registration, but as expected there is some drift (result in i...
Terryterrye asked 4/10, 2013 at 16:34
2
Solved
My argument list for the linker is getting too long and I am receiving the following error at this point:
Error running link command: Argument list too long
I am using different 3rd party lib...
Suffolk asked 6/8, 2013 at 14:12
1
Solved
I´m trying to align 2 sets of point clouds using the Iterative Closest Point (ICP) algorithm integrated within Point Cloud Library (PCL). I´m getting an error report saying that it cant find enough...
Leong asked 24/6, 2013 at 17:31
2
Solved
I am trying to get CMAKE to create a project for msvc 10 express edition for x64 architecture. I have both MSVC 2010 Express and Windows SDK 7.1 installed.
If I start CMake Normally I can create ...
Aorta asked 14/1, 2013 at 13:24
1
Solved
I am doing the following to try and estimate surface normals from a point cloud generated from a Kinect depth image:
pcl::PointCloud<pcl::PointXYZRGB>::Ptr create_point_cloud_ptr(Mat& de...
Carborundum asked 14/2, 2013 at 14:46
1
Solved
I am doing some processing on RGB and Depth data and constructing cloud points that are to be visualized, I currently use PCL Visualizer and it works fine.
I want to have the visualizer in a differ...
Stickseed asked 25/1, 2012 at 13:7
0
Is there a function/class in PCL that converts a point cloud to a mesh?
Backed asked 24/6, 2011 at 11:51
© 2022 - 2024 — McMap. All rights reserved.