photo

Ram


2015년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

9 질문
0 답변

순위
215,515
of 300,851

평판
0

참여
9 질문
0 답변

답변 채택
33.33%

획득한 표
0

순위
 of 21,094

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,294

참여
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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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

거의 10년 전 | 답변 수: 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...

거의 10년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 2 | 0

2

답변