00001 00041 #include "ObjectDetectorClass.h" 00042 00043 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 00044 00045 int main(int argc, char **argv) 00046 { 00047 ObjectDetectorClass odc; 00048 odc.runObjectDetectorNode(argc, argv); 00049 return 0; 00050 } 00051 00052 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 00053 00054