Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

SuperResolution nextFrame bug

In the superresolution sample (built with vc11 compiler) the the following line:

//Ptr<superresolution> superRes;

superRes->nextFrame(result);

results the following error error (tried with multipe test videos):

http://i.imgbox.com/abwNaL3z.jpg

and if I change the optical flow method to simple, it takes forever to run (30 min with an i7 2600k)

Any idea?

SuperResolution nextFrame bug

In the superresolution sample (built with vc11 compiler) the the following line:

//Ptr<superresolution> superRes;

superRes->nextFrame(result);

results the following error error (tried with multipe test videos):

http://i.imgbox.com/abwNaL3z.jpg

and if I change the optical flow method to simple, it takes forever to run (30 min with an i7 2600k)

Any idea?

Update:

The program used 3.5 GB memory before it stopped. Its simply unreasonable. Must be a memory leak.