필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

I have tried to get the area of the blobs in the image but this errors appears

조회 수: 1 (최근 30일)
sassi nizar
sassi nizar 2015년 11월 17일
마감: MATLAB Answer Bot 2021년 8월 20일
Attempted to access yC(3); index out of bounds because numel(yC)=2.
Error in Contour2Area (line 24) s=(xC(2)-xC(1))*(yC(3)-yC(2))-(xC(3)-xC(2))*(yC(2)-yC(1));
Error in test (line 34) [Area,Centroid]=Contour2Area(cf);
  댓글 수: 1
Image Analyst
Image Analyst 2015년 11월 17일
We're going to need you to read this and give us more code than that. I don't even know what yC is. Is it a bounding box, a centroid, what????

답변 (0개)

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by