Go to the documentation of this file.00001
00002 #ifndef gmvl_helpers_h_
00003 #define gmvl_helpers_h_
00004 #ifdef VCL_NEEDS_PRAGMA_INTERFACE
00005 #pragma interface
00006 #endif
00007
00008
00009
00010
00011 #include <vcl_vector.h>
00012 #include <vcl_string.h>
00013 #include <vcl_iosfwd.h>
00014 #include <gmvl/gmvl_node_sptr.h>
00015
00016
00017 vcl_ostream &operator<<( vcl_ostream &os, const vcl_vector<gmvl_node_sptr> &r);
00018
00019
00020
00021
00022 vcl_vector<gmvl_node_sptr> gmvl_load_raw_corners( const vcl_string filename);
00023 gmvl_node_sptr gmvl_load_image( const vcl_string filename);
00024
00025 #endif // gmvl_helpers_h_