photo

venmal devi


Con actividad desde 2015

Followers: 0   Following: 0

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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)

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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 .

más de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


what is the confidence for the image
code

más de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 8 años hace | 1 respuesta | 0

1

respuesta

1

respuesta

Pregunta


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

casi 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 9 años hace | 1 respuesta | 0

1

respuesta

Cargar más