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... | |
| class | MipAlgorithms::BiRegRANSAC |
| RANSAC implementation of binary registration (class BiReg) between 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. | |
This module provides a generic class and its implementations for the binary registration. A binary registration algorithm computes all geometrically feasible changes of coordinates among two different Observations.
MipAlgorithms::BiRegNames [static] |
Initial value:
{
"UninitializedRansac",
"BiRegRansac"
}
1.5.6