photo

Pritha


Actif depuis 2013

Followers: 0   Following: 0

Message

Statistiques

Feeds

Afficher par

Question


Can someone explain why I am getting the following error in my code?
function [g]=EdgeDetector_procedure(f) [M,N]=size(f); g=f; m = 3; n = 3; a0 = (m-1)/2; b0 = (n-1)/2; for y = b0+1 : N...

environ 11 ans il y a | 1 réponse | 0

1

réponse

Question


an someone explain why I am getting the following error in my code?
I=imread('lena.jpg'); [M,N]=size(I); p = zeros(256,3); for ii=1:256 p(ii,1)=ii-1; end; p(:,2) = imhist(I); p (p...

plus de 11 ans il y a | 1 réponse | 0

1

réponse

Question


I face the error "Too many input arguments." Please help me
myImage1 = imread('pout.tif'); myImage2 = imadjust(myImage1, [0.2, 0.8], [0, 1]); imshow(myImage1); imshow(myImage2);...

plus de 11 ans il y a | 1 réponse | 0

1

réponse