OpenCV  4.10.0
开源计算机视觉库
正在加载...
正在搜索...
没有匹配项
cv::rgbd::RgbdICPOdometry 成员列表

这是 cv::rgbd::RgbdICPOdometry 的所有成员的完整列表,包括所有继承的成员。

算法()cv::Algorithm
cameraMatrixcv::rgbd::RgbdICPOdometry受保护
checkParams() const CV_OVERRIDEcv::rgbd::RgbdICPOdometryprotectedvirtual
清除()cv::Algorithminlinevirtual
compute(const Mat &srcImage, const Mat &srcDepth, const Mat &srcMask, const Mat &dstImage, const Mat &dstDepth, const Mat &dstMask, OutputArray Rt, const Mat &initRt=Mat()) constcv::rgbd::Odometry
compute(Ptr< OdometryFrame > &srcFrame, Ptr< OdometryFrame > &dstFrame, OutputArray Rt, const Mat &initRt=Mat()) constcv::rgbd::Odometry
computeImpl(const Ptr< OdometryFrame > &srcFrame, const Ptr< OdometryFrame > &dstFrame, OutputArray Rt, const Mat &initRt) const CV_OVERRIDEcv::rgbd::RgbdICPOdometryprotectedvirtual
create(const Mat &cameraMatrix=Mat(), float minDepth=Odometry::DEFAULT_MIN_DEPTH(), float maxDepth=Odometry::DEFAULT_MAX_DEPTH(), float maxDepthDiff=Odometry::DEFAULT_MAX_DEPTH_DIFF(), float maxPointsPart=Odometry::DEFAULT_MAX_POINTS_PART(), const std::vector< int > &iterCounts=std::vector< int >(), const std::vector< float > &minGradientMagnitudes=std::vector< float >(), int transformType=Odometry::RIGID_BODY_MOTION)cv::rgbd::RgbdICPOdometry静态
cv::rgbd::Odometry::create(const String &odometryType)cv::rgbd::Odometry静态
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() constcv::Algorithminlinevirtual
getCameraMatrix() const CV_OVERRIDEcv::rgbd::RgbdICPOdometryinlinevirtual
getDefaultName() constcv::Algorithm虚拟
getIterationCounts() constcv::rgbd::RgbdICPOdometry内联
getMaxDepth() constcv::rgbd::RgbdICPOdometry内联
getMaxDepthDiff() constcv::rgbd::RgbdICPOdometry内联
getMaxPointsPart() constcv::rgbd::RgbdICPOdometry内联
getMaxRotation() constcv::rgbd::RgbdICPOdometry内联
getMaxTranslation() constcv::rgbd::RgbdICPOdometry内联
getMinDepth() constcv::rgbd::RgbdICPOdometry内联
getMinGradientMagnitudes() constcv::rgbd::RgbdICPOdometry内联
getNormalsComputer() constcv::rgbd::RgbdICPOdometry内联
getTransformType() const CV_OVERRIDEcv::rgbd::RgbdICPOdometryinlinevirtual
iterCountscv::rgbd::RgbdICPOdometry受保护
load(const String &filename, const String &objname=String())cv::Algorithminlinestatic
loadFromString(const String &strModel, const String &objname=String())cv::Algorithminlinestatic
maxDepthcv::rgbd::RgbdICPOdometry受保护
maxDepthDiffcv::rgbd::RgbdICPOdometry受保护
maxPointsPartcv::rgbd::RgbdICPOdometry受保护
maxRotationcv::rgbd::RgbdICPOdometry受保护
maxTranslationcv::rgbd::RgbdICPOdometry受保护
minDepthcv::rgbd::RgbdICPOdometry受保护
minGradientMagnitudescv::rgbd::RgbdICPOdometry受保护
normalsComputercv::rgbd::RgbdICPOdometrymutableprotected
prepareFrameCache(Ptr< OdometryFrame > &frame, int cacheType) const CV_OVERRIDEcv::rgbd::RgbdICPOdometry虚拟
read(const FileNode &fn)cv::Algorithminlinevirtual
read(const FileNode &fn)cv::Algorithminlinestatic
RgbdICPOdometry()cv::rgbd::RgbdICPOdometry
RgbdICPOdometry(const Mat &cameraMatrix, float minDepth=Odometry::DEFAULT_MIN_DEPTH(), float maxDepth=Odometry::DEFAULT_MAX_DEPTH(), float maxDepthDiff=Odometry::DEFAULT_MAX_DEPTH_DIFF(), float maxPointsPart=Odometry::DEFAULT_MAX_POINTS_PART(), const std::vector< int > &iterCounts=std::vector< int >(), const std::vector< float > &minGradientMagnitudes=std::vector< float >(), int transformType=Odometry::RIGID_BODY_MOTION)cv::rgbd::RgbdICPOdometry
RIGID_BODY_MOTION 枚举值cv::rgbd::Odometry
ROTATION 枚举值cv::rgbd::Odometry
save(const String &filename) constcv::Algorithm虚拟
setCameraMatrix(const cv::Mat &val) CV_OVERRIDEcv::rgbd::RgbdICPOdometryinlinevirtual
setIterationCounts(const cv::Mat &val)cv::rgbd::RgbdICPOdometry内联
setMaxDepth(double val)cv::rgbd::RgbdICPOdometry内联
setMaxDepthDiff(double val)cv::rgbd::RgbdICPOdometry内联
setMaxPointsPart(double val)cv::rgbd::RgbdICPOdometry内联
setMaxRotation(double val)cv::rgbd::RgbdICPOdometry内联
setMaxTranslation(double val)cv::rgbd::RgbdICPOdometry内联
setMinDepth(double val)cv::rgbd::RgbdICPOdometry内联
setMinGradientMagnitudes(const cv::Mat &val)cv::rgbd::RgbdICPOdometry内联
setTransformType(int val) CV_OVERRIDEcv::rgbd::RgbdICPOdometryinlinevirtual
transformTypecv::rgbd::RgbdICPOdometry受保护
TRANSLATION 枚举值cv::rgbd::Odometry
write(FileStorage &fs) constcv::Algorithminlinevirtual
write(FileStorage &fs, const String &name) constcv::Algorithm
write(const Ptr< FileStorage > &fs, const String &name=String()) constcv::Algorithm
writeFormat(FileStorage &fs) constcv::Algorithm受保护
~Algorithm()cv::Algorithm虚拟