Insufficient number of outputs from right hand side of equal sign to satisfy assignment.

조회 수: 3 (최근 30일)
matHi , i'm working for a project to detect cars in a video so i'm using boundingbox for it :
frame1=im2bw(frame2,0.2);
[Labelimage]=bwlabeln(frame1);
stats=regionprops(Labelimage,'basic');
BB=stats.BoundingBox;
but it keeps giving me the error stated in the title .
Anyone knows how to fix this ?
thanks in advance !
  댓글 수: 3
Chadi St
Chadi St 2019년 1월 11일
When i do that it actually gives no error . However , when i assign it to a variable i get the error stated in the title.
Shubham Gupta
Shubham Gupta 2019년 1월 11일
Yeah, I can understand but can you show us the result what you got in 'ans' variable ? or just copy paste whatever it is in the command window (provided it is not too big )

댓글을 달려면 로그인하십시오.

답변 (0개)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by