image thumbnail

updated 12 days ago

Smooth 3D bezier curves with implicit control points by Will Robertson

Uses Hobby's algorithm to plot smooth curves in 3D through specified control points (bezier curves, splines, smooth curves)

hobbysplines(points,varargin)

splines_example.m

image thumbnail

updated 10 months ago

Mth Order Piecewise Spline Interpolation by Husam Aldahiyat

A GUI that plots and gives equations for variable order intermediate splines. (splines, general, gui)

Mth Order Piecewise Spline Interpolation

gsp()

image thumbnail

updated 1 year ago

SLM - Shape Language Modeling by John D'Errico

Least squares spline modeling using shape primitives (hermite, slm, cubic)

slm_tutorial

hermite2slm(harray)

plotslm(slm)

image thumbnail

updated 2 years ago

B-spline tools by Jan Tore Korneliussen

Basic toolbox for polynomial B-splines on a uniform grid. OO overloading of common operators. (splines, approximation, interpolation)

B-spline toolbox

bspline0( x )

bspline1( x )

image thumbnail

updated 2 years ago

Monte Carlo method for estimating plane figure area by Konstantin Ninidze

An area S(A) of a figure A, bounded by a Jordan curve is calculated. (mathematics, monte carlo, splines)

S=Area_M(N)

image thumbnail

updated 4 years ago

robust nonrigid point set registration by Bing Jian

MATLAB implementation of two nonrigid point set registration algorithms (computer vision, splines, thin plate splines)

DisplayPoints(Model, Scene, dim, sampling, axis_limits)

DisplayPoints2D(Model, Scene, sampling, axis_limits)

DisplayPoints3D(Model, Scene, sampling, axis_limits)

image thumbnail

updated 4 years ago

Thin plate splines by Bing Jian

Matlab funcions for performing landmark warping using thin plate splines (computer vision, image registration, warp)

tps_compute_kernel(x,z)

tps_compute_param(PP,kernel,U,Pm,Q1,Q2,R,lambda,target)

tps_set_ctrl_pts(ctrl_pts)

image thumbnail

updated 5 years ago

Piecewise spline interpolation by Orlando Rodríguez

Code to interpolate function values and corresponding deivatives. (approximation, interpolation, derivatives)

csinterp( x, y, xi )

Contact us