Statistiques
8 Questions
0 Réponses
RANG
39 651
of 297 016
RÉPUTATION
1
CONTRIBUTIONS
8 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
12.5%
VOTES REÇUS
0
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
plus de 9 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
presque 10 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
presque 10 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
environ 10 ans il y a | 1 réponse | 0
0
réponseQuestion
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 ...
environ 10 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
environ 10 ans il y a | 1 réponse | 0
1
réponseQuestion
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???...
plus de 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 11 ans il y a | 2 réponses | 0