Starting in R2026b, connectedViews is available in Point Cloud Toolbox™. In releases R2026a and before, connectedViews is available in
Computer Vision Toolbox™.
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 (Image Processing Toolbox)
object, which uses the premultiply convention. Before, the function returned
AbsolutePose as a rigid3d (Image Processing Toolbox) object,
which uses the postmultiply convention. For more information, see Migrate Geometric Transformations to Premultiply Convention (Image Processing Toolbox).