Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Curve interpolation

Hi,

I want to automatically detect lateral maxima and minima on this image :

image description

Like you can see, I already detect this points. However, the detection precision is about a pixel. I want to make the detect more precise. Thus, I thought to interpolate the curves in order to obtain continuous points and be more precise. Does anyone an idea to make that on OpenCV, in C++ ?

Thanks for any help,

Curve interpolation

Hi,

I want to automatically detect lateral maxima and minima on this image :

image description

Like you can see, I already detect this points. However, the detection precision is about a pixel. I want to make the detect detection more precise. Thus, I thought to interpolate the curves in order to obtain continuous points and be more precise. Does anyone an idea to make that on OpenCV, in C++ ?

Thanks for any help,