Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
qdBlobFilter.hpp
00001 #ifndef QD_BLOBFILTER_HPP
00002 #define QD_BLOBFILTER_HPP
00003 
00004 #include <iostream>
00005 #include <string>
00006 #include <iomanip>
00007 #include <fstream>
00008 #include <sstream>
00009 
00010 #include "boost/timer.hpp"
00011 #include "kernel/jafarDebug.hpp"
00012 
00013 namespace jafar {
00014 
00015   namespace quasidense {
00016 
00017     void qdblobfilter (std::string initMatchFilename, std::string initDispaMapFilename, 
00018            int sizeMin, double diffMax, std::string finalMathFilename, 
00019            std::string finalDispaMapFilename);
00020     
00021 
00022   } // end of namespace quasidense
00023 
00024 } // end of namespace jafar
00025 
00026 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

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