photo

Khushboo Patel


Aktiv seit 2018

Followers: 0   Following: 0

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

fast 6 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


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

etwa 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 6 Jahre vor | 2 Antworten | 0

2

Antworten