Community Profile

photo

pritha Das


jadavpur

Con actividad desde 2013

Followers: 0   Following: 0

Contacto

Estadísticas

  • Thankful Level 1

Ver insignias

Feeds

Ver por

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

casi 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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 10 años hace | 2 respuestas | 0

2

respuestas