|
DGtal 1.4.0
|
#include <iostream>#include <vector>#include "DGtal/base/Common.h"#include "ConfigTest.h"#include "DGtalCatch.h"#include "DGtal/helpers/StdDefs.h"#include "DGtal/arithmetic/IntegerComputer.h"#include "DGtal/geometry/surfaces/DigitalPlanePredicate.h"#include "DGtal/geometry/surfaces/estimation/PlaneProbingParallelepipedEstimator.h"Go to the source code of this file.
Functions | |
| TEST_CASE ("Testing PlaneProbingParallelepipedEstimator") | |
Variables | |
| static const Z3i::Vector | NORMALS [100] |
| static const Z3i::Vector | NORMALS_BIG [2] |
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/.
Functions for testing class DGtal::PlaneProbingParallelepipedEstimator.
This file is part of the DGtal library.
Definition in file testPlaneProbingParallelepipedEstimator.cpp.
| TEST_CASE | ( | "Testing PlaneProbingParallelepipedEstimator" | ) |
Definition at line 87 of file testPlaneProbingParallelepipedEstimator.cpp.
References DGtal::PlaneProbingParallelepipedEstimator< TPredicate, mode >::compute(), DGtal::PlaneProbingParallelepipedEstimator< TPredicate, mode >::isReduced(), NORMALS, NORMALS_BIG, REQUIRE(), and SECTION().
|
static |
Definition at line 49 of file testPlaneProbingParallelepipedEstimator.cpp.
Referenced by TEST_CASE().
|
static |
Definition at line 62 of file testPlaneProbingParallelepipedEstimator.cpp.
Referenced by TEST_CASE().