#include "../Config.h"#include <terralib/rp.h>#include <terralib/raster/Raster.h>#include <terralib/raster/RasterFactory.h>#include <terralib/dataaccess/datasource/DataSourceFactory.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 (geoReferencedImagesMosaicWithReprojection_test) | |
| BOOST_AUTO_TEST_CASE (tiePointsMosaic1_test) | |
| BOOST_AUTO_TEST_CASE (tiePointsMosaic2_test) | |
| BOOST_AUTO_TEST_CASE (sequenceMosaic_test) | |
| BOOST_AUTO_TEST_SUITE (mosaic_tests) BOOST_AUTO_TEST_CASE(geoReferencedImagesMosaic_test) | |
| #define BOOST_TEST_NO_MAIN |
Definition at line 34 of file TsMosaic.cpp.
| BOOST_AUTO_TEST_CASE | ( | geoReferencedImagesMosaicWithReprojection_test | ) |
Definition at line 107 of file TsMosaic.cpp.
References compose::bands, te::rp::GeoMosaic::execute(), te::rp::GeoMosaic::initialize(), te::rp::GeoMosaic::OutputParameters::m_rInfo, te::rp::GeoMosaic::OutputParameters::m_rType, te::rst::NearestNeighbor, te::rp::Blender::NoBlendMethod, te::rst::RasterFactory::open(), and compose::rasters.
| BOOST_AUTO_TEST_CASE | ( | tiePointsMosaic1_test | ) |
Definition at line 175 of file TsMosaic.cpp.
References te::rp::TiePointsMosaic::InputParameters::AdjacentRastersLinkingTiePointsT, compose::bands, te::rp::TiePointsMosaic::execute(), te::rp::TiePointsMosaic::initialize(), te::rp::TiePointsMosaic::OutputParameters::m_rInfo, te::rp::TiePointsMosaic::OutputParameters::m_rType, te::rst::NearestNeighbor, te::rp::Blender::NoBlendMethod, te::rst::RasterFactory::open(), and compose::rasters.
| BOOST_AUTO_TEST_CASE | ( | tiePointsMosaic2_test | ) |
Definition at line 279 of file TsMosaic.cpp.
References te::rp::TiePointsMosaic::InputParameters::AdjacentRastersLinkingTiePointsT, compose::bands, te::rp::TiePointsMosaic::execute(), te::rp::TiePointsMosaic::initialize(), te::rp::TiePointsMosaic::OutputParameters::m_rInfo, te::rp::TiePointsMosaic::OutputParameters::m_rType, te::rst::NearestNeighbor, te::rp::Blender::NoBlendMethod, te::rst::RasterFactory::open(), and compose::rasters.
| BOOST_AUTO_TEST_CASE | ( | sequenceMosaic_test | ) |
Definition at line 383 of file TsMosaic.cpp.
References compose::bands, te::rp::SequenceMosaic::execute(), te::rp::SequenceMosaic::initialize(), te::rp::SequenceMosaic::OutputParameters::m_outputDSPtr, te::rp::SequenceMosaic::OutputParameters::m_sequencesInfo, te::da::DataSourceFactory::make(), te::rst::NearestNeighbor, te::rp::Blender::NoBlendMethod, te::rst::RasterFactory::open(), and compose::rasters.
| BOOST_AUTO_TEST_SUITE | ( | mosaic_tests | ) |
Definition at line 38 of file TsMosaic.cpp.
References compose::bands, te::rp::GeoMosaic::execute(), te::rp::GeoMosaic::initialize(), te::rp::GeoMosaic::OutputParameters::m_rInfo, te::rp::GeoMosaic::OutputParameters::m_rType, te::rst::NearestNeighbor, te::rp::Blender::NoBlendMethod, te::rst::RasterFactory::open(), and compose::rasters.