MATLAB 도움말 센터
Find views associated with view identifiers
Since R2021b
views = findView(vSet,viewIds)
views = findView(vSet,viewIds) returns a table containing view attributes that correspond to the view identifiers in viewIds.
views
vSet
viewIds
collapse all
Create an empty point cloud view set.
vSet = pcviewset;
Add two views to the view set.
viewId1 = 10; viewId2 = 5; ptCloud1 = pcread("teapot.ply"); ptCloud2 = pctransform(ptCloud1,rigidtform3d([0 0 0],[2 0 0])); vSet = addView(vSet,viewId1,PointCloud=ptCloud1); vSet = addView(vSet,viewId2,PointCloud=ptCloud2);
Find the view associated with the view identifier 5, and then display the view table.
5,
view = findView(vSet,5); disp(view)
ViewId AbsolutePose PointCloud ______ ________________ ______________ 5 1×1 rigidtform3d 1×1 pointCloud
Get the point cloud that corresponds to view identifier 5.
5
ptCloud = view.PointCloud;
Get the absolute pose associated with view identifier 5.
absPose = view.AbsolutePose;
pcviewset
Point cloud view set, specified as a pcviewset object.
View identifiers, specified as an M-element vector of integers. View identifiers are unique to a specific view.
Table containing view attributes, specified as a three-column table. The table contains the columns ViewId, AbsolutePose, and pointCloud attribute descriptions.
ViewId
AbsolutePose
pointCloud
expand all
Introduced in R2021b
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
웹사이트 선택
번역된 콘텐츠를 보고 지역별 이벤트와 혜택을 살펴보려면 웹사이트를 선택하십시오. 현재 계신 지역에 따라 다음 웹사이트를 권장합니다:
또한 다음 목록에서 웹사이트를 선택하실 수도 있습니다.
사이트 성능 최적화 방법
최고의 사이트 성능을 위해 중국 사이트(중국어 또는 영어)를 선택하십시오. 현재 계신 지역에서는 다른 국가의 MathWorks 사이트 방문이 최적화되지 않았습니다.
미주
유럽
아시아 태평양
지역별 지사에 문의