Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.06 KB

File metadata and controls

17 lines (11 loc) · 1.06 KB

Implement-CatMullRomSpline-using-cpp-openCV-VScode

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

Link : https://cuda-chen.github.io/programming/image%20processing/2020/01/21/vscode-with-opencv-cpp-on-windows10-explained.html

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

4-point

Output for the input of 6 points

6-point