photo

Khushboo Patel


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
119,550
of 302,028

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
20.0%

收到投票数
0

排名
 of 21,509

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 178,268

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Is there a function for remapping of hue color or desaturating the hue? please help
I need to fuse two images and to retain the natural color of the visual image i need operate the fused image such that it retain...

7 years 前 | 0 个回答 | 0

0

个回答

提问


Is there a direct function for RGB to YUV color space conversion? please help
A=imshow('fig.bmp'); yuv= rgb2yuv(A): figure;imshow(yuv);

8 years 前 | 3 个回答 | 0

3

个回答

提问


My group is working on a project in image fusion and we are unable to find database for it. Can anyone provide the database for it?
The file has been attached with reference to which we are working on. we are unable to the image database regarding it. please d...

8 years 前 | 0 个回答 | 0

0

个回答

提问


I am trying to plot a figure in GUI through a button event. Please rectify the errors in the Code as it is not plotting the data simultaneously in GUI.
function varargout = fixed1(varargin) % FIXED1 MATLAB code for fixed1.fig % FIXED1, by itself, creates a new FIXED1 or ...

8 years 前 | 0 个回答 | 0

0

个回答

提问


The following code is showing me matrix dimension error....please help,
clc clear all close all figure(1) axis([1 12 1 12]) x=1:8; for i=1:8 line([x(i) x(i+1)],[3 4],'line...

8 years 前 | 2 个回答 | 0

2

个回答