Info

This question is closed. Reopen it to edit or answer.

can anyone explain this line of code?

1 view (last 30 days)
Vinay Kumar
Vinay Kumar on 16 Oct 2014
Closed: MATLAB Answer Bot on 20 Aug 2021
center = [center;[round(i + (W-1)/2),round(j + (W-1)/2),theta]];
used in the orientation field estimation.

Answers (1)

Image Analyst
Image Analyst on 1 Nov 2014
Edited: Image Analyst on 1 Nov 2014
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.

Tags

No tags entered yet.

Community Treasure Hunt

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

Start Hunting!