Resizing Image
Does anyone know how I can resize my image to the exact size by OpenCV( Decreasing resolution)? thanks for help
answered 2013-01-29 03:28:40 -0600
This post is a wiki. Anyone with karma >50 is welcome to improve it.
Hi. You can use resize function. The documentation contains a small example on how to use it.
Another solution for decreasing resolution is pyrDown.
Asked: 2013-01-29 03:21:57 -0600
Seen: 1,434 times
Last updated: Jan 29 '13
How do I resize and smooth images in opencv 2.4.2 [closed]
[C++] OpenCV2.4.3, cv::resize produces empty image
Get only a certain area out of an incoming image
OpenCV + OpenGL context resizing
How can I fit a small image frame to a bigger window size?
How to change the dimension of the Mat so that previous data remain?