contrib/brl/bseg/bbgm/pro/bbgm_processes.h
Go to the documentation of this file.
00001 #ifndef bbgm_processes_h_
00002 #define bbgm_processes_h_
00003 
00004 #include <bprb/bprb_macros.h>
00005 #include <bprb/bprb_func_process.h>
00006 
00007 DECLARE_FUNC_CONS(bbgm_load_image_of_process);
00008 DECLARE_FUNC_CONS(bbgm_save_image_of_process);
00009 DECLARE_FUNC_CONS_INIT(bbgm_update_dist_image_process);
00010 DECLARE_FUNC_CONS_INIT(bbgm_update_dist_image_stream_process);
00011 DECLARE_FUNC_CONS(bbgm_display_dist_image_process);
00012 DECLARE_FUNC_CONS(bbgm_measure_process);
00013 DECLARE_FUNC_CONS(bbgm_local_frame_trans_process);
00014 DECLARE_FUNC_CONS_INIT(bbgm_update_parzen_dist_image_process);
00015 
00016 #endif