Ram
Followers: 0 Following: 0
Statistik
9 Fragen
0 Antworten
RANG
256.143
of 295.467
REPUTATION
0
BEITRÄGE
9 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
33.33%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
fast 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
for image 668*1537,among them for 159 different rows are selected to insert new pixel values by retaining original pixel values how to insert this pixel values for selected 159 different rows such that pixles are inserted at those rows
display of the resultant image is also needed
etwa 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I want to know at which rows of a gray scale image the intensity values are zeros and want to insert my pixel values in that rows at specific interval
grayscale image
etwa 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 .
etwa 9 Jahre vor | 2 Antworten | 0