Jafar
|
00001 /* $Id$ */ 00002 00003 #ifndef JFR_BLOB_FILTER_HPP 00004 #define JFR_BLOB_FILTER_HPP 00005 00006 #include "stereo/CorrelationResults.hpp" 00007 00008 namespace jafar { 00010 namespace stereo { 00011 00018 void jfrBlobFilterDisparites (CorrelationResults& correlationResults, 00019 int sizeMin, 00020 float diffMax); 00021 00022 00023 }// namespace stereo 00024 }// namespace jafar 00025 00026 #endif // JFR_BLOB_FILTER_HPP
Generated on Wed Oct 15 2014 00:37:28 for Jafar by doxygen 1.7.6.1 |