Stores and manages information related to the scanner calibration.
More...
#include <SBData.h>
Stores and manages information related to the scanner calibration.
◆ SBCalib()
SBSDK3::SBCalib::SBCalib |
( |
| ) |
|
◆ ~SBCalib()
SBSDK3::SBCalib::~SBCalib |
( |
| ) |
|
|
virtual |
◆ setText()
SBSDK3::SBCalib::setText |
( |
const char * |
text, |
|
|
size_t |
size |
|
) |
| |
set calibration by using xml text
- Parameters
-
[in] | text | xml text |
[in] | size | the length of the xml text |
◆ setBinary()
SBSDK3::SBCalib::setBinary |
( |
uint8_t * |
bin, |
|
|
size_t |
size |
|
) |
| |
set calibration by using binary calibration data
- Parameters
-
[in] | bin | calibration data |
[in] | size | the size of the binary data |
◆ setZFilter()
SBSDK3::SBCalib::setZFilter |
( |
float |
zNear, |
|
|
float |
zFar |
|
) |
| |
◆ getZFilter()
SBSDK3::SBCalib::getZFilter |
( |
float & |
zNear, |
|
|
float & |
zFar |
|
) |
| |
◆ setCalibBoardSize()
SBSDK3::SBCalib::setCalibBoardSize |
( |
float |
boardSize | ) |
|
set calibration board size
◆ getCalibBoardSize()
SBSDK3::SBCalib::getCalibBoardSize |
( |
| ) |
|
get calibration board size
◆ getBinarySize()
SBSDK3::SBCalib::getBinarySize |
( |
| ) |
|
get size of the binary data size
◆ getBinary()
SBSDK3::SBCalib::getBinary |
( |
| ) |
|
get calibration data in binary format
◆ save()
SBSDK3::SBCalib::save |
( |
const char * |
fileName | ) |
|
save calibration data to the file
◆ load()
SBSDK3::SBCalib::load |
( |
const char * |
fileName | ) |
|
load calibration data from the file
◆ exportXML()
SBSDK3::SBCalib::exportXML |
( |
const char * |
fileName | ) |
|
export binary data in xml format
◆ mpPLGCalib
std::shared_ptr<PLG::PLGCalib> SBSDK3::SBCalib::mpPLGCalib |
The documentation for this class was generated from the following file: