accord-net / framework

Machine learning, computer vision, statistics and general scientific computing for .NET
http://accord-framework.net
GNU Lesser General Public License v2.1
4.49k stars 1.99k forks source link

Enlarging Image Methods #125

Open hzawary opened 9 years ago

hzawary commented 9 years ago

Would be great! if be implementing some of great zooming algorithms such as S-Spline inside Bilinear and Bicubic resize methods.

http://www.benvista.com/photozoompro

DiegoCatalano commented 9 years ago

Hello hzawary,

In the software Photo Zoom Pro uses S-Spline Max algorithm for to compute interpolation and it is patented. Maybe you can achieve a similar result using Lanczos 3-lobed followed unsharp masking. Anyway the Lanczos 3 should be implemented. I'll work in this resize algorithm.

Best regards, Diego Catalano

hzawary commented 9 years ago

Hi again,

Dear Diego, I glad to it and very nice :) I'm waiting for this.

Best the wishes, Hashem.

cesarsouza commented 7 years ago

@DiegoCatalano,

Por acaso você chegou a implementar estes algoritmos que você mencionou na época? 😄

Até mais, Cesar