convert block cell to image

1 visualización (últimos 30 días)
puja yadavalli
puja yadavalli el 16 de Ag. de 2019
Comentada: puja yadavalli el 21 de Ag. de 2019
how to convert 8*8 non overlapping blocks into an image?
  2 comentarios
Rik
Rik el 16 de Ag. de 2019
What do you mean exactly? Do you mean something like blockproc?
puja yadavalli
puja yadavalli el 16 de Ag. de 2019
i've converted an image to blocks..now i want the image back using these blocks

Iniciar sesión para comentar.

Respuestas (1)

KSSV
KSSV el 16 de Ag. de 2019
Let I be your 8*8 cell block ..
iwant = cell2mat(I) ;
  8 comentarios
Guillaume
Guillaume el 21 de Ag. de 2019
I'm sorry, due to the lack of explanation it would require too much of my time to try to understand your code, let alone find what is wrong with it. The first thing you need to do is comment your code, to explain what each major step is trying to do.
puja yadavalli
puja yadavalli el 21 de Ag. de 2019
Okay sir..I would see step wise and then ask particular step if any doubt arises..I should have sent the code along with block diagram I was trying to complete..thank you sir

Iniciar sesión para comentar.

Community Treasure Hunt

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

Start Hunting!

Translated by