pointCloud
설명
생성
설명
입력 인수
출력 인수
속성
객체 함수
findNearestNeighbors | Find nearest neighbors of a point in point cloud |
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 ) |
포인트 클라우드 함수로 수정할 수 있는 포인트 클라우드의 복사본을 하나만 유지하려면 입력과 출력 이름을 포인트 클라우드 변수 이름과 동일하게 사용하십시오.
ptCloud = pcFunction(ptCloud ) |
확장 기능
버전 내역
R2020b에 개발됨