-
Notifications
You must be signed in to change notification settings - Fork 9
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
Scaling and Rotation of PixImages #42
Comments
Hey, maybe we should just implement these things using our native-tensors. |
Added a default implementation for scaling based on @luithefirst 's implementation. Also these functions throw a proper exception now, if they are invoked and haven't been set. |
Aardvark.Base leaves the following functions for Scaling and Rotation of PixImages up for the library user to be initialized:
s_scaledFun using SetScaledFun
s_rotatedFun using SetRotatedFun
s_remappedFun using SetRemappedFun
I just recently implementation a "Scaled" function in "Tests\Aardvark.Base.Tests\Images\PixImageTests.cs" that could be used a start.
NOTE: A High-Performance implementation can be installed using the Aardvark.VRVis.Images library that uses IPPI Tensor extensions.
The text was updated successfully, but these errors were encountered: