Inherits opentl::core::cvdata::Pose.
Public Member Functions | |
| virtual Pose3dRotoXZTranslation * | clone () const |
| virtual double | getAngleX () |
| virtual double | getAngleZ () |
| virtual double | getX () |
| virtual double | getY () |
| virtual double | getZ () |
| virtual int | initFromPoints (const math::Matrix &bodyPoints, const math::Matrix &screenPoints, const math::SquareMatrix &intrinsicMat, const math::Vector *linkIdx=NULL) |
| Compute LSE pose (world T matrix) from N object-screen point correspondences (also called "PnP problem"). | |
| virtual int | initFromPointsAndLines (const math::Matrix &bodyPoints, const math::Matrix &screenPoints, const math::Matrix &bodyLines, const math::Matrix &screenLines, const math::SquareMatrix &intrinsicMat, const math::Vector *linkIdxForPoint=NULL, const math::Vector *linkIdxForLine=NULL) |
| Compute LSE pose (world T matrix) from N1 object-screen point correspondences and N2 line correspondences. | |
| virtual void | initLieAlgGen () |
| Initialize Lie algebra generators for this pose type. | |
| virtual Pose & | operator= (const Pose &value) |
| Assignment operator. | |
| virtual Pose3dRotoXZTranslation & | operator= (const Pose3dRotoXZTranslation &value) |
| Pose3dRotoXZTranslation (const Pose3dRotoXZTranslation &value) | |
| Constructor. Initialize object with existing value object. | |
| Pose3dRotoXZTranslation (opentl::core::cvdata::Pose::T_UPDATEMODE updateMode, std::vector< math::Vector2 > *poseLimits=NULL) | |
| Default constructor. | |
| virtual void | setAngleX (double val) |
| virtual void | setAngleZ (double val) |
| void | setDataFromVal (double alpha, double gamma, double tx, double ty, double tz) |
| Set pose data one by one. See class definition for parameter meaning. | |
| virtual void | setX (double val) |
| virtual void | setY (double val) |
| virtual void | setZ (double val) |
| virtual void | updateDataFromLocalT () |
| Set pose by homog. transformation matrix. | |
| virtual void | updateWorldTFromData () |
| Function to get the pose as homog. transformation matrix T. | |
| virtual | ~Pose3dRotoXZTranslation () |
| Destructor. | |
x_new_hom = T(p)*x_hom ;
| tx| T = |R_z(gamma)*R_x(alpha) ty| | tz| |0 0 1|
Vector6[0] = alpha (in rad) Vector6[1] = gamma (in rad) Vector6[2] = tx Vector6[3] = ty Vector6[4] = tz
| opentl::core::cvdata::Pose3dRotoXZTranslation::Pose3dRotoXZTranslation | ( | opentl::core::cvdata::Pose::T_UPDATEMODE | updateMode, | |
| std::vector< math::Vector2 > * | poseLimits = NULL | |||
| ) |
Default constructor.
| opentl::core::cvdata::Pose3dRotoXZTranslation::Pose3dRotoXZTranslation | ( | const Pose3dRotoXZTranslation & | value | ) |
Constructor. Initialize object with existing value object.
| virtual opentl::core::cvdata::Pose3dRotoXZTranslation::~Pose3dRotoXZTranslation | ( | ) | [inline, virtual] |
Destructor.
| virtual Pose3dRotoXZTranslation* opentl::core::cvdata::Pose3dRotoXZTranslation::clone | ( | ) | const [virtual] |
Implements opentl::core::cvdata::Pose.
| virtual double opentl::core::cvdata::Pose3dRotoXZTranslation::getAngleX | ( | ) | [inline, virtual] |
Reimplemented from opentl::core::cvdata::Pose.
| virtual double opentl::core::cvdata::Pose3dRotoXZTranslation::getAngleZ | ( | ) | [inline, virtual] |
Reimplemented from opentl::core::cvdata::Pose.
| virtual double opentl::core::cvdata::Pose3dRotoXZTranslation::getX | ( | ) | [inline, virtual] |
Reimplemented from opentl::core::cvdata::Pose.
| virtual double opentl::core::cvdata::Pose3dRotoXZTranslation::getY | ( | ) | [inline, virtual] |
Reimplemented from opentl::core::cvdata::Pose.
| virtual double opentl::core::cvdata::Pose3dRotoXZTranslation::getZ | ( | ) | [inline, virtual] |
Reimplemented from opentl::core::cvdata::Pose.
| virtual int opentl::core::cvdata::Pose3dRotoXZTranslation::initFromPoints | ( | const math::Matrix & | bodyPoints, | |
| const math::Matrix & | screenPoints, | |||
| const math::SquareMatrix & | intrinsicMat, | |||
| const math::Vector * | linkIdx = NULL | |||
| ) | [inline, virtual] |
Compute LSE pose (world T matrix) from N object-screen point correspondences (also called "PnP problem").
| bodyPoints | Input points in object space (3xN) or (2xN) | |
| screenPoints | Input corresponding points in image space (2xN) | |
| intrinsicMat | Input camera calibration matrix (3x3) | |
| linkIdx | Input Link ID of each point (for articulated Poses only) |
Implements opentl::core::cvdata::Pose.
| virtual int opentl::core::cvdata::Pose3dRotoXZTranslation::initFromPointsAndLines | ( | const math::Matrix & | bodyPoints, | |
| const math::Matrix & | screenPoints, | |||
| const math::Matrix & | bodyLines, | |||
| const math::Matrix & | screenLines, | |||
| const math::SquareMatrix & | intrinsicMat, | |||
| const math::Vector * | linkIdxForPoint = NULL, |
|||
| const math::Vector * | linkIdxForLine = NULL | |||
| ) | [inline, virtual] |
Compute LSE pose (world T matrix) from N1 object-screen point correspondences and N2 line correspondences.
| bodyPoints | Input points in object space (3xN1) or (2xN1) | |
| screenPoints | Input corresponding points in image space (2xN1) | |
| bodyLines | Input line segments in object space (3x2*N2) | |
| screenLines | Input corresponding lines in image space (3xN2 for 2D represantation) | |
| intrinsicMat | Input camera calibration matrix (3x3) | |
| linkIdxForPoint | Input Link ID of each point (for articulated Poses only) | |
| linkIdxForLine | Input Link ID of each line (for articulated Poses only) |
Implements opentl::core::cvdata::Pose.
| virtual void opentl::core::cvdata::Pose3dRotoXZTranslation::initLieAlgGen | ( | ) | [virtual] |
| virtual Pose3dRotoXZTranslation& opentl::core::cvdata::Pose3dRotoXZTranslation::operator= | ( | const Pose3dRotoXZTranslation & | value | ) | [inline, virtual] |
| virtual void opentl::core::cvdata::Pose3dRotoXZTranslation::setAngleX | ( | double | val | ) | [inline, virtual] |
Reimplemented from opentl::core::cvdata::Pose.
| virtual void opentl::core::cvdata::Pose3dRotoXZTranslation::setAngleZ | ( | double | val | ) | [inline, virtual] |
Reimplemented from opentl::core::cvdata::Pose.
| void opentl::core::cvdata::Pose3dRotoXZTranslation::setDataFromVal | ( | double | alpha, | |
| double | gamma, | |||
| double | tx, | |||
| double | ty, | |||
| double | tz | |||
| ) |
Set pose data one by one. See class definition for parameter meaning.
| virtual void opentl::core::cvdata::Pose3dRotoXZTranslation::setX | ( | double | val | ) | [inline, virtual] |
Reimplemented from opentl::core::cvdata::Pose.
| virtual void opentl::core::cvdata::Pose3dRotoXZTranslation::setY | ( | double | val | ) | [inline, virtual] |
Reimplemented from opentl::core::cvdata::Pose.
| virtual void opentl::core::cvdata::Pose3dRotoXZTranslation::setZ | ( | double | val | ) | [inline, virtual] |
Reimplemented from opentl::core::cvdata::Pose.
| virtual void opentl::core::cvdata::Pose3dRotoXZTranslation::updateDataFromLocalT | ( | ) | [virtual] |
| virtual void opentl::core::cvdata::Pose3dRotoXZTranslation::updateWorldTFromData | ( | ) | [virtual] |
Function to get the pose as homog. transformation matrix T.
Implements opentl::core::cvdata::Pose.
1.5.8