Binary registration
[Algorithms]

Binary registration algorithms. More...

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.

Detailed Description

Binary registration algorithms.

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.


Enumeration Type Documentation

Binary registration type which identifies every possible binary registration algorithm.

Author:
Paolo Stegagno
Enumerator:
UNINIT_BIREG 
RANSAC_BIREG 
BIREG_NUM 


Variable Documentation

Initial value:

 {
  "UninitializedRansac",
  "BiRegRansac"
 }
Names of the binary registration types.

Author:
Paolo Stegagno


Generated on Mon Feb 20 07:01:08 2017 for MIP by  doxygen 1.5.6