main.cpp
Go to the documentation of this file.
00001 #include <pcl/apps/cloud_composer/cloud_composer.h>
00002 
00004 int
00005 main (int argc, char ** argv)
00006 {
00007   // Initialize QT
00008   QApplication app (argc, argv);
00009   
00010   pcl::cloud_composer::ComposerMainWindow cc;
00011   cc.show ();
00012   return (app.exec ());
00013 }


pcl
Author(s): Open Perception
autogenerated on Wed Aug 26 2015 15:25:20