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.
2 | No.2 Revision |
thanks guys, i just found it. I was missing teh the interpolation mode.
cv::resize(smalImage, newSize, sizeUp, 2, 2, INTER_CUBIC);
works great.