![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/15966616_1565947722530.jpg)
Sajina Rose
Followers: 0 Following: 0
PG Scholar
Estadística
14 Preguntas
0 Respuestas
CLASIFICACIÓN
152.685
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
14 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
28.57%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
Convert RGB Image to YCbCr color space
YCbCr=rgb2ycbcr(enhancedImg); Lum=mean2(YCbCr); Above code produces error like.......... Error using rgb2y...
alrededor de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
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.....
alrededor de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
Doubt on gamma correction implementation
Here I posted Gamma correction algorithm and matlab code....I'm little bit confused ...Are these two same ? gammaCorrection =...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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.
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Summation Equation in matlab code
How can I write this summation equation in matlab ? N is the number of pixel in the image
más de 5 años hace | 2 respuestas | 0
2
respuestasPregunta
calculate "contrast luminance"
I need to calculate contrast luminance 〖Con〗_l value from CIE L*A*B color space...can anyone please help me...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
How to save result images?
I need to write the output figures in seperate folder........can anyone please help me...?
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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)...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
can we use Discrete Wavelet transform for Image Segmentation?
image segmentation
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Is there any command for resize an image other than imresize() command in matlab?
imresize(img,[numrows numcols])
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How to calculate rgb chromaticity value for set of images?
más de 5 años hace | 1 respuesta | 0