/////////////////////////////////////////////////////////////////////////////////////
| 317 | |
| 318 | ////////////////////////////////////////////////////////////////////////////////////////// |
| 319 | void |
| 320 | pcl::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 | ////////////////////////////////////////////////////////////////////////////////////////// |
| 329 | void |