detail Namespace Reference

Functions

void checkCameraMatrix (const cv::Mat &matrix)
 
void checkFloatMatrix (const cv::Mat &matrix, const std::string &semanticName)
 
template<typename Float >
void fillCameraMatrix (const CCalibration::CCameraParameters &ivtCameraParameters, cv::Mat &output)
 Fill a propertly initialized camera matrix with the given camera parameters. More...
 
template<typename Float >
void fillCameraMatrix (const visionx::CameraParameters &cameraParams, cv::Mat &output)
 Fill a propertly initialized camera matrix with the given camera parameters. More...
 
template<typename Float >
void fillEmptyValues (cv::Mat &output)
 

Function Documentation

◆ checkCameraMatrix()

void detail::checkCameraMatrix ( const cv::Mat &  matrix)

Definition at line 151 of file OpenCVUtil.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ checkFloatMatrix()

void detail::checkFloatMatrix ( const cv::Mat &  matrix,
const std::string &  semanticName 
)

Definition at line 139 of file OpenCVUtil.cpp.

+ Here is the caller graph for this function:

◆ fillCameraMatrix() [1/2]

void detail::fillCameraMatrix ( const CCalibration::CCameraParameters &  ivtCameraParameters,
cv::Mat &  output 
)

Fill a propertly initialized camera matrix with the given camera parameters.

Parameters
cameraParamsThe camera parameters.
outputThe cv matrix. Must be floating point, i.e. CV_32F or CV_64F.

Definition at line 159 of file OpenCVUtil.cpp.

+ Here is the call graph for this function:

◆ fillCameraMatrix() [2/2]

void detail::fillCameraMatrix ( const visionx::CameraParameters &  cameraParams,
cv::Mat &  output 
)

Fill a propertly initialized camera matrix with the given camera parameters.

Parameters
cameraParamsThe camera parameters.
outputThe cv matrix. Must be floating point, i.e. CV_32F or CV_64F.

Definition at line 172 of file OpenCVUtil.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ fillEmptyValues()

void detail::fillEmptyValues ( cv::Mat &  output)

Definition at line 130 of file OpenCVUtil.cpp.