#include <BiReg.h>

Public Member Functions | |
| BiReg () | |
| Null constructor. | |
| BiReg (BiRegPar BRP) | |
| Parametrical constructor. | |
| BiRegType | getType () |
| Return the type of the binary registration algorithm. | |
| virtual void | registration (BiRegIn &in, BiRegSol *solution)=0 |
| void | verboseOn () |
| Activate debug mode. | |
| void | verboseOff () |
| Deactivate debug mode. | |
Protected Member Functions | |
| void | setType (BiRegType t) |
| Sets the type of the binary registration. | |
Protected Attributes | |
| BiRegPar | par |
| Parameters of the binary registration. | |
| bool | verbose |
| If verbose or not. | |
| MipAlgorithms::BiReg::BiReg | ( | ) |
Null constructor.
| MipAlgorithms::BiReg::BiReg | ( | BiRegPar | BRP | ) |
Parametrical constructor.
| [in] | BRP | BiRegPar containing the value of the desired parameters. |
| void MipAlgorithms::BiReg::setType | ( | BiRegType | t | ) | [protected] |
Sets the type of the binary registration.
| BiRegType MipAlgorithms::BiReg::getType | ( | ) |
Return the type of the binary registration algorithm.
| virtual void MipAlgorithms::BiReg::registration | ( | BiRegIn & | in, | |
| BiRegSol * | solution | |||
| ) | [pure virtual] |
register two Observations and give back the solution found, if any
| in | input of a single registration | |
| solution | pointer to vector of solution found |
Implemented in MipAlgorithms::BiRegRANSAC.
| void MipAlgorithms::BiReg::verboseOn | ( | ) |
Activate debug mode.
| void MipAlgorithms::BiReg::verboseOff | ( | ) |
Deactivate debug mode.
BiRegPar MipAlgorithms::BiReg::par [protected] |
Parameters of the binary registration.
bool MipAlgorithms::BiReg::verbose [protected] |
If verbose or not.
1.5.6