photo

Saurabh Patel


Indian Institute of Science

Last seen: 2年以上 前 2018 年からアクティブ

Followers: 0   Following: 0

統計

  • First Review
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
How to Read or access diagonal pixels of an Image from (R1,C1) to (R2,C2)?
Try the following: % Specify the value of (r1,c1) and (r2,c2) r1 = 1; c1 = 112; r2 = 141; c2 = 1; % alpha is parameter...

6年弱 前 | 0

回答済み
Can I use regionprops two times with two different variables in the same program at time?
Probably following lines have error. circleCenterX = s1.Centroid(1); circleCenterY= s1.Centroid(2); s1 might be nx1 st...

6年弱 前 | 1