A GUI based bitplane extarction of grayscale image.

버전 1.2.0.0 (1.65 MB) 작성자: Pradeep Gowda
this code extracts the bit plaens of an grayscale image
다운로드 수: 319
업데이트 날짜: 2015/1/27

라이선스 보기

bit planes extracted are used to water mark ,compression etc....
1) we know that pixels are the smallest element of any image(building blocks).
and these pixels in gray scale image varies from (0-255) 0-black, 255-white, and 127-gray.
2) In a 8-bit gray scale image each pixel values are represented by 8-binary digits.
ex :- a)decimal=127 b) decimal=203
binary=11111111 binary=11001011
3) If an image is constructed just by considering the 1st bit(LSB) , then that is the 1st bit plane of the image.
if an image is constructed just by considering the 2nd bit , then that is called 2nd bit plane.
there fore for any gray scale image a total of 8-bit planes can be extracted.

a very simple code, based on the basics. :) enjoy.

인용 양식

Pradeep Gowda (2025). A GUI based bitplane extarction of grayscale image. (https://kr.mathworks.com/matlabcentral/fileexchange/49081-a-gui-based-bitplane-extarction-of-grayscale-image), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2013a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Get Started with Image Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.2.0.0

a GUI is provided. for good interface.

1.1.0.0

.

1.0.0.0