HALCON Reference Manual 10.0.2
Name
hom_mat2d_composeT_hom_mat2d_composehom_mat2d_composeHomMat2dComposeHomMat2dCompose — Multiply two homogeneous 2D transformation matrices.
hom_mat2d_composehom_mat2d_composehom_mat2d_composeHomMat2dComposeHomMat2dCompose composes a new 2D transformation matrix
by multiplying the two input matrices:
HomMat2DComposeHomMat2DComposeHomMat2DComposeHomMat2DComposehomMat2DCompose = HomMat2DLeftHomMat2DLeftHomMat2DLeftHomMat2DLefthomMat2DLeft * HomMat2DRightHomMat2DRightHomMat2DRightHomMat2DRighthomMat2DRight
For example, if the two input matrices correspond to rigid transformations,
i.e., to transformations consisting of a rotation and a translation, the
resulting matrix is calculated as follows:
HomMat2DComposeHomMat2DComposeHomMat2DComposeHomMat2DComposehomMat2DCompose = | R(l) t(l) | * | R(r) t(r) |
| 0 0 1 | | 0 0 1 |
= | R(l)*R(r) R(l)*t(r)+t(l) |
| 0 0 1 |
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Left input transformation matrix.
Right input transformation matrix.
Output transformation matrix.
If the parameters are valid, the operator hom_mat2d_composehom_mat2d_composehom_mat2d_composeHomMat2dComposeHomMat2dCompose returns
2 (H_MSG_TRUE). If necessary, an exception is raised.
hom_mat2d_composehom_mat2d_composehom_mat2d_composeHomMat2dComposeHomMat2dCompose,
hom_mat2d_translatehom_mat2d_translatehom_mat2d_translateHomMat2dTranslateHomMat2dTranslate,
hom_mat2d_translate_localhom_mat2d_translate_localhom_mat2d_translate_localHomMat2dTranslateLocalHomMat2dTranslateLocal,
hom_mat2d_scalehom_mat2d_scalehom_mat2d_scaleHomMat2dScaleHomMat2dScale,
hom_mat2d_scale_localhom_mat2d_scale_localhom_mat2d_scale_localHomMat2dScaleLocalHomMat2dScaleLocal,
hom_mat2d_rotatehom_mat2d_rotatehom_mat2d_rotateHomMat2dRotateHomMat2dRotate,
hom_mat2d_rotate_localhom_mat2d_rotate_localhom_mat2d_rotate_localHomMat2dRotateLocalHomMat2dRotateLocal,
hom_mat2d_slanthom_mat2d_slanthom_mat2d_slantHomMat2dSlantHomMat2dSlant,
hom_mat2d_slant_localhom_mat2d_slant_localhom_mat2d_slant_localHomMat2dSlantLocalHomMat2dSlantLocal
hom_mat2d_translatehom_mat2d_translatehom_mat2d_translateHomMat2dTranslateHomMat2dTranslate,
hom_mat2d_translate_localhom_mat2d_translate_localhom_mat2d_translate_localHomMat2dTranslateLocalHomMat2dTranslateLocal,
hom_mat2d_scalehom_mat2d_scalehom_mat2d_scaleHomMat2dScaleHomMat2dScale,
hom_mat2d_scale_localhom_mat2d_scale_localhom_mat2d_scale_localHomMat2dScaleLocalHomMat2dScaleLocal,
hom_mat2d_rotatehom_mat2d_rotatehom_mat2d_rotateHomMat2dRotateHomMat2dRotate,
hom_mat2d_rotate_localhom_mat2d_rotate_localhom_mat2d_rotate_localHomMat2dRotateLocalHomMat2dRotateLocal,
hom_mat2d_slanthom_mat2d_slanthom_mat2d_slantHomMat2dSlantHomMat2dSlant,
hom_mat2d_slant_localhom_mat2d_slant_localhom_mat2d_slant_localHomMat2dSlantLocalHomMat2dSlantLocal
Foundation
| HALCON Reference Manual 10.0.2 |
Copyright © 1996-2011 MVTec Software GmbH |