Reputation: 89
I am working in image processing in C++ using OpenCV. I've a problem that requires cubic interpolation of a set of data. Are there any library files that I can use for this in OpenCV?
Upvotes: 8
Views: 12497
Reputation: 881
This might be what you're looking for:
http://ubaa.net/shared/processing/opencv/opencv_interpolation.html
Upvotes: 2