Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

thanks guys, i just found it. I was missing teh interpolation mode.

cv::resize(smalImage, newSize, sizeUp, 2, 2, INTER_CUBIC);

works great.

thanks guys, i just found it. I was missing teh the interpolation mode.

cv::resize(smalImage, newSize, sizeUp, 2, 2, INTER_CUBIC);

works great.