airlab-unibas / airlab

Image registration laboratory for 2D and 3D image data
Apache License 2.0
408 stars 92 forks source link

There appears to be an error in the formula in the documentation. #44

Open hanyuelanya opened 1 year ago

hanyuelanya commented 1 year ago

image Taking MSE loss as an example, what should be measured is the difference between the pixel value at a certain coordinate in the moving image and the pixel value after adding d(x) to the coordinate in the fixed image, that is, change it to IM(x)- IF(x+d(x)).