Watch this Author's files
can any1 plz xpalin me the code inside the {} brackets.. {pixel = find(output == 1); pcolumn = fix(pixel / sizw(1)); prow = mod(pixel,sizw(1)); rdis = fix(sizt(1)/2); cdis = fix(sizt(2)/2); cmin = pcolumn - cdis; cmax = pcolumn + cdis; rmin = prow - rdis; rmax = prow + rdis; c = [cmin cmin cmax cmax]; r = [rmin rmax rmax rmin]; m = roipoly(ww,c,r); m = im2double(m); m = 0.5 * (m + 1); mask(:,:,1) = m; mask(:,:,2) = m; mask(:,:,3) = m; final = mask .* w; } i need to understand it as soon as possible..
Please delete this and ask your question on MATLAB Answers. The FEX is not a place to ask questions like this...
4
Comment only
5
3
Contact us
Comment only