I have a matrix of 256*256 ,I need to break this matrix to get 1024 blocks (256*256/(8*8)). Then I need calculate mean,standard deviation,Kurtosis,standard deviation of each block (1024 blocks)
The dataset which I want from from matrix is
S.no Mean standard deviation Kurtosis Skewness 1 2 . . . . 1024
I am stuck in looping and retrieving the values to compute the statistics.