Sajina Rose
Followers: 0 Following: 0
PG Scholar
Statistik
14 Fragen
0 Antworten
RANG
144.289
of 295.467
REPUTATION
0
BEITRÄGE
14 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
28.57%
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
Print Value of Luminance
Hii, mean2(Img) displays luminance channel of an image but i need to print value of luminance in command window....how do i pr...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Convert RGB Image to YCbCr color space
YCbCr=rgb2ycbcr(enhancedImg); Lum=mean2(YCbCr); Above code produces error like.......... Error using rgb2y...
fast 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Does anybody know procedure/formula for calculate saliency weight map for an image in matlab?
I saw many online availabe matlab code for calculate saliency weight map. But I didn't get exact procedure for that. ..help me.....
fast 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Doubt on gamma correction implementation
Here I posted Gamma correction algorithm and matlab code....I'm little bit confused ...Are these two same ? gammaCorrection =...
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to add and subtract two color images in matlab?
I-G(I); where I=original image and G(I)=Gaussian filtered version of I.
fast 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Summation Equation in matlab code
How can I write this summation equation in matlab ? N is the number of pixel in the image
etwa 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
calculate "contrast luminance"
I need to calculate contrast luminance 〖Con〗_l value from CIE L*A*B color space...can anyone please help me...
etwa 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to save result images?
I need to write the output figures in seperate folder........can anyone please help me...?
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I'm trying to display multiple images using subplot but Im getting "add axes to grid" error....How do I rectify it???
subplot(2,2,1);imshow(a);title('a'); subplot(2,2,2);imshow(b);title(b''); subplot(2,2,3);imshow(c);title(c''); subplot(2,2,4)...
etwa 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
can we use Discrete Wavelet transform for Image Segmentation?
image segmentation
etwa 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Integers can only be combined with integers of the same class, or scalar doubles.
red=I(:,:,1); green=I(:,:,2); blue=I(:,:,3); R=(0.7*GRmean+(1-0.7)*LRmean); G=(0.7*GGmean+(1-0.7)*LGmean); B=(0.7*GBmean+(1...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Is there any command for resize an image other than imresize() command in matlab?
imresize(img,[numrows numcols])
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Can anyone please help me to calculate average(mean) RGB value from the image in matlab? and also show the image using that average values.....
I=imread(filename); red=I(:,:,1); green=I(:,:,2); blue=I(:,:,3); Ravg=(sum(sum(red)))./((size(red...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to calculate rgb chromaticity value for set of images?
mehr als 5 Jahre vor | 1 Antwort | 0