Train a neural network for the image recognizer, based on sorted training images. More...
#include "rail_recognition/ImageRecognizer.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Train a neural network for the image recognizer, based on sorted training images.
Definition in file save_image_recognizer_features.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Creates and runs the train_image_recognizer node.
argc | argument count that is passed to ros::init. |
argv | arguments that are passed to ros::init. |
Definition at line 20 of file save_image_recognizer_features.cpp.