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

Method showAngleImage

visualization/src/image_viewer.cpp:298–305  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

296
297//////////////////////////////////////////////////////////////////////////////////////////
298void
299pcl::visualization::ImageViewer::showAngleImage (
300 const float* angle_image, unsigned int width, unsigned int height,
301 const std::string &layer_id, double opacity)
302{
303 addAngleImage (angle_image, width, height, layer_id, opacity);
304 render ();
305}
306
307//////////////////////////////////////////////////////////////////////////////////////////
308void

Callers 1

getAnglesWidgetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected