Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement orthogonal resampling as a convolution #23

Open
kabasset opened this issue Jan 7, 2024 · 2 comments
Open

Implement orthogonal resampling as a convolution #23

kabasset opened this issue Jan 7, 2024 · 2 comments
Assignees

Comments

@kabasset
Copy link
Owner

kabasset commented Jan 7, 2024

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

@kabasset kabasset self-assigned this Jan 7, 2024
@kabasset
Copy link
Owner Author

kabasset commented Jan 7, 2024

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

@kabasset
Copy link
Owner Author

kabasset commented Jan 8, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant