Moving-Least-Squares
Moving-Least-Squares copied to clipboard
Numpy & PyTorch implementation of three algorithms of image deformation using moving least squares. http://dl.acm.org/citation.cfm?doid=1179352.1141920
thank you for making and release nice repository I found some points to be more nice repo. If you check and it's nice for you, please merge it. * add...
Hi there, There is an overflow error, using np.int16 is not enough in this function, which was leading to errors when running on mac or black pixels at the centre...
Hi, I am a little confused about the code dealing with the situation when pTwp is not invertible in affine deformation (line94 in img_utils.py). If I’m not mistaken, code directly...
thanks for the very helpful implementation , I was wondering if there were an implementation available for the third chapter in the original paper : "Deformation with Line Segments" which...
Why it is talking too much time to deform image even I tried pytorch Cuda?
Calling the `demo2()` will result in an error, as numpy objects is incorrectly used to invoke the PyTorch method. Seems to be a problem introduced during the PyTorch refactoring.
MLS works in higher dimensionality - how difficult would it be for this implementation to be extended into 3D or even higher?
Would it be possible to factor the coordinate transformation out of the current functions? I'm pretty sure it would just be moving some code out of the current function into...
Thanks for your great job. It is really usefull. But when I run the demo2(), it comes error. File "/Users/tengbaoqiang/Documents/code/Moving-Least-Squares/demo.py", line 327, in demo2() File "/Users/tengbaoqiang/Documents/code/Moving-Least-Squares/demo.py", line 167, in demo2...