#include "../Config.h"#include <terralib/rp.h>#include <terralib/raster.h>#include <boost/test/unit_test.hpp>#include <boost/shared_ptr.hpp>Go to the source code of this file.
Macros | |
| #define | BOOST_TEST_NO_MAIN |
Functions | |
| BOOST_AUTO_TEST_CASE (robertsFilter_test) | |
| BOOST_AUTO_TEST_CASE (meanFilter_test) | |
| BOOST_AUTO_TEST_CASE (modeFilter_test) | |
| BOOST_AUTO_TEST_CASE (medianFilter_test) | |
| BOOST_AUTO_TEST_CASE (dilationFilter_test) | |
| BOOST_AUTO_TEST_CASE (erosionFilter_test) | |
| BOOST_AUTO_TEST_CASE (userDefinedWindow_test) | |
| BOOST_AUTO_TEST_SUITE (filter_tests) BOOST_AUTO_TEST_CASE(sobelFilter_test) | |
| #define BOOST_TEST_NO_MAIN |
Definition at line 32 of file TsFilter.cpp.
| BOOST_AUTO_TEST_CASE | ( | robertsFilter_test | ) |
Definition at line 77 of file TsFilter.cpp.
References te::rp::Filter::execute(), te::rp::Filter::initialize(), te::rp::Filter::InputParameters::m_filterType, te::rp::Filter::OutputParameters::m_rInfo, te::rp::Filter::OutputParameters::m_rType, te::rst::RasterFactory::open(), and te::rp::Filter::InputParameters::RobertsFilterT.
| BOOST_AUTO_TEST_CASE | ( | meanFilter_test | ) |
Definition at line 115 of file TsFilter.cpp.
References te::rp::Filter::execute(), te::rp::Filter::initialize(), te::rp::Filter::InputParameters::m_filterType, te::rp::Filter::OutputParameters::m_rInfo, te::rp::Filter::OutputParameters::m_rType, te::rp::Filter::InputParameters::MeanFilterT, and te::rst::RasterFactory::open().
| BOOST_AUTO_TEST_CASE | ( | modeFilter_test | ) |
Definition at line 154 of file TsFilter.cpp.
References te::rp::Filter::execute(), te::rp::Filter::initialize(), te::rp::Filter::InputParameters::m_filterType, te::rp::Filter::OutputParameters::m_rInfo, te::rp::Filter::OutputParameters::m_rType, te::rp::Filter::InputParameters::ModeFilterT, and te::rst::RasterFactory::open().
| BOOST_AUTO_TEST_CASE | ( | medianFilter_test | ) |
Definition at line 192 of file TsFilter.cpp.
References te::rp::Filter::execute(), te::rp::Filter::initialize(), te::rp::Filter::InputParameters::m_filterType, te::rp::Filter::OutputParameters::m_rInfo, te::rp::Filter::OutputParameters::m_rType, te::rp::Filter::InputParameters::MedianFilterT, and te::rst::RasterFactory::open().
| BOOST_AUTO_TEST_CASE | ( | dilationFilter_test | ) |
| BOOST_AUTO_TEST_CASE | ( | erosionFilter_test | ) |
| BOOST_AUTO_TEST_CASE | ( | userDefinedWindow_test | ) |
Definition at line 310 of file TsFilter.cpp.
References te::rp::Filter::execute(), te::rp::Filter::initialize(), te::rp::Filter::InputParameters::m_filterType, te::rp::Filter::InputParameters::m_inRasterBands, te::rp::Filter::InputParameters::m_inRasterPtr, te::rp::Filter::InputParameters::m_iterationsNumber, te::rp::Filter::OutputParameters::m_rInfo, te::rp::Filter::OutputParameters::m_rType, te::rp::Filter::InputParameters::m_window, te::rst::RasterFactory::open(), and te::rp::Filter::InputParameters::UserDefinedWindowT.
| BOOST_AUTO_TEST_SUITE | ( | filter_tests | ) |
Definition at line 36 of file TsFilter.cpp.
References te::rp::Filter::execute(), te::rp::Filter::initialize(), te::rp::Filter::InputParameters::m_filterType, te::rp::Filter::OutputParameters::m_rInfo, te::rp::Filter::OutputParameters::m_rType, te::rst::RasterFactory::open(), and te::rp::Filter::InputParameters::SobelFilterT.