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, Adi(p), of the gray-levels of pixels of G included by T_di and aligned along di.
The arithmetic mean, NAdi(p), of the gray-levels of all pixels of G included by T_di and non aligned along di.
The difference, diffi(p) = Adi(p)- NAdi(p)
Once all inspections have been accomplished, to assign the direc- tion to each pixel p of G the following parameters are computed, for k = 1,2, … , 12:
m(p) = mink {diffk(p)}
M(p) = maxk {diffk(p)}
This process is for identify the direction of a pixel. In this process we want to calculate these values for every pixel means how it is calculated. Please clarify it. Thank you.