Estadística
8 Preguntas
0 Respuestas
CLASIFICACIÓN
39.651
of 297.016
REPUTACIÓN
1
CONTRIBUCIONES
8 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
12.5%
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
if i break a RGB image into lab image and then for each channel if i have done haftoning using BGA algorithm and filter and minimized its error.then i how to combine 3 channel to see the whole image to compare it with its original image????
i got halftone channel image say I_a_bl_ht for l channel I_b_bl_ht for a channel and I_c_bl_ht for b channel so how can i co...
más de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
I WANT TO PASS A INFORMATION OF A BLOCK OF A IMAGE THROUGH binary genetic algorithm and decide it fitness function.what changes i need to make for it.
rRGB1=RGB(:,:,1); gRGB1=RGB(:,:,2); bRGB1=RGB(:,:,3); rRGB=double(rRGB1/255); gRGB=double(gRGB1/25...
casi 10 años hace | 0 respuestas | 0
0
respuestasPregunta
i am trying to divide a RGB image into 4*4 block.below program is not running.
the program is function pd_repmt=repmat(n,d,k) img=imread('F:\Images.jpg', 'jpg'); s=size(img); %blo...
casi 10 años hace | 2 respuestas | 0
2
respuestasPregunta
to creative a low pass filter for The chrominance spatial frequency response MTF i am having some problem...i am giving the code below...but i m getting some ripples.....what is the solution???
function tintin=tintin(s,d) [f1,f2] = freqspace(s,'meshgrid'); Hd = ones(size(f1)); r = sqrt(f1.^2 + f2.^2); % th=atan(f2./f...
alrededor de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
i want to convert srgb to CIElab color space without using srg2lab and through x,y,z values. so what will be reference white here???
RGB(1, 1, :) = [255 255 255]; rRGB=RGB(:,:,1); gRGB=RGB(:,:,2); bRGB=RGB(:,:,3); M = [0.4124564 0.3575761 0.1804375 ...
alrededor de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
i want to convert an image from rgb to xyz and want to get the values of x and y and z separately. so i am having a problem. how can i encounter the problem?????
RGB = [255; 255; 255 ]; rRGB=RGB(:,:,1); gRGB=(RGB(:,:,2)./RGB(2)) * 100; bRGB=RGB(:,:,3); M = [0.4124564 0.357576...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How to convert an image from rgb to l*a*b color space without using any function???
i want to change rgb image into l*a*b color space without using makecform() and applycform() functions.....how can it be done???...
más de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
How to convert an image from rgb to lab by pixel by pixel matrix???
like i have image...i have to read it in matlab...then if i want to change the rgb values of the image to lab values...then what...
más de 11 años hace | 2 respuestas | 0