00001 00006 /* AUTORIGHTS */ 00007 00008 #ifndef VL_AIB_H 00009 #define VL_AIB_H 00010 00011 #include "generic.h" 00012 00014 typedef vl_double vl_aib_prob ; 00015 00017 typedef vl_uint vl_aib_node ; 00018 00019 vl_aib_node *vl_aib (vl_aib_prob * Pcx, 00020 vl_uint nlabels, 00021 vl_uint nvalues, 00022 double ** cost) ; 00023 00024 vl_aib_node *vl_aib_ec (vl_aib_prob * Pcx, 00025 vl_uint nlabels, 00026 vl_uint nvalues, 00027 double ** cost) ; 00028 00029 /* VL_AIB_H */ 00030 #endif