Point_Set_Registrat​ion

pts_ref = T*pts_move, find T

Vous suivez désormais cette soumission

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

Citation pour cette source

HS Ding (2026). Point_Set_Registration (https://fr.mathworks.com/matlabcentral/fileexchange/166706-point_set_registration), MATLAB Central File Exchange. Extrait(e) le .

Add the first tag.

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version Action
1.0.0