Bezier curves with OpenCV. You can modify the control points, connecting multiple curves, actions such as modifying the curve precision. The complete source code, has passed the test.
[BSplineBezier] - It is a Visual C++ 6.0 (and above) source code to draw B_Splines and Besier Curves + 3D surface and complex spline on it surface on canvas using ONLY mathematical functions and WinApi.No OpenGl fuctions are used. So you can understand internal mathematical apparatus.You can move points by mouse for redraw Bezier.Use mouse Left button to rotate 3D surface.
[bezier] - draw bezier graphic example. complete source code,has passed the test.
[BezierSpline] - This is a simple bezier drawing algoritm written in CSHARP. Very usefull to understand bezier curves. It draws really quality spline beziers with three poin. Very good to understand.
[OpeenGL Bezier surfaces in the sourc...] - Constructed in OpenGL Bezier surface source program source complete source code.