photo

Ram


自 2015 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

9 个提问
0 个回答

排名
258,927
of 300,352

声誉
0

贡献数
9 个提问
0 个回答

回答接受率
33.33%

收到投票数
0

排名
 of 20,928

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,212

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


How can I compute the pixel difference at each gradient direction of an edge image I satisfying threshold??
I need Mat-lab code to compute pixel difference for edge image at each angle

9 years 前 | 1 个回答 | 0

1

个回答

提问


how to compute pixel difference based upon gradient direction of an image
based on four different directions need to compute pixel difference satisfying threshold value

9 years 前 | 1 个回答 | 0

1

个回答

提问


angle and edge pixel matrix in which according to angle i need to compute pixel difference based upon threshold value please anyone suggest
for i=1:256; for j=1:256; if angle(i,j)==0; t=1;k=256; for r=1:k; xm=e(i,j-r); xo=e(i,j); xn=e(i,j+r); if abs(xm-xo)<=t ...

9 years 前 | 0 个回答 | 0

0

个回答

提问


how to apply glcm to all pixels of 256*256 matrix with their corresponding directional matrix of 256*256 matrix
want to apply GLCM for every pixel values with their corresponding predefined direction for each pixel in the image

9 years 前 | 1 个回答 | 0

1

个回答

提问


Remap values of 256x256 array based on ranges
done like this if (n_rounded>=-90.0) && (n_rounded<-67.5) n_rounded=-90; elseif (n_rounded>=67.5) && (n_rounded<90.0...

9 years 前 | 2 个回答 | 0

2

个回答

提问


while installing SVM package to matlab 2013a getting error
the error is svmtrain.c svmtrain.c(5) : fatal error C1083: Cannot open include file: '../svm.h': No such file or directo...

10 years 前 | 1 个回答 | 0

1

个回答

提问


how to create columns in a image
i have more number of rows in an image so for equalizing with columns i need to add some columns can any one suggest .

10 years 前 | 2 个回答 | 0

2

个回答