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

Method Viewer

tools/openni_image.cpp:550–557  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

548 public:
549 ///////////////////////////////////////////////////////////////////////////////////////
550 Viewer (Buffer &buf)
551 : buf_ (buf)
552 {
553 image_viewer_.reset (new visualization::ImageViewer ("PCL/OpenNI RGB image viewer"));
554 depth_image_viewer_.reset (new visualization::ImageViewer ("PCL/OpenNI depth image viewer"));
555
556 receiveAndView ();
557 }
558
559 ///////////////////////////////////////////////////////////////////////////////////////
560 void

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected