You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementing the CatMullRomSpline function to generate the path of interpolating points, between set of discrete points, later visualizing the interpolated path using openCV-cpp
Please Follow the link to setup configuration for cpp compiler and openCV files
Note : Please make sure that you have included configuration for the CatMullRomSpline.h which is located in include folder
If you are using VS-code you can also make use of my ".vscode" folder and modify the binary-paths accordingly
Run the main.cpp file to get the following output
Output for the input of 4 points
Output for the input of 6 points
About
Implementing the CatMullRomSpline function to generate the path of interpolating points, between set of discrete points, later visualizing the interpolated path using openCV-cpp