First time here? Check out the FAQ!
answered 2013-05-03 13:38:43 -0600
This worked, not sure why:
Mat frame; ... Size_<int> s(1024, 1024); resize(frame, frame, s, 0, 0, INTER_NEAREST);