/////////////////////////////////////////////////////////////////////////////////////
| 274 | |
| 275 | ////////////////////////////////////////////////////////////////////////////////////////// |
| 276 | void |
| 277 | pcl::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 | ////////////////////////////////////////////////////////////////////////////////////////// |
| 287 | void |
no outgoing calls
no test coverage detected