Research Article

An Image Registration Method for Colposcopic Images

Algorithm 1

Search algorithm.
Require: search radius SR, window size
for   to in the reference image do
  for   to in the sequence do
   Locate the position of in
   Based on SR generate all possible neighbor-windows of
   Evaluate the quality of and all neighbor-windows
   Select the window with the best quality value
   Locate this best window in the location of in
  end for
end for