Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
graphCut.hpp
00001 /* $Id$ */
00002 
00003 #ifndef GRAPH_CUT_HPP
00004 #define GRAPH_CUT_HPP
00005 
00006 #include "image/Image.hpp"
00007 
00008 
00009 namespace jafar {
00011   namespace stereo {
00012     
00033     void GraphCutFULL (jafar::image::Image& rectifiedImage_g,
00034            jafar::image::Image& rectifiedImage_d,
00035            int nMaxDisparity,
00036            int Upq_max,
00037            char* disparityFile);
00038   }// namespace stereo
00039 }// namespace jafar
00040 
00041 
00042 #endif // GRAPH_CUT_HPP
00043 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Wed Oct 15 2014 00:37:28 for Jafar by doxygen 1.7.6.1
LAAS-CNRS