how to divide an image into blocks
Mostra commenti meno recenti
an image shoud be divided into several blocks of 8 by 8 pixel
4 Commenti
ROSE MARY KATIKALA
il 9 Feb 2017
Modificato: Image Analyst
il 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
il 9 Feb 2017
You never ran my demos I attached below, did you?
ROSE MARY KATIKALA
il 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
il 10 Feb 2017
You should open a new question for that, showing some sample images, and showing the work you have done.
Risposta accettata
Più risposte (1)
Image Analyst
il 21 Giu 2015
1 voto
See my attached demos that demonstrate several ways to use blockproc().
Categorie
Scopri di più su Image Processing and Computer Vision in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!