i want to divide any rgb image of size 512x512x3 into 32 blocks 16 times

1 view (last 30 days)
aatched image

Accepted Answer

Birdman
Birdman on 8 Mar 2018
reshape(a,[],32,16)
  1 Comment
juveria fatima
juveria fatima on 8 Mar 2018
can you please tell how to plot each smaller block
i find a code to divide in four parts
but i wanted to divide my image in to 32 parts 16 times so that it is total of 512
i have attached the result of divide in four but i want to divide in smaller blocks either 32 r 64

Sign in to comment.

More Answers (0)

Categories

Find more on Images in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!