Descriptor_Surface_Based_Trainer.cpp
Go to the documentation of this file.
1 
22 
24 
25 
27 {
28 }
29 
31 {
32 }
33 
35 {
36  local_argv = new char*[ argc ];
37  for ( int i = 0; i < argc; ++i ) {
38  local_argv[ i ] = strdup( wxString( argv[ i ] ).char_str() );
39  }
40 
41  ros::init(argc, local_argv, "Descriptor_Surface_Based_Trainer");
42 
43  wxInitAllImageHandlers();
44 
45  Main_Dialog *mainDialog = new Main_Dialog( (wxWindow*)NULL);
46  mainDialog ->Show();
47  SetTopWindow( mainDialog );
48 
49 
50  return true;
51 }
52 
54  for ( int i = 0; i < argc; ++i ) {
55  free( local_argv[ i ] );
56  }
57  delete [] local_argv;
58 
59  return 0;
60 }
61 
62 
63 
#define NULL
ROSCPP_DECL void init(int &argc, char **argv, const std::string &name, uint32_t options=0)
virtual int OnExit()
Called when the application is about to exit.
virtual ~Descriptor_Surface_Based_Trainer()
The destructor of this class.
virtual bool OnInit()
Called when the application is initialized.


asr_descriptor_surface_based_recognition
Author(s): Allgeyer Tobias, Hutmacher Robin, Meißner Pascal
autogenerated on Mon Dec 16 2019 03:31:15