Skip to content

thenatefisher/OpenCV-Beziers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages