#include <ProbMultiRegCam3D.h>
Public Member Functions | |
| ProbMultiRegCam3DQuadPar (Decimal lt=0.2, Decimal at=0.013962634+0.05, Decimal pt=0.1, Decimal zt=0.1, int expandMethod=2, Decimal miw=1.0, string idPath="Ids", string bmPath="UAVMeas") | |
| Null constructor. | |
| ProbMultiRegCam3DQuadPar (const ProbMultiRegCam3DQuadPar &A) | |
| Copy constructor. | |
| ProbMultiRegCam3DQuadPar & | operator= (ProbMultiRegCam3DQuadPar &A) |
| Assignment operator =. | |
| Decimal | getLinearTollerance () |
| Get linearTollerance value. | |
| Decimal | getAngularTollerance () |
| Get angularTollerance value. | |
| Decimal | getProjTollerance () |
| Get the projection tollerance. | |
| Decimal | getZenithTollerance () |
| Get the Zenith tollerance. | |
| int | getExpandMethod () |
| Get the expansion method. | |
| string | getIdPath () |
| Get the path for the Id file. | |
| string | getBearMeasPath () |
| Get the path for the measurements file. | |
| Decimal | getMinIntWeight () |
| Get the minimum weight of a triangle to be accepted as the number of intersections. | |
| kybalg::ProbMultiRegCam3DQuadPar::ProbMultiRegCam3DQuadPar | ( | Decimal | lt = 0.2, |
|
| Decimal | at = 0.013962634+0.05, |
|||
| Decimal | pt = 0.1, |
|||
| Decimal | zt = 0.1, |
|||
| int | expandMethod = 2, |
|||
| Decimal | miw = 1.0, |
|||
| string | idPath = "Ids", |
|||
| string | bmPath = "UAVMeas" | |||
| ) |
Null constructor.
Parametrical constructor.
| kybalg::ProbMultiRegCam3DQuadPar::ProbMultiRegCam3DQuadPar | ( | const ProbMultiRegCam3DQuadPar & | A | ) |
Copy constructor.
| ProbMultiRegCam3DQuadPar & kybalg::ProbMultiRegCam3DQuadPar::operator= | ( | ProbMultiRegCam3DQuadPar & | A | ) |
Assignment operator =.
| Decimal kybalg::ProbMultiRegCam3DQuadPar::getLinearTollerance | ( | ) |
Get linearTollerance value.
| Decimal kybalg::ProbMultiRegCam3DQuadPar::getAngularTollerance | ( | ) |
Get angularTollerance value.
| Decimal kybalg::ProbMultiRegCam3DQuadPar::getProjTollerance | ( | ) |
Get the projection tollerance.
| Decimal kybalg::ProbMultiRegCam3DQuadPar::getZenithTollerance | ( | ) |
Get the Zenith tollerance.
| int kybalg::ProbMultiRegCam3DQuadPar::getExpandMethod | ( | ) |
Get the expansion method.
| string kybalg::ProbMultiRegCam3DQuadPar::getIdPath | ( | ) |
Get the path for the Id file.
| string kybalg::ProbMultiRegCam3DQuadPar::getBearMeasPath | ( | ) |
Get the path for the measurements file.
| Decimal kybalg::ProbMultiRegCam3DQuadPar::getMinIntWeight | ( | ) |
Get the minimum weight of a triangle to be accepted as the number of intersections.
1.5.6