Why do we have height
and width
in pclPointCloud
? The API documentation here says that
The point cloud height (if organized as an image-structure).
What does "image-structure" mean here?
Also, I noticed that it gives exception when the number of points is not equal to width
* height
. Isn't cloud->points
a vector in which we can just push_back
any number of elements?