Title:
Least_Squares_optimal_affine_subspace Download
Description: Least Squares optimal affine subspace
The zip includes:
(1) lsqAffineSpace: a low level routine that takes a set of m-dimensional real sample data and returns the optimal-fit k-dimensional affine subspace, with some options for discarding outliers.
(2) lsqPlane and lsqLine: lsqAffineSpace wrappers, that compute optimal line and hyperplane (plane, if the samples are 3-vectors) of the input samples.
(3) lsqAffineTestScript: demonstrating usage of the functions.
To Search:
- [youhua] - Written by matlab optimization procedure
- [m12_1] - A complete least-squares algorithm and i
- [JLinkage] - This paper tackles the problem of fittin
- [b] - cntrd: calculates the centroid of brigh
- [LSM] - LSM
File list (Check if you may need any files):
lsqAffineSpace.m
lsqAffineTestScript.m
lsqLine.m
lsqPlane.m