processing

poly_fitting(i:array-like, j:array-like, polynomial_degree:int, line_space:int)
Fit a polynomial to data and generate interpolated points.
Parameters:
Returns:
tuple[np.ndarray, np.ndarray]: Interpolated x and y values.
Author:
- Yassin Riyazi (Improved polynomial fitting and interpolation)
- Sajjad Shumaly
Labels:

src_PyThon_ContactAngle_CaMeasurer_processing_poly_fitting