stereo-vision
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
Functions
Data Structures
Data Structures
Data Fields
All
c
d
e
f
g
h
i
m
p
r
s
t
u
Functions
c
d
e
f
g
h
i
m
p
r
s
t
u
Files
File List
•
All
Data Structures
Namespaces
Functions
Modules
Pages
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