Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PointCloudLibrary/pcl
/ resize
Method
resize
apps/point_cloud_editor/src/cloud.cpp:334–340 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
332
}
333
334
void
335
Cloud::resize(unsigned int new_size)
336
{
337
cloud_.resize(new_size);
338
cloud_.width = new_size;
339
cloud_.height = 1;
340
}
341
342
void
343
Cloud::clear ()
Callers
15
reconstructMesh
Method · 0.45
merge
Method · 0.45
calculateNormals
Method · 0.45
get3DKeypoints
Method · 0.45
image_callback
Method · 0.45
main
Function · 0.45
CopyPointCloudToBuffers
Function · 0.45
generateViews
Method · 0.45
get3DKeypoints
Method · 0.45
extractDescriptors
Method · 0.45
findCorrespondences
Method · 0.45
filterCorrespondences
Method · 0.45
Calls
no outgoing calls
Tested by
1
main
Function · 0.36