Why am i getting this errors below? What does it mean?
1 回表示 (過去 30 日間)
古いコメントを表示
Attempted to access bbox(3); index out of bounds because numel(bbox)=0.
Error in InitShape (line 18) a = 0.80*bbox(3)/(max(rshape(1:n))-min(rshape(1:n)));
Error in Demo (line 37) test_init_shape = InitShape(bbox,refShape);
4 件のコメント
dpb
2014 年 6 月 12 日
Not without anything more to look at, no...
Image Analyst
2014 年 6 月 12 日
We are all eagerly awaiting the arrival of the Mind Reading Toolbox . Until then you'll need to attach your m-file.
回答 (1 件)
Roger Wohlwend
2014 年 6 月 13 日
The error means that bbox is empty. That is why you cannot acces bbox(3).
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!