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