Ask Your Question

luluio2000's profile - activity

2013-12-03 21:00:15 -0600 asked a question Superresolution: error superRes->set("opticalFlow", of);

we use the opencv sample code : super_resolution.cpp it can run correctly at those codes:

    if (useCuda)
        superRes = createSuperResolution_BTVL1_GPU();
    else
        superRes = createSuperResolution_BTVL1();

    Ptr<DenseOpticalFlowExt> of = createOptFlow(optFlow, useCuda);

    if (of.empty())
        exit(-1);

but, when it run at this line, it got wrong:

  superRes->set("opticalFlow", of);

it refers "error 0xC0000005: access conflict"

how I deal with it? ps: we use CPU mode, thanks

2013-11-18 03:05:43 -0600 answered a question SuperResolution nextFrame bug

have found it!thank you the same

2013-11-18 02:41:19 -0600 answered a question SuperResolution nextFrame bug

can you tell me the version of the OpenCV and send me the download link address of it? thanks very much; I am studing on SR, have tried TV method, now I want to compare it with BTV, the more exchange the better, thank you!