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 }
00023
00024 }
00025
00026 #endif