Clear Filters
Clear Filters

how to apply 8x8 window to image of size 720x1280?

1 view (last 30 days)
Hi, I have an image of size 720x1280. I need to apply the sliding window and block processing (neighborhood)operations to the image. the 8x8 window should be applied. Can you suggest anything

Accepted Answer

Image Analyst
Image Analyst on 4 Feb 2018
See my attached demo. In one of them I compute standard deviations of the blocks. Adapt it to change the block sizes to whatever you want.
  5 Comments
Image Analyst
Image Analyst on 11 Feb 2018
preeti, I'm getting the last image as this:
Explain how that is scrambled, and what you expect it to look like. Keep in mind that I can't build a turnkey self-driving car application for you. So be short, and specific.
ramya
ramya on 11 Feb 2018
ohkay sir i will explain what exactly i want my last output to look like.i will explain this with help of the attached file.plz see to that.... my 3rd and 4th image are first two images then i have converted these 2 images into window size of 8 shown in 5th and 6th ,plotted standard deviation ,found graythresh. .based on graythresh level whichever is greater i have to plot one from 2 images i have taken.i am getting 9th image as my output where as i should get exactly like 2nd image..blocks have changed position.hope i have explained properly.

Sign in to comment.

More Answers (1)

Jos (10584)
Jos (10584) on 1 Feb 2018
help blockproc
(if you have the Image Processing Toolbox)
  1 Comment
ramya
ramya on 4 Feb 2018
thank u,but i have used mat2cell i have got the results.but i am not able to find standard deviation between two frames.suggest some code related to this?

Sign in to comment.

Categories

Find more on Environment and Settings in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!