DGtal
1.5.beta
|
An example file for ArrayImageAdapter. More...
#include <iostream>
#include <DGtal/base/Common.h>
#include <DGtal/helpers/StdDefs.h>
#include <DGtal/io/boards/Board2D.h>
#include <new>
#include <cmath>
#include <algorithm>
#include <DGtal/io/colormaps/HueShadeColorMap.h>
#include <DGtal/images/ImageContainerBySTLVector.h>
#include <DGtal/images/ArrayImageAdapter.h>
Go to the source code of this file.
Functions | |
void | ArrayImageAdapter_example () |
void | moduleImages_example () |
int | main () |
An example file for ArrayImageAdapter.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
This file is part of the DGtal library.
Definition in file exampleArrayImageAdapter.cpp.
void ArrayImageAdapter_example | ( | ) |
[ArrayImageAdapter_example]
[ArrayImageAdapter_example]
Definition at line 52 of file exampleArrayImageAdapter.cpp.
References domain, image(), and DGtal::HyperRectDomain< TSpace >::size().
Referenced by main().
int main | ( | void | ) |
Definition at line 208 of file exampleArrayImageAdapter.cpp.
References ArrayImageAdapter_example(), and moduleImages_example().
void moduleImages_example | ( | ) |
[def]
[def]
[raw_image_creation]
[raw_image_creation]
[image_filling]
[image_filling]
[ConstArrayImageAdapterForSubImage_creation]
[ConstArrayImageAdapterForSubImage_creation]
[ArrayImageAdapterForSubImage_creation]
[ArrayImageAdapterForSubImage_creation]
[ArrayImageAdapterForSubImage_alternateCreation]
[ArrayImageAdapterForSubImage_alternateCreation]
[ArrayImageAdapterForSubImage_modifByDomain]
[ArrayImageAdapterForSubImage_modifByDomain]
[ArrayImageAdapterForSubImage_modifByImage]
[ArrayImageAdapterForSubImage_modifByImage]
[ImageSTL_creation]
[ImageSTL_creation]
[ArrayImageAdapterFromImageSTL]
[ArrayImageAdapterFromImageSTL]
[ArrayImageAdapterFromImageSTL_alternate]
[ArrayImageAdapterFromImageSTL_alternate]
[ArrayImageAdapterFromImageSTL_copy]
[ArrayImageAdapterFromImageSTL_copy]
Definition at line 90 of file exampleArrayImageAdapter.cpp.
References DGtal::Trace::beginBlock(), LibBoard::Board::clear(), domain, DGtal::Trace::endBlock(), image(), DGtal::makeArrayImageAdapterFromImage(), DGtal::makeArrayImageAdapterFromIterator(), LibBoard::Board::saveSVG(), DGtal::HyperRectDomain< TSpace >::size(), and DGtal::trace.
Referenced by main().