Skip to content

Implementing the CatMullRomSpline function to generate the path of interpolating points, between set of discrete points, later visualizing the interpolated path using openCV-cpp

License

Notifications You must be signed in to change notification settings

SatyamOzaR/Implement-CatMullRomSpline-using-cpp-openCV-VScode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages