ShapeContext

2017-09-22  本文已影响0人  sureironNerd

Hungarian algorithm寻找点的对应集合

python实现
http://github.com/tdedecko/hungarian-algorithm

调试和wiki的说明一起对照看

Hungarian 算法对于m,n不等的情况怎么处理,以下链接解题步骤一目了然

http://hungarianalgorithm.com/solve.php


TPS算法

https://en.wikipedia.org/wiki/Thin_plate_spline

代码实现可参看里面的bookstein

https://www2.eecs.berkeley.edu/Research/Projects/CS/vision/shape/sc_digits.html

源码已传到同步盘

Thin Plate Spline
http://mathworld.wolfram.com/ThinPlateSpline.html

The name "thin plate spline" refers to a physical analogy involving the bending of a thin sheet of metal. In the physical setting, the deflection is in the z direction, orthogonal to the plane. In order to apply this idea to the problem of coordinate transformation, ++one interprets the lifting of the plate as a displacement of the x or y coordinates within the plane. Thus, in general, two thin plate splines are needed to specify a two-dimensional coordinate transformation++


Shape context

https://www2.eecs.berkeley.edu/Research/Projects/CS/vision/shape/sc_digits.html


上一篇下一篇

猜你喜欢

热点阅读