Community Profile

photo

venmal devi


Active since 2015

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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

8 years ago | 0 answers | 0

0

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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

8 years ago | 1 answer | 0

1

answer

Question


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

8 years ago | 0 answers | 0

0

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 0 answers | 0

0

answers

Question


what is the confidence for the image
code

8 years ago | 0 answers | 0

0

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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

8 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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

8 years ago | 1 answer | 0

1

answer

Question


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'); ...

8 years ago | 0 answers | 0

0

answers

Question


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

8 years ago | 1 answer | 0

1

answer

Question


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

8 years ago | 0 answers | 0

0

answers

Question


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

8 years ago | 1 answer | 0

1

answer

Question


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

8 years ago | 0 answers | 0

0

answers

Question


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

8 years ago | 0 answers | 0

0

answers

Question


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

8 years ago | 1 answer | 0

1

answer

Load more