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...
4년 초과 전 | 답변 수: 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...
4년 초과 전 | 답변 수: 1 | 0