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

1 visualización (últimos 30 días)
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 comentarios
Sultan Mehmood
Sultan Mehmood el 30 de Jun. de 2019
I want to off 4th bit in the byte.
Guillaume
Guillaume el 30 de Jun. de 2019
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.

Iniciar sesión para comentar.

Respuesta aceptada

Image Analyst
Image Analyst el 30 de Jun. de 2019
See my attached demo for dealing with bitplanes.

Más respuestas (0)

Categorías

Más información sobre HDL Coder en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by