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!

