Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
can anyone explain this line of code?
조회 수: 1 (최근 30일)
이전 댓글 표시
center = [center;[round(i + (W-1)/2),round(j + (W-1)/2),theta]];
used in the orientation field estimation.
댓글 수: 0
답변 (1개)
Image Analyst
2014년 11월 1일
편집: Image Analyst
2014년 11월 1일
Looks like it's probably in a loop that's building up a list of center points of something. It's an N by 3 array where the first column is the x values, the second column is the y values, and the third column is an angle.
댓글 수: 0
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!