function k = svkernel(ker,u,v) %SVKERNEL kernel for Support Vector Methods % % Usage: k = svkernel(ker,u,v) % % Parameters: ker - kernel type % u,v - kernel arguments % % Values for ker: 'linear' - % 'poly' - p1 is degree of polynomial % 'rbf' - p1
A computer engineering student from Slovenia has put this together. Its a VB program with all source code and sample for creating a bspline / beziere curve / wireframe generator. Very good and fast code.