|
DGtal 1.4.0
|
#include <vector>#include "DGtal/shapes/Shapes.h"#include "DGtal/io/boards/Board2D.h"#include "DGtal/io/Color.h"#include "DGtal/geometry/volumes/DigitalConvexity.h"#include "DGtal/geometry/volumes/NeighborhoodConvexityAnalyzer.h"#include "DGtal/helpers/Shortcuts.h"#include "ConfigExamples.h"Go to the source code of this file.
Typedefs | |
| typedef DigitalConvexity< KSpace > | DConv |
| typedef Shortcuts< KSpace > | SH2 |
| typedef NeighborhoodConvexityAnalyzer< KSpace, 1 > | NCA1 |
Functions | |
| int | main (int argc, char **argv) |
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 fullConvexityCollapsiblePoints2D.
This file is part of the DGtal library.
Definition in file fullConvexityCollapsiblePoints2D.cpp.
| typedef DigitalConvexity< KSpace > DConv |
Definition at line 56 of file fullConvexityCollapsiblePoints2D.cpp.
| typedef NeighborhoodConvexityAnalyzer<KSpace,1> NCA1 |
Definition at line 58 of file fullConvexityCollapsiblePoints2D.cpp.
Definition at line 57 of file fullConvexityCollapsiblePoints2D.cpp.
| int main | ( | int | argc, |
| char ** | argv ) |
Definition at line 61 of file fullConvexityCollapsiblePoints2D.cpp.
References DGtal::Shortcuts< TKSpace >::defaultParameters(), DGtal::NeighborhoodConvexityAnalyzer< TKSpace, K >::isFullyConvexCollapsible(), DGtal::HyperRectDomain< TSpace >::lowerBound(), DGtal::Shortcuts< TKSpace >::makeBinaryImage(), DGtal::Shortcuts< TKSpace >::makeGrayScaleImage(), LibBoard::Board::saveEPS(), DGtal::NeighborhoodConvexityAnalyzer< TKSpace, K >::setCenter(), and DGtal::HyperRectDomain< TSpace >::upperBound().