pritha Das - MATLAB Central
photo

pritha Das


jadavpur

自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB AnswersFrom 10/13 to 04/25Use left and right arrows to move selectionFrom 10/13Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

8 个提问
0 个回答

排名
39,660
of 298,264

声誉
1

贡献数
8 个提问
0 个回答

回答接受率
12.5%

收到投票数
0

排名
 of 20,554

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,718

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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

10 years 前 | 0 个回答 | 0

0

个回答

提问


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

10 years 前 | 0 个回答 | 0

0

个回答

提问


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

10 years 前 | 2 个回答 | 0

2

个回答

提问


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

10 years 前 | 0 个回答 | 0

0

个回答

提问


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

10 years 前 | 0 个回答 | 0

0

个回答

提问


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

10 years 前 | 1 个回答 | 0

1

个回答

提问


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

11 years 前 | 2 个回答 | 0

2

个回答

提问


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

11 years 前 | 2 个回答 | 0

2

个回答