iCub-main
main.cpp
Go to the documentation of this file.
1 // Copyright (C) 2016 Istituto Italiano di Tecnologia - iCub Facility
2 // Author: Alberto Cardellino <alberto.cardellino@iit.it>
3 // CopyPolicy: Released under the terms of the GNU GPL v2.0.
4 
16 #include <yarp/dev/Drivers.h>
17 #include <imageSplitter.h>
18 
19 
20 int main(int argc, char * argv[])
21 {
22  yarp::os::Network yarp;
23  ImageSplitter imageSplitter;
24  yarp::os::ResourceFinder rf;
25  rf.configure(argc, argv);
26 
27  imageSplitter.runModule(rf);
28  return 0;
29 }
bool configure(yarp::os::ResourceFinder &rf)
int main(int argc, char *argv[])
Definition: main.cpp:31
Copyright (C) 2008 RobotCub Consortium.