How to calculate arithmetic mean of non aligned pixels?
Afficher commentaires plus anciens
My project is Segmenting retinal vessels. I use DRIVE dataset.
In my project, i have one doubt. Can anyone clarify this.
[0 0 0 1 0 0 0;
0 0 0 1 0 0 0;
0 0 0 1 0 0 0;
0 0 0 1 0 0 0;
0 0 0 1 0 0 0;
0 0 0 1 0 0 0;
0 0 0 1 0 0 0 ]
This is one of the mask (T_d)(there are 12 masks like this). Green channel of a image is taken for the process.
T_di is centered on each pixel p of G and the following parameters are measured:
The arithmetic mean, NAdi(p), of the gray-levels of all pixels of G included by T_di and non aligned along di.
Please clarify it. Thank you.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Region and Image Properties dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!