photo

venmal devi


Attivo dal 2015

Followers: 0   Following: 0

Statistica

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


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)

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


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 .

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


what is the confidence for the image
code

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 8 anni fa | 1 risposta | 0

1

risposta

1

risposta

Domanda


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

quasi 9 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 9 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 9 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 9 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 9 anni fa | 1 risposta | 0

1

risposta

Carica altro