Community Profile

photo

M Manohar prabhu


Last seen: bijna 4 jaar ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

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

ongeveer 4 jaar ago | 1 answer | 0

1

answer

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

ongeveer 4 jaar ago | 1 answer | 0

1

answer

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

meer dan 4 jaar ago | 1 answer | 0

1

answer