Does opencv have Savitzky Golay or Polynomial fit?

asked 2015-06-20 01:02:04 -0600

TKJ gravatar image

I can't find anything similar to Savitzky Golay Polynomial Fit on opencv. This is a standard smoothing operation though, so it seems like something they should have. Does anybody know of anything they have? Using C++ for what its worth.

Thanks! -Tim

edit retag flag offensive close merge delete

Comments

There is Ramer–Douglas–Peucker algorithm in approxPolyDP for polynomial approximation

thdrksdfthmn gravatar imagethdrksdfthmn ( 2015-06-22 06:40:02 -0600 )edit