00001
00002
00003 #ifndef JFR_MOYENNES_HPP
00004 #define JFR_MOYENNES_HPP
00005
00006 #include "image/Image.hpp"
00007 #include "stereo/ImagesSizes.hpp"
00008 #include "stereo/CorrelationParams.hpp"
00009 #include "stereo/ImagesTemporary.hpp"
00010
00011
00012 namespace jafar {
00014 namespace stereo {
00015
00016
00023 void jfrMoyennes (::jafar::image::Image& srcImage,
00024 int win_nb_lig,
00025 int win_nb_col,
00026 ImagesTemporary& imagesTmp);
00027
00028
00035 void jfrMoyennesSigmas (::jafar::image::Image& srcImage,
00036 ImagesTemporary& imagesTmp,
00037 CorrelationParams& correlationParams);
00038
00039
00040
00041
00042 }
00043 }
00044
00045 #endif // JFR_MOYENNES_HPP