HEY GUYS I AM TRYING TO CONVOLVE 2 IMAGES BUT THE MATLAB IS GIVING ME THE ERROR WHERE I AM USING CONV2 COMMAND ... HERE IS CODING
i1= imread('f.jpg')
i2=imread('ff.jpg')
c1 = conv2(i1,i2)
or
c1 = conv2(i1,i2,'valid')
both lines of c1 is not working
and the error is comming from line of c1...
I AM WAITING FOR UR HELP GUYS!!!
i1= imread('f.jpg')
i2=imread('ff.jpg')
c1 = conv2(i1,i2)
or
c1 = conv2(i1,i2,'valid')
both lines of c1 is not working
and the error is comming from line of c1...
I AM WAITING FOR UR HELP GUYS!!!