Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH: Extend NearestNeighborInterpolateImageFunc wrapping for RGB
Adding support for vector, RGB, and RGBA pixel types in wrapping of itkNearestNeighborInterpolateImageFunction. This will allow, for example, the wrapped ResampleImageFilter to be called with an RGB/RGBA pixel type image and use an nearestneighbor interpolator. Currently only the linear interpolator had RGB/RGBA wrapping. No C++ code changes were needed. Tests already exist in ResampleImage5.
- Loading branch information