how to divide an image into blocks
Show older comments
an image shoud be divided into several blocks of 8 by 8 pixel
4 Comments
ROSE MARY KATIKALA
on 9 Feb 2017
Edited: Image Analyst
on 9 Feb 2017
- Read the image.
- Image is divided in to sub-blocks of size M x N
- For each sub block, standard deviation is calculated to increase intensity of image object.
- Global threshold is applied for each sub block which has standard deviation as greater than one.
- The above process is repeated for each and every sub block of entire image.
Help me out for this.
Image Analyst
on 9 Feb 2017
You never ran my demos I attached below, did you?
ROSE MARY KATIKALA
on 10 Feb 2017
done but for road detection project i just need to make an image of 0's n 1's of roaads and non roads parts... how can i do that? can u give me a clear explanation.. im beginner in matlab so..
Walter Roberson
on 10 Feb 2017
You should open a new question for that, showing some sample images, and showing the work you have done.
Accepted Answer
More Answers (1)
Image Analyst
on 21 Jun 2015
1 vote
See my attached demos that demonstrate several ways to use blockproc().
1 Comment
Image Analyst
on 21 Jun 2015
Categories
Find more on Neighborhood and Block Processing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!