#include <Spaces.h>
Go to the source code of this file.
Namespaces | |
| namespace | MipAlgorithms |
Classes | |
| class | MipAlgorithms::DDubInt |
| Class representing a couple of int and a Decimal. More... | |
| class | MipAlgorithms::DDubIntListPar |
| Parameters of a DDubIntList. More... | |
| class | MipAlgorithms::DDubIntList |
| Vector of vector of pairs of indexes of PosiFeatures of an Observation with their distances. More... | |
| class | MipAlgorithms::BiRegOut |
| Output class of BiReg::registration() method between Observations. More... | |
| class | MipAlgorithms::BiRegSol |
| Vector of BiRegOut, output class of BiReg::registration() method between Observations. More... | |
| class | MipAlgorithms::BiRegIn |
| Input class of BiReg::registration() method between Observations. More... | |
| class | MipAlgorithms::BiRegPar |
| Parameters of BiReg class. More... | |
| class | MipAlgorithms::BiReg |
| Generic class for binary registration between two Observations. More... | |
Enumerations | |
| enum | MipAlgorithms::BiRegType { MipAlgorithms::UNINIT_BIREG, MipAlgorithms::RANSAC_BIREG, MipAlgorithms::BIREG_NUM } |
| Binary registration type which identifies every possible binary registration algorithm. More... | |
Variables | |
| static const char * | MipAlgorithms::BiRegNames [BIREG_NUM] |
| Names of the binary registration types. | |
1.5.6