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!