-
Notifications
You must be signed in to change notification settings - Fork 3
thenatefisher/OpenCV-Beziers
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
OPENCV BEZIERS This is a small library for assisting in the visualization of Bezier Splines in OpenCV. Included in this package is also a demo application that will read an input file for coordinates of control points and plot these points along with the cubic Bezier. Only cubic Bezier splines are generated, although the code could easily be modified to support higher order curves. AUTHOR Nate Fisher, Doubleshot Technologies [email protected] INSTALLATION 1) Ensure OpenCV is installed 2) Configure CMakeLists.txt with the correct directories to the OpenCV libraries 3) Build the demo app: $ cmake [source directory] $ make USAGE ./main sample_input.txt
About
Small library for creating beziers in OpenCV
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published