recombination of a image

7 Ansichten (letzte 30 Tage)
Jitesh Bhanushali
Jitesh Bhanushali am 25 Mär. 2014
Beantwortet: Image Analyst am 25 Mär. 2014
sir I divided image into 8*8 blocks using the code attached(block.m). how can i recombine all the blocks and get back the image
  2 Kommentare
Walter Roberson
Walter Roberson am 25 Mär. 2014
You did not attach the code.
Jitesh Bhanushali
Jitesh Bhanushali am 25 Mär. 2014
sir i have attached file..please check

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Image Analyst
Image Analyst am 25 Mär. 2014
First off we need to fix your bad code that created the problem in the first place. Read this: http://matlab.wikia.com/wiki/FAQ#How_can_I_create_variables_A1.2C_A2.2C....2CA10_in_a_loop.3F to learn why you should not do that. Then read the FAQ to learn how it should be done (two different ways are shown). After that, after you post your fixed code, then we can get to how to reconstruct the array, but basically you stitch them together like [block1,block2] or [block1;block2]

Kategorien

Mehr zu Get Started with Image Processing Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by