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

make interpolate_* public #546

Open
Lishen1 opened this issue Feb 21, 2024 · 2 comments
Open

make interpolate_* public #546

Lishen1 opened this issue Feb 21, 2024 · 2 comments

Comments

@Lishen1
Copy link

Lishen1 commented Feb 21, 2024

make it public. It's usefull functions
interpolate_nearest(image, x, y, default);
interpolate_bilinear(image, x, y, default);
interpolate_bicubic(image, x, y, default);

@nan-mu
Copy link

nan-mu commented Mar 11, 2024

Hello, I'm in the process of tidying up some functions to be made public on #544. I've looked into the three interpolation functions you mentioned, but it seems they expect to be called through warp_into and wrap_into_with. Is there another purpose for them?

@Lishen1
Copy link
Author

Lishen1 commented Mar 11, 2024

Just to access pixel value with real coordinates

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

No branches or pull requests

2 participants