CS-SI / SIRIUS

Sirius - Fast and simple to plug-in C++ resampling library that is taking advantage of the Fourier Transform
https://cs-si.github.io/SIRIUS/html/Sirius.html
GNU General Public License v3.0
6 stars 5 forks source link

Provide a more efficient process for float upsampling ratio #26

Open savmickael opened 6 years ago

dumasl commented 6 years ago

So far the upsampling strategy when ratio is p/q real value is decomposed in two steps:

We could manage to zoom by a factor p/q in one single step but we need to be careful with block decomposition so that what we compute lies correctly on the output grid. Keep in mind that the first output computed pixel is linked to the first input pixel.