Home
last modified time | relevance | path

Searched refs:SimpleOpenNIViewer (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/tools/
H A Dopenni_viewer_simple.cpp83 class SimpleOpenNIViewer class
89 SimpleOpenNIViewer (pcl::OpenNIGrabber& grabber) in SimpleOpenNIViewer() function in SimpleOpenNIViewer
170 …cloud_viewer_.registerMouseCallback (&SimpleOpenNIViewer::mouse_callback, *this, (void*)(&mouseMsg… in run()
171 …cloud_viewer_.registerKeyboardCallback(&SimpleOpenNIViewer::keyboard_callback, *this, (void*)(&key… in run()
180 …image_viewer_.registerMouseCallback (&SimpleOpenNIViewer::mouse_callback, *this, (void*)(&mouseMsg… in run()
181 …image_viewer_.registerKeyboardCallback(&SimpleOpenNIViewer::keyboard_callback, *this, (void*)(&key… in run()
353 SimpleOpenNIViewer<pcl::PointXYZ> v (grabber); in main()
358 SimpleOpenNIViewer<pcl::PointXYZRGBA> v (grabber); in main()
363 SimpleOpenNIViewer<pcl::PointXYZI> v (grabber); in main()
H A Dopenni_save_image.cpp79 class SimpleOpenNIViewer class
82 SimpleOpenNIViewer (pcl::OpenNIGrabber& grabber) in SimpleOpenNIViewer() function in SimpleOpenNIViewer
300 SimpleOpenNIViewer v (grabber); in main()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/doc/tutorials/content/sources/point_cloud_compression/
H A Dpoint_cloud_compression.cpp16 class SimpleOpenNIViewer class
19 SimpleOpenNIViewer () : in SimpleOpenNIViewer() function in SimpleOpenNIViewer
95 SimpleOpenNIViewer v; in main()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/apps/src/
H A Dopenni_shift_to_depth_conversion.cpp56 class SimpleOpenNIViewer { class
58 SimpleOpenNIViewer() in SimpleOpenNIViewer() function in SimpleOpenNIViewer
209 SimpleOpenNIViewer v; in main()
H A Dopenni_octree_compression.cpp126 class SimpleOpenNIViewer { class
128 SimpleOpenNIViewer(ostream& outputFile_arg, in SimpleOpenNIViewer() function in SimpleOpenNIViewer
394 SimpleOpenNIViewer v(compressedPCFile, octreeCoder); in main()
435 SimpleOpenNIViewer v(socketStream, octreeCoder); in main()
H A Dopenni_organized_compression.cpp110 class SimpleOpenNIViewer { class
112 SimpleOpenNIViewer(ostream& outputFile_arg, in SimpleOpenNIViewer() function in SimpleOpenNIViewer
412 SimpleOpenNIViewer v(compressedPCFile, in main()
463 SimpleOpenNIViewer v(socketStream, in main()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/doc/tutorials/content/
H A Dopenni_grabber.rst47 class SimpleOpenNIViewer
50 SimpleOpenNIViewer () : viewer ("PCL OpenNI Viewer") {}
82 SimpleOpenNIViewer v;
88 As you can see, the *run ()* function of *SimpleOpenNIViewer* first creates a
91 we capture a copy of *this* to get an pointer to our *SimpleOpenNIViewer*, so
H A Dcompression.rst36 … detail. Let's start at the main() function: First we create a new SimpleOpenNIViewer instance and…