stereo-vision
modules
pointCloudConversion
PointCloudConverter.cpp
1
2
#include <yarp/os/LogStream.h>
3
#include "RGBD2PointCloud.hpp"
4
5
using namespace
std;
6
using namespace
yarp::os;
7
using namespace
yarp::dev;
8
9
int
main(
int
argc,
char
*argv[])
10
{
11
Network yarp;
12
ResourceFinder rf;
13
RGBD2PointCloud module;
14
15
rf.configure(argc,argv);
16
return
module.runModule(rf);
17
}
Generated by
1.9.1