With mod() operation, we can extract a bit-plane image. The mod(img,2) gives us either 0 or 1: img = imread('cameraman.tif'); img = double(img); bp0 ...
確定! 回上一頁