pyimreg / python-register

Linear and non-linear image registration methods, using scipy and numpy.
Other
62 stars 34 forks source link

Ticket 0031 #32

Closed nfaggian closed 12 years ago

nfaggian commented 12 years ago

Please review the C++ code, it needs some attention - case and point:

Nearest : 128x128 image - 0.392 ms Bilinear : 128x128 image - 0.584 ms Cubic : 128x128 image - 0.522 ms Spline : 128x128 image - 3.803 ms

-N

nfaggian commented 12 years ago

Hi,

I did a bit more work on this. I think its probably close to ready. Please review.

-N

riaanvddool commented 12 years ago

Nearest : 128x128 image - 0.623 ms Bilinear : 128x128 image - 0.961 ms Cubic : 128x128 image - 0.567 ms Spline : 128x128 image - 4.691 ms

Cubic is the fastest?