統計
MATLAB Answers
2 質問
0 回答
ランク
of 179,707
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How can I to do bwlabel for RGB image
clc ; clear all ; imgs = imread('hand.jpg') ; img = double (imgs) ; [ii , jj , kk] = size(img) ; img1 = zeros(ii,jj); i...
5年以上 前 | 0 件の回答 | 0
0
回答質問
why the image processing usually use this eqution?
w=ones(3,3); for x=2:1:r-1 for y= 2:1:c-1 g=[w(1)*a(x-1,y-1) w(2)*a(x-1,y) w(3)*a(x-1,y+1)... w(4)*a(x,y-1) w(5...
5年以上 前 | 1 件の回答 | 0