The OpenCV documentation is blurry, and if you are looking at the source code, I assume that you are very angry at the source code, just like me :) Well, it takes time, a lot of experimentation and reading online. Fill in the blanks slowly.
- Assuming you are using the OpenCV C interface
- You probably should go through this book to learn about cvResize.
- You will not study all the options for cvResize unless you understand what interpolation is, a bilinear, cubic tool. It is not difficult, but you should know by a little theory, and then check the code by writing programs yourself.
user349026
source share