OpenCV  3.1.0
Open Source Computer Vision
cv::rgbd::ICPOdometry Member List

This is the complete list of members for cv::rgbd::ICPOdometry, including all inherited members.

Algorithm()cv::Algorithm
cameraMatrixcv::rgbd::ICPOdometryprotected
checkParams() const cv::rgbd::ICPOdometryprotectedvirtual
clear()cv::Algorithminlinevirtual
compute(const Mat &srcImage, const Mat &srcDepth, const Mat &srcMask, const Mat &dstImage, const Mat &dstDepth, const Mat &dstMask, Mat &Rt, const Mat &initRt=Mat()) const cv::rgbd::Odometry
compute(Ptr< OdometryFrame > &srcFrame, Ptr< OdometryFrame > &dstFrame, Mat &Rt, const Mat &initRt=Mat()) const cv::rgbd::Odometry
computeImpl(const Ptr< OdometryFrame > &srcFrame, const Ptr< OdometryFrame > &dstFrame, Mat &Rt, const Mat &initRt) const cv::rgbd::ICPOdometryprotectedvirtual
create(const String &odometryType)cv::rgbd::Odometrystatic
DEFAULT_MAX_DEPTH()cv::rgbd::Odometryinlinestatic
DEFAULT_MAX_DEPTH_DIFF()cv::rgbd::Odometryinlinestatic
DEFAULT_MAX_POINTS_PART()cv::rgbd::Odometryinlinestatic
DEFAULT_MAX_ROTATION()cv::rgbd::Odometryinlinestatic
DEFAULT_MAX_TRANSLATION()cv::rgbd::Odometryinlinestatic
DEFAULT_MIN_DEPTH()cv::rgbd::Odometryinlinestatic
empty() const cv::Algorithminlinevirtual
getCameraMatrix() const cv::rgbd::ICPOdometryinlinevirtual
getDefaultName() const cv::Algorithmvirtual
getIterationCounts() const cv::rgbd::ICPOdometryinline
getMaxDepth() const cv::rgbd::ICPOdometryinline
getMaxDepthDiff() const cv::rgbd::ICPOdometryinline
getMaxPointsPart() const cv::rgbd::ICPOdometryinline
getMaxRotation() const cv::rgbd::ICPOdometryinline
getMaxTranslation() const cv::rgbd::ICPOdometryinline
getMinDepth() const cv::rgbd::ICPOdometryinline
getNormalsComputer() const cv::rgbd::ICPOdometryinline
getTransformType() const cv::rgbd::ICPOdometryinlinevirtual
ICPOdometry()cv::rgbd::ICPOdometry
ICPOdometry(const Mat &cameraMatrix, float minDepth=DEFAULT_MIN_DEPTH(), float maxDepth=DEFAULT_MAX_DEPTH(), float maxDepthDiff=DEFAULT_MAX_DEPTH_DIFF(), float maxPointsPart=DEFAULT_MAX_POINTS_PART(), const std::vector< int > &iterCounts=std::vector< int >(), int transformType=RIGID_BODY_MOTION)cv::rgbd::ICPOdometry
iterCountscv::rgbd::ICPOdometryprotected
load(const String &filename, const String &objname=String())cv::Algorithminlinestatic
loadFromString(const String &strModel, const String &objname=String())cv::Algorithminlinestatic
maxDepthcv::rgbd::ICPOdometryprotected
maxDepthDiffcv::rgbd::ICPOdometryprotected
maxPointsPartcv::rgbd::ICPOdometryprotected
maxRotationcv::rgbd::ICPOdometryprotected
maxTranslationcv::rgbd::ICPOdometryprotected
minDepthcv::rgbd::ICPOdometryprotected
normalsComputercv::rgbd::ICPOdometrymutableprotected
prepareFrameCache(Ptr< OdometryFrame > &frame, int cacheType) const cv::rgbd::ICPOdometryvirtual
read(const FileNode &fn)cv::Algorithminlinevirtual
read(const FileNode &fn)cv::Algorithminlinestatic
RIGID_BODY_MOTION enum valuecv::rgbd::Odometry
ROTATION enum valuecv::rgbd::Odometry
save(const String &filename) const cv::Algorithmvirtual
setCameraMatrix(const cv::Mat &val)cv::rgbd::ICPOdometryinlinevirtual
setIterationCounts(const cv::Mat &val)cv::rgbd::ICPOdometryinline
setMaxDepth(double val)cv::rgbd::ICPOdometryinline
setMaxDepthDiff(double val)cv::rgbd::ICPOdometryinline
setMaxPointsPart(double val)cv::rgbd::ICPOdometryinline
setMaxRotation(double val)cv::rgbd::ICPOdometryinline
setMaxTranslation(double val)cv::rgbd::ICPOdometryinline
setMinDepth(double val)cv::rgbd::ICPOdometryinline
setTransformType(int val)cv::rgbd::ICPOdometryinlinevirtual
transformTypecv::rgbd::ICPOdometryprotected
TRANSLATION enum valuecv::rgbd::Odometry
write(FileStorage &fs) const cv::Algorithminlinevirtual
~Algorithm()cv::Algorithmvirtual