Community Profile

photo

Saurabh Patel


Indian Institute of Science

Last seen: 2 years 前 自 2018 起处于活动状态

统计数据

  • First Review
  • First Answer

查看徽章

Content Feed

排序方式:

已回答
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...

5 years 前 | 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...

5 years 前 | 1