Research Article

Computing with Biologically Inspired Neural Oscillators: Application to Colour Image Segmentation

Algorithm 1

1. Initialisation
- set and calculate the connecting weights
where is the maximum gray scale value, and represent the pixel
value corresponding to neuron and
- find leaders: and randomly start all the oscillators on the left branch
(i.e., set the value of their units to a random value in the interval [LC LK ], the points LC and LK
has already been shown in Figure 2).
2. Selection
- Find the closest leader to left knee (LK).
- Jump the found leader to right branch (RB), the other oscillators move towards LK
          
3. Jumping
Iterate until stop
If and
              
elseif     and
    
    if go to Selection.
else      
    
    
    If
         
    else