kabasset / Linx

Extensible ND image laboratory
Apache License 2.0
3 stars 0 forks source link

Implement orthogonal resampling as a convolution #23

Open kabasset opened 8 months ago

kabasset commented 8 months ago

Interpolators could be kernels, too, when the window will be part of the filter operator. Then, separable interpolation could be much accelerated.

kabasset commented 8 months ago

Any orthogonal affinity could be applied this way, i.e. if limited to translation and scaling. To be dispatched directly in warp().

kabasset commented 8 months ago

It is also possible to make rotations semi-separable, using a sequence of shears, but not sure we would save time. As for the integral-factor resampling, this is a true convolution.