Align 2 set of point, 3 methods. Can be used in calibration or ICP
Core Function:
% Find T for a = T*b
% as, bs are 3*n column vectors, n>3
T = RigidReg(a,b)
T = RigidReg(a,b,method)
[T,k] = RigidReg(a,b) % also find scale factor
Optional Input: method, default 2
- Method 1: Covariance SVD
- Method 2: Quarternion Method
- Method 3: Another Quarternion Method
Cite As
HS Ding (2026). Point_Set_Registration (https://uk.mathworks.com/matlabcentral/fileexchange/166706-point_set_registration), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2024a
Compatible with any release
Platform Compatibility
Windows macOS LinuxTags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
myfunc
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0 |
