ThinPlateSpline(TPS)理论和代码

ThinPlateSpline理论和代码

TPS被广泛的应用于各类的任务中, 尤其是生物形态中应用的更多: 人脸, 动物脸等等, TPS是cubic spline的2D泛化形态. 值得注意的是, 图像处理中常用的仿射变换(Affine Transformation), 可以理解成TPS的一个特殊的变种.

暂时先整理相关资源,后面详细整理。

ThinPlateSpline(TPS)理论和代码_第1张图片

参考:https://github.com/raphaelreme/torch-tps
参考:[经典的图像warping方法] Thin Plate Spline: TPS理论和代码详解
参考:https://github.com/raphaelreme/tps

ThinPlateSpline(TPS)理论和代码_第2张图片
ThinPlateSpline(TPS)理论和代码_第3张图片
ThinPlateSpline(TPS)理论和代码_第4张图片<

你可能感兴趣的:(pytorch实践,ITK,VTK,pytorch)