photo

venmal devi


2015 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


hii sir i am getting error in 9th line please do help me for this sir
clc; close all; clear all; InputImage=imread('ship1.jpg'); ReconstructedImage=imread('Capture.PNG'); n=size(InputImag...

8年以上 前 | 1 件の回答 | 0

1

回答

質問


hii sir i had a doubt in this program ? in this program in fifth line its showing error can yoo help me what is the mistake in dat line please?
ref = imread('pout.tif'); H = fspecial('Gaussian',[11 11],1.5); A = imfilter(ref,H,'replicate'); subplot(1,2,1); ...

8年以上 前 | 1 件の回答 | 0

1

回答

質問


hii sir ..i changed i but again its showing the same error in the same line ?
M = mean(A(:));%mean for color image

8年以上 前 | 0 件の回答 | 0

0

回答

質問


hii sir i accepted the answer but its showing error in second line ?how we could find mean for image in dat line?
can yu say wt will be the error in dat line M = mean2(A)

8年以上 前 | 1 件の回答 | 0

1

回答

質問


hi sir how to find the mean for color image ?
i dont how to find the mean for an image

8年以上 前 | 1 件の回答 | 0

1

回答

質問


i need the code for both source and gray scale image of matched histogram
need the code for it

8年以上 前 | 0 件の回答 | 0

0

回答

質問


hii sir its showing error as type input argument ? please help for me
http://www.mathworks.com/matlabcentral/fileexchange/8214-gray-image-to-color-image-conversion

8年以上 前 | 1 件の回答 | 0

1

回答

質問


hii sirr in this image colorization if i exceute its showing the error that colored.image does not exist .but the images are in the folder
% test image colorization function for the following cases. % % By: Abdulrahman Ikram Siddiq % Kirkuk - IRAQ % Wed...

8年以上 前 | 0 件の回答 | 0

0

回答

質問


sir if i execute it asking to type input arguments ?am new to matlab please sir do help me and i need the output immediately
http://www.mathworks.com/matlabcentral/fileexchange/8214-gray-image-to-color-image-conversion .

8年以上 前 | 0 件の回答 | 0

0

回答

質問


hi sir in this matlab code the gray image is not converting into color image ?showing error in 10th line please say what is the error and make it correct the code and help me
clc; clear all; close all; imt=imread('flowers.jpg'); figure(1) imshow(imt); ims=imread('flower2.jpg'); f...

8年以上 前 | 1 件の回答 | 0

1

回答

質問


hai,its showing error as specify the error or matrix of the image ? please help me immediately amnot getting the output for this am trying from morning
function res = grs2rgb(img, map) %%Convert grayscale images to RGB using specified colormap. % IMG is the grayscale ...

8年以上 前 | 1 件の回答 | 0

1

回答

質問


if i execute this code its not giving the color image ?
http://www.mathworks.com/matlabcentral/fileexchange/8214-gray-image-to-color-image-conversion

8年以上 前 | 0 件の回答 | 0

0

回答

質問


iam getting error as Unexpected MATLAB expression.? and please give the code without error ?
clc; close all; clear all; rgbImageInfo = imfinfo('C:\Program Files\MATLAB\R2013a\toolbox\images\imdemos\nature1.jpg...

8年以上 前 | 0 件の回答 | 0

0

回答

質問


what is the confidence for the image
code

8年以上 前 | 0 件の回答 | 0

0

回答

質問


showing error in elevanth line of this code ? please help me to get the output for this code immediately?
clc; clear all; format long; I1=imread('colored.jpg'); I2=double(I1); A=I2; clear vision; k=1; for i=1...

8年以上 前 | 1 件の回答 | 0

1

回答

質問


showing error in this line ? please do help us to get the output ?
m1=max(max(A(i:i+95,j:j+127)));

8年以上 前 | 1 件の回答 | 0

1

回答

質問


how to find the entropy for the image in matlab please do help me ?
i need the proper program to find entropy for an image

8年以上 前 | 1 件の回答 | 0

1

回答

質問


if i execute its saying type input argument and run the code ? what input argument must type inside that ? please help me
% Entropy: Returns entropy (in bits) of each column of 'X' % by Will Dwinnell % % H = Entropy(X) % % H = row ve...

8年以上 前 | 1 件の回答 | 0

1

回答

質問


why it is showing Undefined function 'MyEntropy' for input arguments of type 'uint8'.? please say whatt is the error ?
clc; clear all close all b=imread('Cameraman.bmp'); MyEntropy(b); hold on title('Relative count of pixel for...

8年以上 前 | 1 件の回答 | 0

1

回答

質問


i am not getting the output of color image histogram whn i execute this program ?
clc; clear all; close all; I1=imread('gray.jpg','jpg'); figure(1);imshow(I1,[]);title('gray image'); %set(g...

8年以上 前 | 1 件の回答 | 0

1

回答

質問


how to find the local maxima and minima of histogram for color image
please help me i need it immedaitely

8年以上 前 | 1 件の回答 | 0

1

回答

1

回答

質問


I want explanation for this code GIVEN BELOW ?
clc; clear all; close all; I1=imread('nature1.jpg','jpg'); figure(1);imshow(I1,[]);title('gray image'); ...

9年弱 前 | 0 件の回答 | 0

0

回答

質問


MathWorks Support Team Flag Why do I get "License Manager Error -8"?
if true % code end

9年弱 前 | 1 件の回答 | 0

1

回答

質問


the image or output is not displaying ? if i remove function line it showing error like if max(max(R)) > 1.0 || max(max(G)) > 1.0 || max(max(B)) > 1.0
rgb = imread('street2.jpg'); %it is one of the MATLAB examples [L, a, b] = RGB2Lab(rgb); %the rest is for presenta...

9年弱 前 | 0 件の回答 | 0

0

回答

質問


The output for this is not displayed ?
rgb = imread('street2.jpg'); %it is one of the MATLAB examples [L, a, b] = RGB2Lab(rgb); %the rest is for presenta...

9年弱 前 | 1 件の回答 | 0

1

回答

質問


how to pass an value of rgb to RGB2Lab ?
close all; %RGB2LAB Convert an image from RGB to CIELAB % % function [L, a, b] = RGB2Lab(R, G, B) % fu...

9年弱 前 | 0 件の回答 | 0

0

回答

質問


how to add rgb values in the given program?
close all; %RGB2LAB Convert an image from RGB to CIELAB % % function [L, a, b] = RGB2Lab(R, G, B) % fu...

9年弱 前 | 0 件の回答 | 0

0

回答

質問


what is error in this program ?
%Split into RGB Channels Red = image(:,:,1); Green = image(:,:,2); Blue = image(:,:,3); %Get histValues for ea...

9年弱 前 | 1 件の回答 | 0

1

回答

さらに読み込む