save_image_recognizer_features.cpp
Go to the documentation of this file.
00001 
00009 #include "rail_recognition/ImageRecognizer.h"
00010 
00011 using namespace std;
00012 
00020 int main(int argc, char **argv)
00021 {
00022   // initialize ROS and the node
00023   ros::init(argc, argv, "save_image_recognizer_features");
00024 
00025   ImageRecognizer ir;
00026   ir.calculateAndSaveFeatures();
00027 
00028   return EXIT_SUCCESS;
00029 }


rail_recognition
Author(s): David Kent , Russell Toris , bhetherman
autogenerated on Sun Mar 6 2016 11:39:13