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

Method showHalfAngleImage

visualization/src/image_viewer.cpp:319–326  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

317
318//////////////////////////////////////////////////////////////////////////////////////////
319void
320pcl::visualization::ImageViewer::showHalfAngleImage (
321 const float* angle_image, unsigned int width, unsigned int height,
322 const std::string &layer_id, double opacity)
323{
324 addHalfAngleImage (angle_image, width, height, layer_id, opacity);
325 render ();
326}
327
328//////////////////////////////////////////////////////////////////////////////////////////
329void

Callers 1

getHalfAnglesWidgetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected