-
OpenCV currently hard codes [A=-0.75](https://github.com/opencv/opencv/blob/cf2a3c8e7430cc92569dd7f114609f9377b12d9e/modules/imgproc/src/resize.cpp#L909), which for some can results in some excessive …
-
Hey!
Since I've been absolutely knee-deep in splines for months now, uh,, just wanted to give a heads up that
> A Catmull-Rom curve is defined by a start point, a tangent that for that starting po…
-
Apple Feedback Assistant ID: MISSING!
---
**Is your feature request related to a problem? Please describe.**
I'd like to be able to zoom into a video but use Nearest Neighbor rather than bi-linea…
-
All the interpolators based on an array of 9 or 11 values result in colors that are a bit duller than the original values. Using a Catmull-Rom interpolation (preferably L\*a\*b, but RGB is almost undi…
-
### Increasing Access
This enhancement will provide greater access to individuals in multiple circumstances.
**Code contributors:**
For volunteers who have less experience with large codebases …
-
The [`image-rendering`](https://drafts.csswg.org/css-images-3/#the-image-rendering) property supports values such as `smooth` and `high-quality` but these are not specific enough. Bilinear is preferab…
-
This ticket refers to already opened ticket #163 and https://github.com/tensorflow/addons/issues/2733
Currently tensorflow_addons.image.dense_image_warp(...) only supports bilinear interpolation, w…
-
This type of augmentation is mostly sued in 2D and 3D image augmentation, especially in medical imaging.
- [Source](https://albumentations.ai/docs/api_reference/augmentations/geometric/transform…
-
JPEG XL is a successor to JPG and PNG formats and it allows to store vector paths using centripetal Catmull-Rom splines, which are much more compact than raw pixel data and can be upscaled to any reso…
-
Hello,
I am tring to interpolate a set of unit direction vectors' endpoints with spline. It means that the spline will interpolate/cross each direction vector's endpoint on a unit sphere surface. …