Feeds
提问
Image mosaic and image blending
I am going to use affine transformation and image blending to form a image mosaic. However I am now stack at blend two images. H...
10 years 前 | 0 个回答 | 0
0
个回答提问
index exceeds matrix dimension in image convolution
function y=convolve(Im,H) %#ok<*STOUT,*INUSD> In=imread(Im); I=im2double(In); [rows,columns]=size(I); %#ok<*NOPRT,*ASGLU> ...
10 years 前 | 1 个回答 | 0