Community Profile

photo

divya pandiaraj


Attivo dal 2016

Followers: 0   Following: 0

Statistiche

Feeds

Visto da

1

risposta

Domanda


I have 256*256 image. I had converted into 4*4 blocks. Now I have 64*64 blocks. And also I had converted each 4X4 into 16X1 column vector. Now I have 256 arrays, each have 16*1. I want to calculate mean value of first 8 arrays, then next 8 arrays,.
I=imread('cameraman.tif'); I=double(I); Im=size(I); %find the size of the image [nr nc nd]=size(I); % Divide into blocks d...

circa 8 anni fa | 0 risposte | 0

0

risposte

Domanda


Dividing image into blocks and calculating mean values
i have 256*256 image. i've converted into 4*4 blocks and also converted into 16*1 linear array. now i need code to calculate mea...

circa 8 anni fa | 2 risposte | 0

2

risposte