PCplot

by Tim C. Lueth, SG-Lib Toolbox: SolidGeometry 5.6 - VL/Vertices/PC/Clouds
Introduced first in SolidGeometry 4.3, Creation date: 2018-10-01, Last change: 2025-09-14

plots a point cloud or a cell list of point clouds without any registration



See Also: PCofVL , PCfindplanes

Example Illustration

 missing image of PCplot(PC)

Syntax

PCplot(PC)

Input Parameter

PC: cell list of point clouds

Examples


SR300getPointclouds(10); PC=ans;
PCplot(PC)




Copyright 2018-2025 Tim C. Lueth. All rights reserved. The code is the property of Tim C. Lueth and may not be redistributed or modified without explicit written permission. This software may be used free of charge for academic research and teaching purposes only. Commercial use, redistribution, modification, or reverse engineering is strictly prohibited. Access to source code is restricted and granted only under specific agreements. For licensing inquiries or commercial use, please contact: Tim C. Lueth

Algorithm (Workflow)

This algorithm is designed to plot a point cloud or a list of point clouds without any registration. It is part of the SolidGeometry library and was introduced in version 4.3. The function is named PCplot and is authored by Tim Lueth.

Input Parameters

Algorithm Steps

  1. Check if the input PC has three columns. If true, convert it using the function PCofVL.
  2. Ensure PC is a cell array. If not, convert it into a cell array.
  3. Initialize a new figure for plotting using SGfigure.
  4. Set the labels for the x, y, and z axes.
  5. Set the view angle to (0, 89) for the plot.
  6. Initialize an empty array h to store plot handles.
  7. Iterate over each point cloud in the cell array PC:
Algorithm explaination created using ChatGPT on 2025-08-18 23:23. (Please note: No guarantee for the correctness of this explanation)

Last html export of this page out of FM database by TL: 2025-09-21