Feeds
提问
error while using imfilter function in matlab
code: function result=gaussian_pyramid(img,level) img=im2double(img); h = 1/16* [1, 4, 6, 4, 1]; filter = h'*h; ...
6 years 前 | 1 个回答 | 0
1
个回答提问
The output matrix values are either 0 or 1 but i want it between [0,1]
image=imread("101_img_.png"); [R,C,~]=size(image); Red=image(:,:,1); Green=image(:,:,2); Blue=image(:,:,3) red_norm=zeros(s...
6 years 前 | 1 个回答 | 0
1
个回答提问
i did some changes in red,green,blue channel of the image .Now when is am using cat function it is giving me full white image.This is not the output i want
image=imread("57_img_.png"); subplot(2,1,1);imshow(image); [R,C,~]=size(image); %disp(R); %disp(C); Red=image(:,:,1); Gree...
6 years 前 | 1 个回答 | 0

