photo

Ram


Attivo dal 2015

Followers: 0   Following: 0

Statistica

MATLAB Answers

9 Domande
0 Risposte

RANK
216.140
of 301.432

REPUTAZIONE
0

CONTRIBUTI
9 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
33.33%

VOTI RICEVUTI
0

RANK
 of 21.280

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 174.555

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


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

quasi 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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 ...

quasi 10 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

circa 10 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


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 .

oltre 10 anni fa | 2 risposte | 0

2

risposte