Gregjksmith / Single-Image-Example-Based-Super-Resolution

Single image example-based super resolution. Improves the spatial and temporal resolution of an image using a direct mapping of LR HR patch pairs. C++, openCV.
MIT License
33 stars 8 forks source link

how to make it work on color images? any thoughts? #3

Open JVision opened 6 years ago

Gregjksmith commented 6 years ago

Run it 3 separate times for each channel and combine the channels in the end. I recommend using chrominance - luminance instead of rgb.

JVision commented 5 years ago

Thanks. 👍