Skip to content Skip to sidebar Skip to footer
Showing posts with the label Spline

Splines With Python (using Control Knots And Endpoints)

I'm trying to do something like the following (image extracted from wikipedia) #!/usr/bin/env … Read more Splines With Python (using Control Knots And Endpoints)

How To Plot Line (polygonal Chain) With Numpy/scipy/matplotlib With Minimal Smoothing

I am trying to plot a line in matplotlib.. I am searching for the right type of interpolation.. I w… Read more How To Plot Line (polygonal Chain) With Numpy/scipy/matplotlib With Minimal Smoothing

Fit Curve-spline To 3d Point Cloud

Objective I have a 3D facet model (e.g. .off file) which can for example look like a pipe/tube (see… Read more Fit Curve-spline To 3d Point Cloud

How To Create A 3D Surface From Given Coordinates With Python?

I have some discrete coordinates with their heights and I need to create a smooth surface which I w… Read more How To Create A 3D Surface From Given Coordinates With Python?