我需要保存在循環中產生的多個點雲。我試圖將它們保存在它返回一個錯誤的數組:節省等級的多個對象(點雲)
Array formation and parentheses-style indexing with objects of class 'pointCloud' is not allowed.
while i<=N
.
.
[imageDepth, pointCld] = getPointCloud(cp, maxDistance);
imgDepthAll(:,:,i) = imageDepth;
pointCldAll(:,:,i) = pointCld;
.
.
i = i+1;
end
我該如何解決這個問題?非常感謝你。
'pointCld'大概是[不是數組](http://www.mathworks.com/help/vision/ref/pointcloud-class.html)。 – excaza
pointCld與性能位置,顏色,計數,XLimits,YLimits,Z限制 – Basit
是的,謝謝你的對象,我可以讀取文件的罰款。 – excaza