OpenCV453
cv::rgbd::RgbdICPOdometry メンバ一覧

継承メンバを含む cv::rgbd::RgbdICPOdometry の全メンバ一覧です。

Algorithm() (定義場所: cv::Algorithm)cv::Algorithm
cameraMatrix (定義場所: cv::rgbd::RgbdICPOdometry)cv::rgbd::RgbdICPOdometryprotected
checkParams() const CV_OVERRIDE (定義場所: cv::rgbd::RgbdICPOdometry)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, 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_OVERRIDE (定義場所: cv::rgbd::RgbdICPOdometry)cv::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::RgbdICPOdometrystatic
create(const String &odometryType) (定義場所: cv::rgbd::Odometry)cv::rgbd::Odometrystatic
CV_WRAP_AS(compute2) bool compute(Ptr< OdometryFrame > &srcFramecv::rgbd::Odometry
DEFAULT_MAX_DEPTH() (定義場所: cv::rgbd::Odometry)cv::rgbd::Odometryinlinestatic
DEFAULT_MAX_DEPTH_DIFF() (定義場所: cv::rgbd::Odometry)cv::rgbd::Odometryinlinestatic
DEFAULT_MAX_POINTS_PART() (定義場所: cv::rgbd::Odometry)cv::rgbd::Odometryinlinestatic
DEFAULT_MAX_ROTATION() (定義場所: cv::rgbd::Odometry)cv::rgbd::Odometryinlinestatic
DEFAULT_MAX_TRANSLATION() (定義場所: cv::rgbd::Odometry)cv::rgbd::Odometryinlinestatic
DEFAULT_MIN_DEPTH() (定義場所: cv::rgbd::Odometry)cv::rgbd::Odometryinlinestatic
dstFrame (定義場所: cv::rgbd::Odometry)cv::rgbd::Odometry
empty() constcv::Algorithminlinevirtual
getCameraMatrix() const CV_OVERRIDEcv::rgbd::RgbdICPOdometryinlinevirtual
getDefaultName() constcv::Algorithmvirtual
getIterationCounts() const (定義場所: cv::rgbd::RgbdICPOdometry)cv::rgbd::RgbdICPOdometryinline
getMaxDepth() const (定義場所: cv::rgbd::RgbdICPOdometry)cv::rgbd::RgbdICPOdometryinline
getMaxDepthDiff() const (定義場所: cv::rgbd::RgbdICPOdometry)cv::rgbd::RgbdICPOdometryinline
getMaxPointsPart() const (定義場所: cv::rgbd::RgbdICPOdometry)cv::rgbd::RgbdICPOdometryinline
getMaxRotation() const (定義場所: cv::rgbd::RgbdICPOdometry)cv::rgbd::RgbdICPOdometryinline
getMaxTranslation() const (定義場所: cv::rgbd::RgbdICPOdometry)cv::rgbd::RgbdICPOdometryinline
getMinDepth() const (定義場所: cv::rgbd::RgbdICPOdometry)cv::rgbd::RgbdICPOdometryinline
getMinGradientMagnitudes() const (定義場所: cv::rgbd::RgbdICPOdometry)cv::rgbd::RgbdICPOdometryinline
getNormalsComputer() const (定義場所: cv::rgbd::RgbdICPOdometry)cv::rgbd::RgbdICPOdometryinline
getTransformType() const CV_OVERRIDEcv::rgbd::RgbdICPOdometryinlinevirtual
initRt (定義場所: cv::rgbd::Odometry)cv::rgbd::Odometry
iterCounts (定義場所: cv::rgbd::RgbdICPOdometry)cv::rgbd::RgbdICPOdometryprotected
load(const String &filename, const String &objname=String())cv::Algorithminlinestatic
loadFromString(const String &strModel, const String &objname=String())cv::Algorithminlinestatic
maxDepth (定義場所: cv::rgbd::RgbdICPOdometry)cv::rgbd::RgbdICPOdometryprotected
maxDepthDiff (定義場所: cv::rgbd::RgbdICPOdometry)cv::rgbd::RgbdICPOdometryprotected
maxPointsPart (定義場所: cv::rgbd::RgbdICPOdometry)cv::rgbd::RgbdICPOdometryprotected
maxRotation (定義場所: cv::rgbd::RgbdICPOdometry)cv::rgbd::RgbdICPOdometryprotected
maxTranslation (定義場所: cv::rgbd::RgbdICPOdometry)cv::rgbd::RgbdICPOdometryprotected
minDepth (定義場所: cv::rgbd::RgbdICPOdometry)cv::rgbd::RgbdICPOdometryprotected
minGradientMagnitudes (定義場所: cv::rgbd::RgbdICPOdometry)cv::rgbd::RgbdICPOdometryprotected
normalsComputer (定義場所: cv::rgbd::RgbdICPOdometry)cv::rgbd::RgbdICPOdometrymutableprotected
prepareFrameCache(Ptr< OdometryFrame > &frame, int cacheType) const CV_OVERRIDEcv::rgbd::RgbdICPOdometryvirtual
read(const FileNode &fn)cv::Algorithminlinevirtual
read(const FileNode &fn)cv::Algorithminlinestatic
RgbdICPOdometry() (定義場所: cv::rgbd::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)cv::rgbd::Odometry
ROTATION 列挙値 (定義場所: cv::rgbd::Odometry)cv::rgbd::Odometry
Rt (定義場所: cv::rgbd::Odometry)cv::rgbd::Odometry
save(const String &filename) constcv::Algorithmvirtual
setCameraMatrix(const cv::Mat &val) CV_OVERRIDEcv::rgbd::RgbdICPOdometryinlinevirtual
setIterationCounts(const cv::Mat &val) (定義場所: cv::rgbd::RgbdICPOdometry)cv::rgbd::RgbdICPOdometryinline
setMaxDepth(double val) (定義場所: cv::rgbd::RgbdICPOdometry)cv::rgbd::RgbdICPOdometryinline
setMaxDepthDiff(double val) (定義場所: cv::rgbd::RgbdICPOdometry)cv::rgbd::RgbdICPOdometryinline
setMaxPointsPart(double val) (定義場所: cv::rgbd::RgbdICPOdometry)cv::rgbd::RgbdICPOdometryinline
setMaxRotation(double val) (定義場所: cv::rgbd::RgbdICPOdometry)cv::rgbd::RgbdICPOdometryinline
setMaxTranslation(double val) (定義場所: cv::rgbd::RgbdICPOdometry)cv::rgbd::RgbdICPOdometryinline
setMinDepth(double val) (定義場所: cv::rgbd::RgbdICPOdometry)cv::rgbd::RgbdICPOdometryinline
setMinGradientMagnitudes(const cv::Mat &val) (定義場所: cv::rgbd::RgbdICPOdometry)cv::rgbd::RgbdICPOdometryinline
setTransformType(int val) CV_OVERRIDEcv::rgbd::RgbdICPOdometryinlinevirtual
transformType (定義場所: cv::rgbd::RgbdICPOdometry)cv::rgbd::RgbdICPOdometryprotected
TRANSLATION 列挙値 (定義場所: cv::rgbd::Odometry)cv::rgbd::Odometry
write(FileStorage &fs) constcv::Algorithminlinevirtual
write(const Ptr< FileStorage > &fs, const String &name=String()) constcv::Algorithm
writeFormat(FileStorage &fs) const (定義場所: cv::Algorithm)cv::Algorithmprotected
~Algorithm() (定義場所: cv::Algorithm)cv::Algorithmvirtual