統計
MATLAB Answers
3 質問
0 回答
ランク
of 171,294
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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年弱 前 | 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年弱 前 | 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年弱 前 | 1 件の回答 | 0

