|
DGtal 2.0.0
|
#include <iostream>#include <iterator>#include <cstdio>#include <cmath>#include <fstream>#include <vector>#include "DGtal/base/Common.h"#include "DGtal/base/Exceptions.h"#include "DGtal/kernel/SpaceND.h"#include "DGtal/kernel/domains/HyperRectDomain.h"#include "DGtal/geometry/curves/StandardDSS6Computer.h"#include "DGtal/geometry/curves/GreedySegmentation.h"Go to the source code of this file.
Functions | |
| bool | testDSSreco () |
| bool | testSegmentation () |
| void | testStandardDSS6ComputerConceptChecking () |
| 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/.
This file is part of the DGtal library
Definition in file testArithDSS3d.cpp.
| int main | ( | int | argc, |
| char ** | argv ) |
Definition at line 175 of file testArithDSS3d.cpp.
References testDSSreco(), testSegmentation(), testStandardDSS6ComputerConceptChecking(), and DGtal::trace.
| bool testDSSreco | ( | ) |
simple test
Definition at line 62 of file testArithDSS3d.cpp.
References DGtal::ArithmeticalDSSComputer< TIterator, TInteger, adjacency >::end(), DGtal::ArithmeticalDSSComputer< TIterator, TInteger, adjacency >::extendFront(), DGtal::ArithmeticalDSSComputer< TIterator, TInteger, adjacency >::init(), DGtal::ArithmeticalDSSComputer< TIterator, TInteger, adjacency >::isValid(), and DGtal::trace.
Referenced by main().
| bool testSegmentation | ( | ) |
segmentation test
Definition at line 114 of file testArithDSS3d.cpp.
References DGtal::trace.
Referenced by main().
| void testStandardDSS6ComputerConceptChecking | ( | ) |
Definition at line 159 of file testArithDSS3d.cpp.
References DGtal::trace.
Referenced by main().