Make interpolation method selectable in AffineTransforms
Open
- Dominant language
- Java
- Stars
- 60
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
At the moment, the transform decides automatically to do linear interpolation, it would be nice if nearest-neighbor versus linear interpolation could be chosen.
This is relevant, e.g. if label images are transformed.
Also affected:
* RigidTransform
* Scale
* Translate
* Rotate
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with AffineTransforms and trace how interpolation is selected for RigidTransform, Scale, Translate, and Rotate. Define how callers choose nearest-neighbor or linear interpolation, then verify that the selected mode works when transforming label images.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- computer-vision
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100