Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

This worked, not sure why:

Mat frame;
...
Size_<int> s(1024, 1024);
resize(frame, frame, s, 0, 0, INTER_NEAREST);