Bezier Curves

Version 1.4.0.0 (9.89 KB) by Adrian
A matlab class for handling n-dimentional bezier curves, parametrized by control points.
888 Downloads
Updated 17 Aug 2015

A matlab package for handling n-dimentional bezier curves.
A bezier curve is parametrized by controlPts - which is [N x dim] for N control points of dimension dim. Note that we use matlab matrix ordering, so the first dimension will be treated as 'y' in the 2D case.

Current function support:
- bezier.eval evaluate the curve at many points
- bezier.draw draw the curve in a image or volume
- bezier.view visualize 2D or 3D bezier curves (even multiple curves in the same figure)
- bezier.explore explore 2D bezier curves interactively

See readme.md for getting started.
See beziertest.m for tests.

Cite As

Adrian (2024). Bezier Curves (https://github.com/adalca/bezier), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2014a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Versions that use the GitHub default branch cannot be downloaded

Version Published Release Notes
1.4.0.0

moved to its own git and updated compatibility with R2014b

1.3.0.0

small fix for ssd dependency

1.2.0.0

added bezier.explore - a interactive tool for 2D bezier curves.

1.1.0.0

updating new figure.

1.0.0.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.