Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

can anyone explain this line of code?

3 visualizzazioni (ultimi 30 giorni)
Vinay Kumar
Vinay Kumar il 16 Ott 2014
Chiuso: MATLAB Answer Bot il 20 Ago 2021
center = [center;[round(i + (W-1)/2),round(j + (W-1)/2),theta]];
used in the orientation field estimation.

Risposte (1)

Image Analyst
Image Analyst il 1 Nov 2014
Modificato: Image Analyst il 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.

Questa domanda è chiusa.

Tag

Non è stata ancora inserito alcun tag.

Community Treasure Hunt

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

Start Hunting!

Translated by