First time here? Check out the FAQ!
answered 2013-05-22 02:25:46 -0600
You didn't call SuperResolution algorithm, you called frameSource. It should be:
Mat frame_super; for(;;) { srobj->nextFrame(frame_super); imshow("output", frame_super); waitKey(1); }