|
DGtal
1.5.beta
|
#include <cstdio>#include <cmath>#include <iostream>#include "DGtal/images/ImageSelector.h"#include "DGtal/images/ImageContainerBySTLVector.h"#include "DGtal/images/ConstImageAdapter.h"#include "DGtal/helpers/StdDefs.h"#include "DGtal/base/Common.h"#include "DGtal/io/readers/PGMReader.h"#include "DGtal/io/writers/GenericWriter.h"#include "DGtal/images/RigidTransformation2D.h"#include "DGtal/images/bijectiverotations/QSH.h"#include "DGtal/images/bijectiverotations/CDLR.h"#include "DGtal/images/bijectiverotations/RBC.h"#include "DGtal/images/bijectiverotations/OTC.h"#include "DGtal/images/bijectiverotations/CBDR.h"#include "DGtal/images/bijectiverotations/Rotationtables.h"Go to the source code of this file.
Functions | |
| template<typename TBijectiveRotation > | |
| bool | testBijectiveRotations (TBijectiveRotation &bijectiveRot) |
| bool | testCDLRPolicy (const Point &c, const double angle) |
| check that RDSL with a Linf error results in the same domain as RDSL with a mix of 1*Linf and 0*Lcontinuity More... | |
| bool | testCBDRPolicy (const Point &c, const double angle) |
| check that CBDR with a Linf error results in the same domain as RDSL with a mix of 1*Linf and 0*Lcontinuity More... | |
| int | main () |
Variables | |
| std::vector< std::string > | supportedBijectiveRotation |
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 testBijectiveRotation.cpp.
| int main | ( | void | ) |
[def]
init
QSH
Linf DSL
Linf CBDR
RBC
OTC
Definition at line 161 of file testBijectiveRotation.cpp.
References angle(), DGtal::Trace::beginBlock(), DGtal::RBC_vec< TSpace, TInputValue, TOutputValue >::center(), DGtal::Trace::emphase(), DGtal::Trace::endBlock(), DGtal::H, max(), DGtal::RBC_vec< TSpace, TInputValue, TOutputValue >::setAngle(), testBijectiveRotations(), testCBDRPolicy(), testCDLRPolicy(), and DGtal::trace.
| bool testBijectiveRotations | ( | TBijectiveRotation & | bijectiveRot | ) |
Definition at line 68 of file testBijectiveRotation.cpp.
References DGtal::Trace::beginBlock(), DGtal::Trace::endBlock(), DGtal::Trace::info(), supportedBijectiveRotation, and DGtal::trace.
Referenced by main().
| bool testCBDRPolicy | ( | const Point & | c, |
| const double | angle | ||
| ) |
check that CBDR with a Linf error results in the same domain as RDSL with a mix of 1*Linf and 0*Lcontinuity
Definition at line 130 of file testBijectiveRotation.cpp.
Referenced by main().
| bool testCDLRPolicy | ( | const Point & | c, |
| const double | angle | ||
| ) |
check that RDSL with a Linf error results in the same domain as RDSL with a mix of 1*Linf and 0*Lcontinuity
Definition at line 100 of file testBijectiveRotation.cpp.
Referenced by main().
| std::vector<std::string> supportedBijectiveRotation |
Definition at line 62 of file testBijectiveRotation.cpp.
Referenced by testBijectiveRotations().