Is there a function to up/down sample an image without Gaussian blurring, or using a custom separable kernel (besides direct pixel copying)? Like pyrUp()
and pyrDown()
?
If not, then does anyone have recommendations for an ultra efficient sub-sampling implementation?