Hello again, I am trying to do some intense visual processing which requires the images be downsized for acceptable performance… However, I would like to upscale the processed image to appear sharper
There are such things as pixel art upscaling algorithms , I wonder if something like this is possible in OpenCV?
I would like to avoid using the ‘dnn-superres’ interface from OpenCV-Contrib because I would like to have the performance of pixel-based algorithms, and I do not need the image quality of a neural network