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

[Feature] Implement Image rotation in term of shears. #1

Open
Adnn opened this issue Aug 3, 2021 · 0 comments
Open

[Feature] Implement Image rotation in term of shears. #1

Adnn opened this issue Aug 3, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@Adnn
Copy link
Contributor

Adnn commented Aug 3, 2021

It is possible to represent a 2D rotation by a sequence of 3 shears (Paeth decomposition), which is an efficient way to rotate rasters without introducing holes.

See FoCG 3rd p124.

@Adnn Adnn added the enhancement New feature or request label Aug 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant