photo

M Manohar prabhu


Last seen: presque 4 ans il y a Actif depuis 2020

Followers: 0   Following: 0

Statistiques

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


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

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

1

réponse

Question


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

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

1

réponse

Question


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

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

1

réponse