필터 지우기
필터 지우기

how to do one bit difference between plain images in matlab .

조회 수: 1 (최근 30일)
Sultan Mehmood
Sultan Mehmood 2019년 6월 30일
답변: Image Analyst 2019년 6월 30일
Image= imread('camera man.png');
suppose
A=[12 13;16 8];
A=[00001100 00001101;
0010000 00001000];
if 4th bit =0
then
A=[00000100 00000101;00010000 000000000];
A=[4 5;16 0]
  댓글 수: 3
Sultan Mehmood
Sultan Mehmood 2019년 6월 30일
I want to off 4th bit in the byte.
Guillaume
Guillaume 2019년 6월 30일
Repeating exactly the same words is not elaborating. "I want to off 4th bit in the byte" is not a grammatically correct sentence and we have no idea what you're asking.

댓글을 달려면 로그인하십시오.

채택된 답변

Image Analyst
Image Analyst 2019년 6월 30일
See my attached demo for dealing with bitplanes.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 HDL Coder에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by