フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

can anyone explain this line of code?

1 回表示 (過去 30 日間)
Vinay Kumar
Vinay Kumar 2014 年 10 月 16 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
center = [center;[round(i + (W-1)/2),round(j + (W-1)/2),theta]];
used in the orientation field estimation.

回答 (1 件)

Image Analyst
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.

この質問は閉じられています。

タグ

タグが未入力です。

Community Treasure Hunt

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

Start Hunting!

Translated by