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

Method showShortImage

visualization/src/image_viewer.cpp:342–350  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

340
341//////////////////////////////////////////////////////////////////////////////////////////
342void
343pcl::visualization::ImageViewer::showShortImage (
344 const unsigned short* short_image, unsigned int width, unsigned int height,
345 unsigned short min_value, unsigned short max_value, bool grayscale,
346 const std::string &layer_id, double opacity)
347{
348 addShortImage (short_image, width, height, min_value, max_value, grayscale, layer_id, opacity);
349 render ();
350}
351
352//////////////////////////////////////////////////////////////////////////////////////////
353void

Callers 10

showDepthMethod · 0.80
showGeneratedDepthMethod · 0.80
showDepthMethod · 0.80
showGeneratedDepthMethod · 0.80
visualizeAndWriteMethod · 0.80
showDepthMethod · 0.80
showGeneratedDepthMethod · 0.80
showDepthMethod · 0.80
showGeneratedDepthMethod · 0.80
visualizeAndWriteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected