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

Method showFloatImage

visualization/src/image_viewer.cpp:276–284  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

274
275//////////////////////////////////////////////////////////////////////////////////////////
276void
277pcl::visualization::ImageViewer::showFloatImage (
278 const float* float_image, unsigned int width, unsigned int height,
279 float min_value, float max_value, bool grayscale,
280 const std::string &layer_id, double opacity)
281{
282 addFloatImage (float_image, width, height, min_value, max_value, grayscale, layer_id, opacity);
283 render ();
284 }
285
286//////////////////////////////////////////////////////////////////////////////////////////
287void

Callers 3

mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected