How to implement super resolution on python.

asked 2015-11-14 11:29:42 -0600

I am currently working on a project which needs super resolution technique on frame. I use python for this purpose and I wish to stick to that. I have googled a thousand number of times to find functions to implement the technique. All I get is c++ code, and not for python. Please help me out. I assume it is possible in python.

edit retag flag offensive close merge delete

Comments

well, indeed, nothing there is available from python atm.

it would probably help, if you could map out(invent) some (fictionary) use--case example, how it should be used from python.

berak gravatar imageberak ( 2015-11-14 11:37:57 -0600 )edit