Research Article

Diffeomorphic Registration of Images with Variable Contrast Enhancement

Table 1

Multiscale nonparametric procedure.

Inputs and parameters:
โ€ƒ(i) Images ๐‘“ and ๐‘š defined on 1 D 4 A 2 .
โ€ƒ(ii) Number of scales ๐ฝ .
โ€ƒ(iii) A stopping criterion ๐’ฎ .
โ€ƒ(iv) Gaussian kernel variance ๐œŽ 2 ฮจ of ฮจ .
Output: The displacement field ๐ท ๐‘Ž .
Algorithm:
โ€ƒ(4)โ€‰โ€‰Initialization:
โ€ƒโ€ƒSet scale to ๐‘— = ๐ฝ and initialize ๐ท ๐‘Ž = 0 on ๐’ข ๐ฝ + 1 .
โ€ƒ (5)โ€‰โ€‰Transfer on grid ๐’ข ๐‘— :
โ€ƒโ€ƒCompute ๐‘š ๐‘— = Downj ( ๐‘š ) , ๐‘“ ๐‘— = Downj ( ๐‘“ ) ,
โ€ƒโ€ƒand assign ๐ท ๐‘Ž โ† โ€‰โ€‰Up ( ๐ท ๐‘Ž ) .
โ€ƒ (6) While ๐’ฎ is false, do:
โ€ƒโ€ƒ(i) Warping: ๐‘ค = ๐‘š ๐‘— โˆ˜ ฮ” ๐‘Ž
โ€ƒโ€ƒ(ii) Field computation: ๐ท ๐‘ข โ† ฮ˜ ( ๐‘“ ๐‘— , ๐‘ค )
โ€ƒโ€ƒ(iii) Accumulation: ๐ท ๐‘Ž โ† ฮฆ ( ๐ท ๐‘Ž , ๐ท ๐‘ข )
โ€ƒโ€ƒ(iv) Regularization: ๐ท ๐‘Ž โ† ฮจ ( ๐ท ๐‘Ž )
โ€ƒ (7) If ๐‘— = 0 , stop and return ๐ท ๐‘Ž ,
โ€ƒโ€ƒelse, set ๐‘— โ† ๐‘— โˆ’ 1 and return to step (5).