3Dカメラのデータをfor文とmeshで確認したいです。
이전 댓글 표시
clear all
%以下のmatファイルは120x212x1200 doubleの配列です。
load('F:\釜堀\Intel RealSense SDK 2.0\matlab\2022\09\13\16\MAT\2022_09_13_164718.mat');
for i = 1:1200
A = Depth_Data(:,:,i);
mesh(A);
end
%最後のフレームのみ表示されました。
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 カメラ ビュー에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
