Greg

Results 6 comments of Greg

Sorry, I haven't gone through this repo in years... The rotation and translation matrix is the change between successive iterations and the last update ends up being very small. the...

1. when loading the image, can you verify that the image matrix is not empty? 2. What build configs are you using? I find openCV works when using release configs...

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

Kealen, thanks, I'm glad you liked it. The paper used was "Single-image super-resolution via linear mapping of interpolated self-examples", and I extended it to use rational wavelets. Citations are now...

Kealen, I don't get it either, it's a problem with openCV. Some functions in openCV will not work if you're in debug. I usually just copy over the release configs...

ok, thanks for looking into it. I'll commit a fix sometime soon.