MCPcopy Create free account
hub / github.com/PointCloudLibrary/pcl / loadTemplates

Method loadTemplates

recognition/src/linemod.cpp:1303–1312  ·  view source on GitHub ↗

/////////////////////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

1301
1302//////////////////////////////////////////////////////////////////////////////////////////////
1303void
1304pcl::LINEMOD::loadTemplates (const char * file_name)
1305{
1306 std::ifstream file_stream;
1307 file_stream.open (file_name, std::ofstream::in | std::ofstream::binary);
1308
1309 deserialize (file_stream);
1310
1311 file_stream.close ();
1312}
1313
1314void
1315pcl::LINEMOD::loadTemplates (std::vector<std::string> & file_names)

Callers 2

computeFunction · 0.45
mainFunction · 0.45

Calls 7

deserializeFunction · 0.50
readFunction · 0.50
openMethod · 0.45
closeMethod · 0.45
clearMethod · 0.45
deserializeMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected