#include "RasterExamples.h"#include <terralib/common.h>#include <terralib/raster.h>#include <terralib/geometry.h>#include <terralib/raster/RasterFactory.h>#include <complex>#include <iostream>#include <map>#include <string>#include <vector>Go to the source code of this file.
Functions | |
| void | SplitComplexImage () |
| Test to open a complex image and split into real/imaginary rasters. More... | |
| void SplitComplexImage | ( | ) |
Test to open a complex image and split into real/imaginary rasters.
Definition at line 16 of file SplitComplexImage.cpp.
References te::dt::CHAR_TYPE, te::rst::Raster::getGrid(), te::rst::Raster::getNumberOfColumns(), te::rst::Raster::getNumberOfRows(), te::rst::Raster::getValue(), te::sa::Grid, te::rst::RasterFactory::make(), te::rst::RasterFactory::open(), and te::rst::Raster::setValue().
Referenced by main().