Feeds
답변 있음
gray image to 8 bit planes using bit plane slicing
*Ps.: Img is a 2D Image (gray colors only):* function y = Linear_Bit( Img ) b1 = double(bitget(Img,1)); b2 = doub...
gray image to 8 bit planes using bit plane slicing
*Ps.: Img is a 2D Image (gray colors only):* function y = Linear_Bit( Img ) b1 = double(bitget(Img,1)); b2 = doub...
거의 9년 전 | 2
