最新のリリースでは、このページがまだ翻訳されていません。 このページの最新版は英語でご覧になれます。
3 次元点群を格納するオブジェクト
findNearestNeighbors | 点群内の点の最近傍を検出 |
findNeighborsInRadius | Find neighbors within a radius of a point in the point cloud |
findPointsInROI | 点群の関心領域内の点を検出 |
removeInvalidPoints | Remove invalid points from point cloud |
select | Select points in point cloud |
copy | ハンドル オブジェクトの配列のコピー |
pointCloud
オブジェクトは handle
オブジェクトです。点群の個別のコピーを作成する場合には、MATLAB® copy
メソッドを使用できます。
ptCloudB = copy (ptCloudA ) |
点群関数によって変更可能な点群のコピーを 1 つ保持する場合は、入力と出力に同じ点群変数名を使用します。
ptCloud = pcFunction(ptCloud ) |