A course final project of IGR-205 in Telecom-paris based on boost, CGAL and OpenCV <c++17> Research on Bezier curve fitting in sketches
Author: Xun Gong(Telecom-paris)
- How to install?
- Preparing boost library first, then install CGAL and OpenCV libraries.
- Compiling the project using CMake
- How to run the program?
- (windows) Copy the libgmp-10.dll from ...\CGAL-X.X.X\auxiliary\gmp\lib to Debug or Release directory of your project, together with the Color.exe
- (windows) Executing the Color.exe with a parameter in terminer(/YOURPATH/resultfish.png)
- Recommand released version:
- boost 1.71.0(Aug,2019)
- CGAL 5.5.1(Oct,2022)
- OpenCV 4.6.0(June,2022)