Starting in R2022b, most Computer Vision Toolbox™ functions create and perform geometric transformations using the premultiply
convention. Accordingly, the connectedViews function now returns the
AbsolutePose value in the viewTable argument as a
rigidtform3d
object, which uses the premultiply convention. Before, the function returned
AbsolutePose as a rigid3d object,
which uses the postmultiply convention. For more information, see Migrate Geometric Transformations to Premultiply Convention.