/////////////////////////////////////////////////////////////////////////////////////
| 296 | |
| 297 | ////////////////////////////////////////////////////////////////////////////////////////// |
| 298 | void |
| 299 | pcl::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 | ////////////////////////////////////////////////////////////////////////////////////////// |
| 308 | void |