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

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

Algorithm()cv::Algorithm
cameraMatrixcv::rgbd::RgbdICPOdometryprotected
checkParams() const cv::rgbd::RgbdICPOdometryprotectedvirtual
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::RgbdICPOdometryprotectedvirtual
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::RgbdICPOdometryinlinevirtual
getDefaultName() const cv::Algorithmvirtual
getIterationCounts() const cv::rgbd::RgbdICPOdometryinline
getMaxDepth() const cv::rgbd::RgbdICPOdometryinline
getMaxDepthDiff() const cv::rgbd::RgbdICPOdometryinline
getMaxPointsPart() const cv::rgbd::RgbdICPOdometryinline
getMaxRotation() const cv::rgbd::RgbdICPOdometryinline
getMaxTranslation() const cv::rgbd::RgbdICPOdometryinline
getMinDepth() const cv::rgbd::RgbdICPOdometryinline
getMinGradientMagnitudes() const cv::rgbd::RgbdICPOdometryinline
getNormalsComputer() const cv::rgbd::RgbdICPOdometryinline
getTransformType() const cv::rgbd::RgbdICPOdometryinlinevirtual
iterCountscv::rgbd::RgbdICPOdometryprotected
load(const String &filename, const String &objname=String())cv::Algorithminlinestatic
loadFromString(const String &strModel, const String &objname=String())cv::Algorithminlinestatic
maxDepthcv::rgbd::RgbdICPOdometryprotected
maxDepthDiffcv::rgbd::RgbdICPOdometryprotected
maxPointsPartcv::rgbd::RgbdICPOdometryprotected
maxRotationcv::rgbd::RgbdICPOdometryprotected
maxTranslationcv::rgbd::RgbdICPOdometryprotected
minDepthcv::rgbd::RgbdICPOdometryprotected
minGradientMagnitudescv::rgbd::RgbdICPOdometryprotected
normalsComputercv::rgbd::RgbdICPOdometrymutableprotected
prepareFrameCache(Ptr< OdometryFrame > &frame, int cacheType) const cv::rgbd::RgbdICPOdometryvirtual
read(const FileNode &fn)cv::Algorithminlinevirtual
read(const FileNode &fn)cv::Algorithminlinestatic
RgbdICPOdometry()cv::rgbd::RgbdICPOdometry
RgbdICPOdometry(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 >(), const std::vector< float > &minGradientMagnitudes=std::vector< float >(), int transformType=RIGID_BODY_MOTION)cv::rgbd::RgbdICPOdometry
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::RgbdICPOdometryinlinevirtual
setIterationCounts(const cv::Mat &val)cv::rgbd::RgbdICPOdometryinline
setMaxDepth(double val)cv::rgbd::RgbdICPOdometryinline
setMaxDepthDiff(double val)cv::rgbd::RgbdICPOdometryinline
setMaxPointsPart(double val)cv::rgbd::RgbdICPOdometryinline
setMaxRotation(double val)cv::rgbd::RgbdICPOdometryinline
setMaxTranslation(double val)cv::rgbd::RgbdICPOdometryinline
setMinDepth(double val)cv::rgbd::RgbdICPOdometryinline
setMinGradientMagnitudes(const cv::Mat &val)cv::rgbd::RgbdICPOdometryinline
setTransformType(int val)cv::rgbd::RgbdICPOdometryinlinevirtual
transformTypecv::rgbd::RgbdICPOdometryprotected
TRANSLATION enum valuecv::rgbd::Odometry
write(FileStorage &fs) const cv::Algorithminlinevirtual
~Algorithm()cv::Algorithmvirtual