First time here? Check out the FAQ!
answered May 22 '13
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); }