|
DGtal 1.4.2
|
#include <iostream>#include <sstream>#include "DGtal/kernel/BasicPointFunctors.h"#include "DGtal/base/Common.h"#include "DGtal/helpers/StdDefs.h"#include "DGtal/io/readers/VolReader.h"#include "DGtal/io/writers/PGMWriter.h"#include "DGtal/images/ImageSelector.h"#include "DGtal/images/ConstImageAdapter.h"#include "ConfigExamples.h"Go to the source code of this file.
Functions | |
| int | main (int, char **) |
Variables | |
| const int | IMAGE_PATCH_WIDTH = 70 |
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/.
An example file named extract2DImagesFrom3D.
This file is part of the DGtal library.
Definition in file extract2DImagesFrom3D.cpp.
| int main | ( | int | , |
| char ** | ) |
[extract2DImagesFrom3DType]
[extract2DImagesFrom3DType]
[extract2DImagesFrom3DOrigin3D]
[extract2DImagesFrom3DOrigin3D]
[extract2DImagesFrom3DOExtract]
[extract2DImagesFrom3DOExtract]
[extract2DImagesFrom3DOExtract2]
[extract2DImagesFrom3DOExtract2]
Definition at line 61 of file extract2DImagesFrom3D.cpp.
References DGtal::Trace::beginBlock(), DGtal::PGMWriter< TImage, TFunctor >::exportPGM(), IMAGE_PATCH_WIDTH, DGtal::VolReader< TImageContainer, TFunctor >::importVol(), and DGtal::trace.
| const int IMAGE_PATCH_WIDTH = 70 |
Definition at line 59 of file extract2DImagesFrom3D.cpp.